[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #4 from Slava Risenberg --- There are two issues to consider: 1. Don't think that enabling XML validation rapidly against DTD is a good idea, Tomcat has a large user base and I assume that a lot of users have broken/invalid web.xml

Re: [Git migration] How to handle svn:external used by Tomcat Native

2018-02-20 Thread Mark Thomas
On 20/02/18 07:42, Emmanuel Bourg wrote: > Le 14/02/2018 à 13:11, Rainer Jung a écrit : > >> I guess we would bundle the Java sources in any source distribution we >> provide. So only people wanting to do a release would need to run that >> "grab Java files from Tomcat" step. The step would be don

Re: [Git migration] How to handle svn:external used by Tomcat Native

2018-02-20 Thread Emmanuel Bourg
Le 20/02/2018 à 13:42, Mark Thomas a écrit : > But they'd be in the source bundle. Isn't that sufficient to build off-line? Yes it is, and that's fine for Debian (Although currently the Debian package doesn't use the source bundle but checks out from SVN, but this can be changed). > I'm not clea

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project com

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #5 from Slava Risenberg --- (In reply to Coty Sutherland from comment #0) > When using a web.xml that specifies a servlet element, but excludes > servlet-name a NPE is observed and the webapp fails to deploy. A check > should be add

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 --- Comment #6 from Remy Maucherat --- I'd rather add an IAE to ContainerBase.setName. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

svn commit: r1824891 - /tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java

2018-02-20 Thread remm
Author: remm Date: Tue Feb 20 16:07:46 2018 New Revision: 1824891 URL: http://svn.apache.org/viewvc?rev=1824891&view=rev Log: Remove now useless null check. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2AsyncParser.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Asyn

svn commit: r1824892 - in /tomcat/trunk: java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml

2018-02-20 Thread remm
Author: remm Date: Tue Feb 20 16:12:18 2018 New Revision: 1824892 URL: http://svn.apache.org/viewvc?rev=1824892&view=rev Log: 62090: Throw an IAE when trying to set a null Catalina container name. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java tomcat/trunk/java/or

svn commit: r1824894 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml

2018-02-20 Thread remm
Author: remm Date: Tue Feb 20 16:16:26 2018 New Revision: 1824894 URL: http://svn.apache.org/viewvc?rev=1824894&view=rev Log: 62090: Throw an IAE when trying to set a null Catalina container name. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/cata

svn commit: r1824893 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml

2018-02-20 Thread remm
Author: remm Date: Tue Feb 20 16:15:45 2018 New Revision: 1824893 URL: http://svn.apache.org/viewvc?rev=1824893&view=rev Log: 62090: Throw an IAE when trying to set a null Catalina container name. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/cata

svn commit: r1824895 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/LocalStrings.properties webapps/docs/changelog.xml

2018-02-20 Thread remm
Author: remm Date: Tue Feb 20 16:17:00 2018 New Revision: 1824895 URL: http://svn.apache.org/viewvc?rev=1824895&view=rev Log: 62090: Throw an IAE when trying to set a null Catalina container name. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/cata

[Bug 62090] NPE in o.a.t.util.modeler.Util when servlet-name does not exist in web.xml

2018-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62090 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1824901 - /tomcat/trunk/webapps/docs/changelog.xml

2018-02-20 Thread markt
Author: markt Date: Tue Feb 20 20:12:42 2018 New Revision: 1824901 URL: http://svn.apache.org/viewvc?rev=1824901&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/

svn commit: r1824902 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2018-02-20 Thread markt
Author: markt Date: Tue Feb 20 20:13:13 2018 New Revision: 1824902 URL: http://svn.apache.org/viewvc?rev=1824902&view=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1824903 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2018-02-20 Thread markt
Author: markt Date: Tue Feb 20 20:13:37 2018 New Revision: 1824903 URL: http://svn.apache.org/viewvc?rev=1824903&view=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.0.x/trunk/

svn commit: r1824904 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2018-02-20 Thread markt
Author: markt Date: Tue Feb 20 20:14:07 2018 New Revision: 1824904 URL: http://svn.apache.org/viewvc?rev=1824904&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/