-
Bug
-
Resolution: Done
-
Major
-
2.1.4.Final, 2.0.32.Final, 2.2.2.Final
-
None
The PathResourceManager.java does a file operation, catches Exception e and includes a SecurityException in the regular logic.
A SecurityException MUST brake the system and stop regular operation. I will provide a fix soon.
public Resource getResource(final String p) { //... } catch (Exception e) { UndertowLogger.REQUEST_LOGGER.debugf(e, "Invalid path %s", p); return null; } }
- is cloned by
-
UNDERTOW-1814 Undertow i.u.s.h.r.PathResourceManager catches SecurityException 2.1.x
- Closed
- is incorporated by
-
JBEAP-20663 (7.3.z) UNDERTOW-1813 - Undertow i.u.s.h.r.PathResourceManager catches SecurityException
- Closed