[Bug 57833] New: NIO connector fails SSL handshake due to uppercase letters in keyAlias name

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Bug ID: 57833 Summary: NIO connector fails SSL handshake due to uppercase letters in keyAlias name Product: Tomcat 7 Version: 7.0.59 Hardware: PC Status: NEW

[Bug 57833] NIO connector fails SSL handshake due to uppercase letters in keyAlias name

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Santosh Giri Govind M changed: What|Removed |Added CC||vkris...@novell.com

[Bug 57830] Add support for ProxyProtocol

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57830 --- Comment #4 from Christopher Schultz --- (In reply to Bill Barker from comment #3) > That means that the "PROXY ..." line is encrypted > over SSL/TSL just like everything else in the payload. This in turn means > that all of the code that i

[Bug 57808] Don't preload all charsets

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable -- You are recei

[Bug 57338] SingleSignOnEntry cache of ClusterSingleSignOn valve is not synchronized on Tomcat startup

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57338 --- Comment #8 from Aaron Ramsey --- (In reply to Mark Thomas from comment #6) > I've back-ported the fix to 8.0.x and it will be included in 8.0.x onwards. > I'll wait for some feedback on that before back-porting it to 7.0.x. Just wondering.

[Bug 57836] New: Empty REMOTE_USER is translated to ""

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 Bug ID: 57836 Summary: Empty REMOTE_USER is translated to "" Product: Tomcat Connectors Version: 1.2.40 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 57837] New: "compression" in server.xml not considered sufficient by google

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57837 Bug ID: 57837 Summary: "compression" in server.xml not considered sufficient by google Product: Tomcat 7 Version: unspecified Hardware: PC OS: Windows NT

[Bug 57808] Don't preload all charsets

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 --- Comment #6 from Mark Thomas --- (In reply to Philippe Marschall from comment #4) > I have read bug 51400 and my understanding is that preloading is not > necessary to avoid performance bottlenecks. Preloading was discussed but I > couldn't

[Bug 56677] ApplicationHttpRequest does not override javax.servlet.ServletRequestWrapper#getServletContext()

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56677 --- Comment #5 from Sam Hokin --- Ahh, then I'll wait until Tomcat 7.0.61 appears in the FC 21 distro to check that this has been fixed. I'm sticking with the distro versions on these servers for ease of maintenance reasons. Fedora is usually p

svn commit: r1675019 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2015-04-20 Thread kfujino
Author: kfujino Date: Tue Apr 21 01:40:03 2015 New Revision: 1675019 URL: http://svn.apache.org/r1675019 Log: Fix a concurrency issue when a backup message that has all session data and a backup message that has diff data are processing at the same time. Modified: tomcat/trunk/java/org/apa

svn commit: r1675020 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2015-04-20 Thread kfujino
Author: kfujino Date: Tue Apr 21 01:42:34 2015 New Revision: 1675020 URL: http://svn.apache.org/r1675020 Log: Fix a concurrency issue when a backup message that has all session data and a backup message that has diff data are processing at the same time. Modified: tomcat/tc8.0.x/trunk/java

svn commit: r1675021 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2015-04-20 Thread kfujino
Author: kfujino Date: Tue Apr 21 01:45:33 2015 New Revision: 1675021 URL: http://svn.apache.org/r1675021 Log: Fix a concurrency issue when a backup message that has all session data and a backup message that has diff data are processing at the same time. Modified: tomcat/tc7.0.x/trunk/java

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-04-20 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-tc8.0.x-test-bio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-04-20 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-tc8.0.x-test-nio2 has an issue affecting its community integration

[Bug 57837] "compression" in server.xml not considered sufficient by google

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57837 --- Comment #1 from Ralf Hauser --- It is not APR as discussed in http://marc.info/?l=tomcat-user&m=139280091513414&w=2 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57837] "compression" in server.xml not considered sufficient by google

2015-04-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57837 --- Comment #2 from Violeta Georgieva --- Hi, By default mime types that will be compressed are text/html,text/xml,text/plain. compressableMimeType The value is a comma separated list of MIME types for which HTTP compression may be used.