Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-20663

(7.3.z) UNDERTOW-1813 - Undertow i.u.s.h.r.PathResourceManager catches SecurityException

XMLWordPrintable

      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;
              }
          }
      

            rhn-engineering-lgao Lin Gao
            rhn-engineering-lgao Lin Gao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: