BZ 54095 (gziped static resources) - missing VARY heade

2014-08-04 Thread Pavel Cibulka
I'm not sure, but I thing, there should be http header Vary: Accept-Encoding, when .gz version of the file is server by tomcat. This header seems to be missing in Tomcat 8.0.9 Pavel Cibulka

[Bug 56810] New: ANT: test target fails

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56810 Bug ID: 56810 Summary: ANT: test target fails Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

[Bug 56810] ANT: test target fails

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56810 Asaf asaf.da...@gmail.com changed: What|Removed |Added CC||asaf.da...@gmail.com

[Tomcat Wiki] Update of FAQ/Database by OgnjenBlagojevic

2014-08-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FAQ/Database page has been changed by OgnjenBlagojevic: https://wiki.apache.org/tomcat/FAQ/Database?action=diffrev1=7rev2=8 Comment: Added information about JDBC 3 and Tomcat 8 ==

svn commit: r1615599 - in /tomcat/trunk: test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java webapps/docs/changelog.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 14:59:31 2014 New Revision: 1615599 URL: http://svn.apache.org/r1615599 Log: Remove use of Java 8 specific API call Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java tomcat/trunk/webapps/docs/changelog.xml Modified:

[Bug 56810] ANT: test target fails

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56810 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1615602 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 15:02:07 2014 New Revision: 1615602 URL: http://svn.apache.org/r1615602 Log: Fix the Eclipse nags Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java Modified:

svn commit: r1615607 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 15:07:58 2014 New Revision: 1615607 URL: http://svn.apache.org/r1615607 Log: Start to test specifications Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java Modified:

svn commit: r1615621 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 15:44:24 2014 New Revision: 1615621 URL: http://svn.apache.org/r1615621 Log: Figured out why test was failing Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java Modified:

svn commit: r1615687 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 17:03:53 2014 New Revision: 1615687 URL: http://svn.apache.org/r1615687 Log: Add some notes Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java Modified:

svn commit: r1615693 - /tomcat/trunk/webapps/docs/config/http.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 17:08:49 2014 New Revision: 1615693 URL: http://svn.apache.org/r1615693 Log: Remove references to the deleted system property. Document the current default. Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml

Re: BZ 54095 (gziped static resources) - missing VARY heade

2014-08-04 Thread Mark Thomas
On 04/08/2014 12:24, Pavel Cibulka wrote: I'm not sure, but I thing, there should be http header Vary: Accept-Encoding, when .gz version of the file is server by tomcat. This header seems to be missing in Tomcat 8.0.9 You are correct that a Vary header should be sent and also correct that it

svn commit: r1615697 - in /tomcat/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 17:22:01 2014 New Revision: 1615697 URL: http://svn.apache.org/r1615697 Log: When the gzip option is enabled for the DefaultServlet ensure that a suitable Vary header is returned for resources that might be returned directly in compressed form. Modified:

[Bug 56802] WebSocket - socket set keep alive should be exposed

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56802 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Mark Struberg
Hi! I've recently found out that getUserPrincipal() returns null in a Listener [1].  I remember that this used to return the correct Principal in older versions (might be some time already).  Also from reading the spec I assumed it should work. Any infos on this? LieGrue, strub [1] 

svn commit: r1615710 - in /tomcat/trunk: java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 17:50:04 2014 New Revision: 1615710 URL: http://svn.apache.org/r1615710 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56796 Remove unnecessary sleep when stopping a web application. Modified:

svn commit: r1615712 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/threads/ThreadPoolExecutor.java webapps/docs/changelog.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 17:50:53 2014 New Revision: 1615712 URL: http://svn.apache.org/r1615712 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56796 Remove unnecessary sleep when stopping a web application. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 56796] Avoid sleep usage in org.apache.tomcat.util.threads.ThreadPoolExecutor#contextStopping

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56796 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-04 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/321 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-7-trunk

2014-08-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/199 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[RESULT][VOTE] Release Apache Tomcat 8.0.10

2014-08-04 Thread Mark Thomas
For the sake of completeness, record that this vote failed due to a regression. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1615724 - in /tomcat/trunk: res/tomcat.nsi webapps/docs/changelog.xml

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 18:42:46 2014 New Revision: 1615724 URL: http://svn.apache.org/r1615724 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 Display the full version in the list of installed applications when installed via the Windows installer package. Patch provided

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

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 18:43:42 2014 New Revision: 1615725 URL: http://svn.apache.org/r1615725 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 Display the full version in the list of installed applications when installed via the Windows installer package. Patch provided

[Bug 56788] Set Version information in uninstaller on Windows

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56788 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1615726 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 18:44:44 2014 New Revision: 1615726 URL: http://svn.apache.org/r1615726 Log: Bump version number for next release Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/build.properties.default

svn commit: r1615727 - /tomcat/trunk/res/maven/tomcat-embed-jasper.pom

2014-08-04 Thread markt
Author: markt Date: Mon Aug 4 18:49:29 2014 New Revision: 1615727 URL: http://svn.apache.org/r1615727 Log: Switch to an official JAR that provides the necessary Eclipse compiler classes. Make it optional so folks embedding Tomcat can use javac if they prefer. Modified:

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Jean-Louis MONTEIRO
It should return at least always a non null principal AFAIR, isn't it? 2014-08-04 19:33 GMT+02:00 Mark Struberg strub...@yahoo.de: Hi! I've recently found out that getUserPrincipal() returns null in a Listener [1]. I remember that this used to return the correct Principal in older

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Romain Manni-Bucau
Returns a java.security.Principal object containing the name of the current authenticated user. If the user has not been authenticated, the method returns null. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Jean-Louis MONTEIRO
oups thanks Romain 2014-08-04 22:09 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com: Returns a java.security.Principal object containing the name of the current authenticated user. If the user has not been authenticated, the method returns null. Romain Manni-Bucau Twitter:

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Mark Struberg
yea exactly. But the user IS authenticated! And later in the Filter getUserPrincipal() returns the correct Principal. But in the ServletRequestListener (invoked in the same request of course) it is null. Either it should always be null, or never! LieGrue, strub On Monday, 4 August 2014, 22:12,

Re: request.getUserPrincipal() returns null in a ServletRequestListener#requestInitialized in tc-7.0.54

2014-08-04 Thread Romain Manni-Bucau
Hmm did you debug in org.apache.catalina.connector.Request#recycle? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-04 22:37 GMT+02:00 Mark Struberg

[Bug 56684] java7: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 --- Comment #12 from fach hoch fachh...@gmail.com --- is this fix available in tomcat 7.0.50? I am getting this error in jdk1.7 64 bit tomcat 7.0.50 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56684] java7: java.net.SocketTimeoutException: Accept timed out

2014-08-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 --- Comment #13 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to fach hoch from comment #12) is this fix available in tomcat 7.0.50? No, it's in 7.0.55, as stated in comment #10. -- You are receiving this mail because: