setting devMode value to "true" causes NullPointerException
-----------------------------------------------------------

                 Key: WW-2959
                 URL: https://issues.apache.org/struts/browse/WW-2959
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.6
         Environment: Win XP, WebLogic 10, Struts 2.1.6
            Reporter: Matthew Bailey


Appears that the error is in the xworks file manager, the protocol that is 
attached file name - is zip: instead of the expected file:

Updating the pattern matcher does help!

package com.opensymphony.xwork2.util;

private static final Pattern JAR_PATTERN = 
Pattern.compile("^(jar:|wsjar:|zip:|file:)*(.*)!/(.*)");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to