Author: markt
Date: Wed Jul 10 19:27:04 2013
New Revision: 1501926

URL: http://svn.apache.org/r1501926
Log:
Another NPE fox after the switch to obtaining the JspConfigDescription from the 
ServletContext

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java?rev=1501926&r1=1501925&r2=1501926&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspConfig.java Wed Jul 10 
19:27:04 2013
@@ -83,6 +83,7 @@ public class JspConfig {
             return;
         }
 
+        jspProperties = new Vector<>();
         Collection<JspPropertyGroupDescriptor> jspPropertyGroups =
                 jspConfig.getJspPropertyGroups();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to