Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.3
-
None
-
None
Description
URLS tries to use URLDecoder on a file path. This converts the "+" characters mac os x likes to put in temp file names into " " (space) which causes disasters. The javadoc says its not for paths, just form content encoded in a url.
Use URI.create instead.
Attachments
Attachments
Issue Links
- blocks
-
OPENEJB-1068 org.apache.openejb.OpenEJBException: Unable to extract jar. in MacOS X
- Open
-
TUSCANY-3261 Java EE Contribution Itests failing under MAC OS
- Closed
- is related to
-
OPENEJB-767 Paths with spaces may result in "Unable to scrape for @Stateful, @Stateless or @MessageDriven annotations"
- Closed
-
OPENEJB-1371 Double encoding of persistence-unit root-url leads to issues in paths with spaces
- Closed