makeLoginUrl doesn't URL encode the strings
-------------------------------------------
Key: OFBIZ-1199
URL: https://issues.apache.org/jira/browse/OFBIZ-1199
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Wickersheimer Jeremy
Priority: Minor
The makeLoginUrl method in LoginWorker simply appends all parameters names and
values to make an URL string, without using URLEncode.
This will make broken URLs when specials characters or Unicode characters are
present.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.