[Bug #921] Fixed problem avoiding possibility to save URL with white spaces.
FEA: ItEr72S04BugFixing
This commit is contained in:
parent
96ec240e4f
commit
356bf5c32a
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class ExternalCompany extends BaseEntity {
|
|||
}
|
||||
|
||||
public void setAppURI(String appURI) {
|
||||
this.appURI = appURI;
|
||||
this.appURI = StringUtils.trim(appURI);
|
||||
}
|
||||
|
||||
public String getAppURI() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue