Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Konstantin Kolinko
2014-06-26 15:40 GMT+04:00 Rémy Maucherat : > 2014-06-26 13:32 GMT+02:00 Konstantin Kolinko : > >> What are the circumstances when this NPE happens? >> >> StandardRoot.initInternal() throws an IllegalStateException if the >> context is null. How can it be without a context? >> > > "Avoid NPE with s

Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Rémy Maucherat
2014-06-26 13:32 GMT+02:00 Konstantin Kolinko : > What are the circumstances when this NPE happens? > > StandardRoot.initInternal() throws an IllegalStateException if the > context is null. How can it be without a context? > "Avoid NPE with storeconfig": storeconfig creates instances to determine

Re: svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread Konstantin Kolinko
2014-06-26 14:16 GMT+04:00 : > Author: remm > Date: Thu Jun 26 10:16:59 2014 > New Revision: 1605723 > > URL: http://svn.apache.org/r1605723 > Log: > Avoid NPE with storeconfig. > > Modified: > tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java > > Modified: tomcat/trunk/java

svn commit: r1605723 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

2014-06-26 Thread remm
Author: remm Date: Thu Jun 26 10:16:59 2014 New Revision: 1605723 URL: http://svn.apache.org/r1605723 Log: Avoid NPE with storeconfig. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java