Fixed: Prevents to uselessly clutter the logs up with SetTimeZoneFromBrowser errors (OFBIZ-13061)

Fixes a bug put in with last commit.
-                String uri = requestMap.getUri();
+                String uri = requestMap.uri;

Also automatically (Eclipse) removes trailing blanks
1 file changed