[Bug #921] Fixed problem avoiding possibility to save URL with white spaces.

FEA: ItEr72S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-03-14 12:27:36 +01:00
parent 96ec240e4f
commit 356bf5c32a

View file

@ -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() {