Details
Description
When we pass any URL parameter with a percent character, it throws an exception stating the following message:
"java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "
Steps to regenerate:
1. Open web tools.
2. Navigate to Order Manager component https://localhost:8443/ordermgr/control/findorders
3. Search order by entering order Id like %Test%.
4. It will show an error message "java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "Te"
Attachments
Attachments
Issue Links
- is broken by
-
OFBIZ-11822 Double encoded urls are not being decoded
- Closed
- is related to
-
OFBIZ-10275 UtilCodec URL decoding breaks values with german umlauts
- Closed