svn commit: r1226069 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 11:38:30 2011 New Revision: 1226069 URL: http://svn.apache.org/viewvc?rev=1226069&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52387 Silence logging for correct host Patch provided by David Calavera Modified: tomcat/trunk/java/org/apache/

svn commit: r1226071 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 11:41:32 2011 New Revision: 1226071 URL: http://svn.apache.org/viewvc?rev=1226071&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52387 Silence logging for correct host Patch provided by David Calavera Modified: tomcat/tc7.0.x/trunk/ (prop

DO NOT REPLY [Bug 52387] org.catalina.tomcat.startup.Tomcat#silence method doesn't use the host where we add the applications

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52387 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

buildbot failure in ASF Buildbot on tomcat-trunk

2011-12-31 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2608 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

DO NOT REPLY [Bug 52404] New: "It works!" page contains inaccurate information.

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404 Bug #: 52404 Summary: "It works!" page contains inaccurate information. Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Se

DO NOT REPLY [Bug 52404] "It works!" page contains inaccurate information.

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404 --- Comment #1 from Kenneth Powers 2011-12-31 13:49:01 UTC --- Created attachment 28104 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28104 Screenshot of the faulty documentation. -- Configure bugmail: https://issues.apache.

DO NOT REPLY [Bug 52404] "It works!" page contains inaccurate information.

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52404 Pid changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52405] New: Update to Servlet 3.0 Rev A

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Bug #: 52405 Summary: Update to Servlet 3.0 Rev A Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: normal

svn commit: r1226158 - in /tomcat/trunk/java: javax/servlet/http/HttpSession.java org/apache/catalina/ha/session/DeltaSession.java org/apache/catalina/session/StandardSession.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 18:28:31 2011 New Revision: 1226158 URL: http://svn.apache.org/viewvc?rev=1226158&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 3 of 20 maxActiveInterval <= 0 means never expire - previously 0 meant expire immed

svn commit: r1226159 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 18:28:41 2011 New Revision: 1226159 URL: http://svn.apache.org/viewvc?rev=1226159&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 2 of 20 javax.servlet.annotation.MultipartConfig.location may be relative and if it

svn commit: r1226162 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/HttpSession.java java/org/apache/catalina/ha/session/DeltaSession.java java/org/apache/catalina/session/StandardSession.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 18:32:53 2011 New Revision: 1226162 URL: http://svn.apache.org/viewvc?rev=1226162&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 3 of 20 maxActiveInterval <= 0 means never expire - previously 0 meant expire imme

svn commit: r1226163 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 18:34:14 2011 New Revision: 1226163 URL: http://svn.apache.org/viewvc?rev=1226163&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 2 of 20 javax.servlet.annotation.MultipartConfig.location may be relative and if it

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Mark Thomas changed: What|Removed |Added Platform|PC |All OS/Version|Mac OS X 10.4

Re: svn commit: r1226069 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2011-12-31 Thread Konstantin Kolinko
This commit broke the buildbot and I can reproduce the failures. E.g. TEST-javax.el.TestCompositeELResolver.BIO.txt [[[ java.lang.NullPointerException at org.apache.catalina.startup.Tomcat.silence(Tomcat.java:671) at org.apache.catalina.startup.Tomcat.addWebapp(Tomcat.java:517)

svn commit: r1226177 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 19:05:20 2011 New Revision: 1226177 URL: http://svn.apache.org/viewvc?rev=1226177&view=rev Log: Fix possible NPE Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL: http:/

svn commit: r1226178 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 19:06:14 2011 New Revision: 1226178 URL: http://svn.apache.org/viewvc?rev=1226178&view=rev Log: Fix possible NPE Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java Propchange: tomcat/tc7.0.x/t

Re: svn commit: r1226069 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2011-12-31 Thread Mark Thomas
On 31/12/2011 18:42, Konstantin Kolinko wrote: > This commit broke the buildbot and I can reproduce the failures. Doh. Fixed. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-

buildbot success in ASF Buildbot on tomcat-trunk

2011-12-31 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2610 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1226196 - in /tomcat/trunk: java/org/apache/catalina/startup/ test/org/apache/catalina/startup/

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 22:29:36 2011 New Revision: 1226196 URL: http://svn.apache.org/viewvc?rev=1226196&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 5 of 20 Tighter control of web.xml elements (name, ordering, absolute-ordering) Ad

svn commit: r1226197 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ test/org/apache/catalina/startup/

2011-12-31 Thread markt
Author: markt Date: Sat Dec 31 22:32:28 2011 New Revision: 1226197 URL: http://svn.apache.org/viewvc?rev=1226197&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 Servlet 3.0 Rev A updates Item 5 of 20 Tighter control of web.xml elements (name, ordering, absolute-ordering) Ad

DO NOT REPLY [Bug 52405] Update to Servlet 3.0 Rev A

2011-12-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52405 --- Comment #2 from Mark Thomas 2011-12-31 22:32:41 UTC --- Changes required for and applied to trunk and 7.0.x for item 5. Items 6-15, 20 still be to assessed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

buildbot failure in ASF Buildbot on tomcat-trunk

2011-12-31 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2611 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2011-12-31 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2011-12-31 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2011-12-31 Thread Konstantin Kolinko
I haven't tried to reproduce it yet. The following is from buildbot's stdout file: Both BIO and NIO fail the same test: [junit] Tests run: 7, Failures: 4, Errors: 0, Time elapsed: 0.175 sec [junit] Test org.apache.catalina.startup.TestWebRuleSet FAILED BTW, during the NIO run there are se

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-12-31 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-12-31 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

svn commit: r1226214 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

2011-12-31 Thread kkolinko
Author: kkolinko Date: Sun Jan 1 04:38:46 2012 New Revision: 1226214 URL: http://svn.apache.org/viewvc?rev=1226214&view=rev Log: Add note about "Organize Imports" setting in Eclipse IDE Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Modified: tomcat/trunk/r

svn commit: r1226215 - /tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

2011-12-31 Thread kkolinko
Author: kkolinko Date: Sun Jan 1 04:40:25 2012 New Revision: 1226215 URL: http://svn.apache.org/viewvc?rev=1226215&view=rev Log: Apply "Organize Imports" to fix imports order that did not pass checkstyle validation Modified: tomcat/trunk/test/org/apache/catalina/startup/TestWebRuleSet.java

svn commit: r1226216 - in /tomcat/tc7.0.x/trunk: ./ res/ide-support/eclipse/java-compiler-errors-warnings.txt

2011-12-31 Thread kkolinko
Author: kkolinko Date: Sun Jan 1 04:48:59 2012 New Revision: 1226216 URL: http://svn.apache.org/viewvc?rev=1226216&view=rev Log: Merged revisions r1174975 r1226214 from tomcat/trunk: Add links to @SuppressWarnings documentation for Eclipse IDE. Add note about "Organize Imports" setting in Eclipse

svn commit: r1226217 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/TestWebRuleSet.java

2011-12-31 Thread kkolinko
Author: kkolinko Date: Sun Jan 1 04:52:00 2012 New Revision: 1226217 URL: http://svn.apache.org/viewvc?rev=1226217&view=rev Log: Merged revision 1226215 from tomcat/trunk: Apply "Organize Imports" to fix imports order that did not pass checkstyle validation Modified: tomcat/tc7.0.x/trunk/

Bug report for Taglibs [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/01/01]

2011-12-31 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned