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:

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 r...@apache.org: 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:

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 knst.koli...@gmail.com: 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

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 r...@apache.org: 2014-06-26 13:32 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: What are the circumstances when this NPE happens? StandardRoot.initInternal() throws an IllegalStateException if the context is null. How can it be without a