Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 17.12, Trunk, 18.12.01
Description
I get an IndexOutOfBoundsException when using the EntityImport.
The problem occurs while having a resemblance of an url in the data.
For example '
screenPath="component://project/widget/project/ContentScreens.xml#main-page-template"' is interpreted as url because of '://' but doesn't match a valid url pattern.
The problem seems to be directly connected to Issue OFBIZ-12249. I think the used pattern in UtilHttp.exctractUrl() should at least be configureable like the customSafePolicy. Jacques Le Roux maybe you can have a look since you implemented the changes.
Attachments
Attachments
Issue Links
- is caused by
-
OFBIZ-12249 Unexpected decoding of url encoded textarea data after submission
- Closed
- is related to
-
OFBIZ-12212 Comment out the SOAP and HTTP engines - Fix [CVE-2021-30128]
- Closed