[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #16 from Rainer Jung --- Forwarding the local IP address as the custom request attribute will also be part of mod_proxy_ajp in the Apache web server 2.4.10. Adding it to the next release of Apache httpd 2.2 has been proposed as

Re: [VOTE] Release Apache Tomcat 8.0.10

2014-07-13 Thread Andrew Carr
I know Konstantin marked this as broken, but I went ahead and tried a sample build with ssl connectors, testing other functionality. I did not run into any issues building and deploying. I steered clear of the 404 testing due to aforementioned issues. Built 8_0_10 on Centos 6.5 - No issues java

Re: [VOTE] Release Apache Tomcat 8.0.10

2014-07-13 Thread Konstantin Kolinko
2014-07-11 1:52 GMT+04:00 Konstantin Kolinko : > 2014-07-11 0:27 GMT+04:00 Konstantin Kolinko : >> 2014-07-11 0:22 GMT+04:00 Konstantin Kolinko : >>> 2014-07-10 22:40 GMT+04:00 Falco Schwarz : I am seeing NPEs after reloading a web application with a custom . Just downloaded the sample.wa

[Bug 56717] New: MapperListener does not remove its listeners. It matters for repeated starts of embedded Tomcat,

2014-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56717 Bug ID: 56717 Summary: MapperListener does not remove its listeners. It matters for repeated starts of embedded Tomcat, Product: Tomcat 8 Version: 8.0.9 Hardware: PC

buildbot success in ASF Buildbot on tomcat-trunk

2014-07-13 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/273 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot failure in ASF Buildbot on tomcat-trunk

2014-07-13 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/272 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

svn commit: r1610244 - /tomcat/trunk/java/org/apache/catalina/mapper/MapperListener.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 15:55:23 2014 New Revision: 1610244 URL: http://svn.apache.org/r1610244 Log: Fix "No context found:" warnings from Mapper.addWrappers() -> findContextVersion() during context startup. If context has not been started yet, its "AFTER_START" lifecycle event will co

[Bug 56713] Limit time that incoming request waits while webapp is reloading

2014-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56713 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

[Bug 56710] IllegalStateException: The resources may not be accessed during webapp reload

2014-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56710 Konstantin Kolinko changed: What|Removed |Added Component|Catalina|Catalina Version|8

svn commit: r1610220 - in /tomcat/trunk: java/org/apache/catalina/mapper/LocalStrings.properties java/org/apache/catalina/mapper/Mapper.java java/org/apache/catalina/mapper/MapperListener.java webapps

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 14:54:04 2014 New Revision: 1610220 URL: http://svn.apache.org/r1610220 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56710 Do not perform wrapper mapping if context is being reloaded, as such mapping is useless and may fail unexpectedly. Let mapper

[Bug 56658] Concurrency issue with wrapper mappings in Mapper

2014-07-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56658 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1610203 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/mapper/TestMapper.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 14:13:27 2014 New Revision: 1610203 URL: http://svn.apache.org/r1610203 Log: Fix an error with removal of the last context version in removeContextVersion(), add test. The issue was reported for Tomcat 7 in "Time for 7.0.55" thread on dev mailing list. It is bac

svn commit: r1610199 - in /tomcat/tc7.0.x/trunk: java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/tomcat/util/http/mapper/TestMapperWebapps.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 14:04:00 2014 New Revision: 1610199 URL: http://svn.apache.org/r1610199 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56658#c3 Fix regression that context reloads were broken. It is backport of r1610186. Modified: tomcat/tc7.0.x/trunk/java/org/a

svn commit: r1610198 - in /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper: TestMapperContextRoot.java TestMapperWebapps.java TestMapperWelcomeFiles.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 13:56:32 2014 New Revision: 1610198 URL: http://svn.apache.org/r1610198 Log: Combine similar tests into same file. No functional change. ContextRoot and WelcomeFile mapper tests are moved into TestMapperWebapps class. It is backport of r1610188. Added: tomca

svn commit: r1610197 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapper.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 13:43:43 2014 New Revision: 1610197 URL: http://svn.apache.org/r1610197 Log: Test for add/remove ContextVersion. The issue was reported for Tomcat 7 in "Time for 7.0.55" thread on dev mailing list. I see no failures with Tomcat 8. Modified: tomcat/trunk/java

svn commit: r1610188 - in /tomcat/trunk/test/org/apache/catalina/mapper: TestMapperContextRoot.java TestMapperWebapps.java TestMapperWelcomeFiles.java

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 13:11:07 2014 New Revision: 1610188 URL: http://svn.apache.org/r1610188 Log: Combine similar tests into same file. No functional change. ContextRoot and WelcomeFile mapper tests are moved into TestMapperWebapps class. Removed: tomcat/trunk/test/org/apache/cat

svn commit: r1610186 - in /tomcat/trunk: java/org/apache/catalina/mapper/Mapper.java test/org/apache/catalina/mapper/TestMapperWebapps.java webapps/docs/changelog.xml

2014-07-13 Thread kkolinko
Author: kkolinko Date: Sun Jul 13 13:02:45 2014 New Revision: 1610186 URL: http://svn.apache.org/r1610186 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56658#c3 Fix regression that context reloads were broken. Correct changelog entries. Added: tomcat/trunk/test/org/apache/catali

Bug report for Tomcat Modules [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/07/13]

2014-07-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned