[Bug 57845] New: Multiple JspServletWrapper's sharing one JspCompilationContext

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 Bug ID: 57845 Summary: Multiple JspServletWrapper's sharing one JspCompilationContext Product: Tomcat 7 Version: 7.0.56 Hardware: PC OS: Linux

Plans for 8.0.22

2015-04-22 Thread Mark Thomas
Now ApacheCon is over, the changelog for 8.0.22 is looking reasonably long (it fills more than a single screen in my browser) and the end of the month is approaching, I'm going to start looking at a 8.0.22 release. I have the usual plan in mind, review all the open bugs that affect 8.0.22 and eith

svn commit: r1675276 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 08:53:18 2015 New Revision: 1675276 URL: http://svn.apache.org/r1675276 Log: Allow this to compile with Java 6 Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java Modified: tomcat/tc7.0.x/

svn commit: r1675279 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 08:58:38 2015 New Revision: 1675279 URL: http://svn.apache.org/r1675279 Log: Whitespace clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java tomcat/tc7.0.x/trunk/java/o

svn commit: r1675281 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:02:22 2015 New Revision: 1675281 URL: http://svn.apache.org/r1675281 Log: Switch to ConcurrentHashMap and remove syncs Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Propch

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

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57338 --- Comment #9 from Mark Thomas --- It has been long enough now without any issues being reported so I'll start work on the back-port. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1675282 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:04:03 2015 New Revision: 1675282 URL: http://svn.apache.org/r1675282 Log: No longer need a separate lookup() method Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Propchang

svn commit: r1675284 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java java/org/apache/catalina/authenticator/SingleSignOnEntry.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:09:13 2015 New Revision: 1675284 URL: http://svn.apache.org/r1675284 Log: Refactor the sync to simply synchronize the method Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java

svn commit: r1675285 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:10:19 2015 New Revision: 1675285 URL: http://svn.apache.org/r1675285 Log: Remove final so sub-classes can replace these. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Prop

svn commit: r1675289 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/authenticator/

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:28:56 2015 New Revision: 1675289 URL: http://svn.apache.org/r1675289 Log: First pass at fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=57338 so SSO entries are kept in sync across the cluster as nodes are added and removed. Added: tomcat/tc7.0.x

svn commit: r1675290 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOnEntry.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:29:43 2015 New Revision: 1675290 URL: http://svn.apache.org/r1675290 Log: Clean up Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOnEntry.java Propchange: tomcat/tc7.0.x/trunk/ ---

svn commit: r1675291 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:31:20 2015 New Revision: 1675291 URL: http://svn.apache.org/r1675291 Log: Remove unused method spotted by kfujino Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Propchange:

svn commit: r1675293 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:34:08 2015 New Revision: 1675293 URL: http://svn.apache.org/r1675293 Log: kfujino review of BZ 57338 fix. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java tomcat/tc7.0.x

svn commit: r1675294 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:35:46 2015 New Revision: 1675294 URL: http://svn.apache.org/r1675294 Log: Avoid unnecessary object creation Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Propchange: tomca

svn commit: r1675295 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:36:52 2015 New Revision: 1675295 URL: http://svn.apache.org/r1675295 Log: Remove unused code Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator

svn commit: r1675297 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:38:11 2015 New Revision: 1675297 URL: http://svn.apache.org/r1675297 Log: SSO now retains just the session ID rather than the actual session object so there is no need to remove sessions that have been passivated. Modified: tomcat/tc7.0.x/trunk/ (props cha

svn commit: r1675298 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:38:37 2015 New Revision: 1675298 URL: http://svn.apache.org/r1675298 Log: Comment typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1675299 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/LocalStrings.properties java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:40:12 2015 New Revision: 1675299 URL: http://svn.apache.org/r1675299 Log: Should use containerLog rather than own log Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties

svn commit: r1675300 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/SingleSignOn.java java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:42:01 2015 New Revision: 1675300 URL: http://svn.apache.org/r1675300 Log: Calls to associate need to trigger a Map update as well Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.j

svn commit: r1675302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/authenticator/

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:45:27 2015 New Revision: 1675302 URL: http://svn.apache.org/r1675302 Log: Refactor to replace reverse map with dedicated session listener that contains a reference to the SSO ID. This refactoring is in support of the fix for BZ 57338. Added: tomcat/tc7.0.x/

svn commit: r1675303 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/LocalStrings.properties java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:47:19 2015 New Revision: 1675303 URL: http://svn.apache.org/r1675303 Log: Debug logging improvements Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/LocalStrings.properties tomcat/tc7.0.x

svn commit: r1675306 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 09:56:56 2015 New Revision: 1675306 URL: http://svn.apache.org/r1675306 Log: StringManager uses package name, not class name. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java Modified: tomcat/tc8.0.x/trunk/java/org/apach

svn commit: r1675310 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina: authenticator/SingleSignOn.java ha/authenticator/ClusterSingleSignOn.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 10:12:08 2015 New Revision: 1675310 URL: http://svn.apache.org/r1675310 Log: Clean-up back-port Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/SingleSignOn.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSi

svn commit: r1675312 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java webapps/docs/config/cluster-valve.xml

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 10:15:23 2015 New Revision: 1675312 URL: http://svn.apache.org/r1675312 Log: kfujino review of BZ 57338 fix. Add configuration options for mapSendOptions and terminateOnStartFailure. Document the configuration options. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1675317 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 10:30:08 2015 New Revision: 1675317 URL: http://svn.apache.org/r1675317 Log: nit Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java URL: htt

svn commit: r1675320 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/authenticator/ java/org/apache/catalina/ha/session/

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 10:32:06 2015 New Revision: 1675320 URL: http://svn.apache.org/r1675320 Log: Review back-port of BZ 57338 fixes Add missing patches Align 7.0.x and 8.0.x for easier checking Added: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSign

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

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 10:36:27 2015 New Revision: 1675323 URL: http://svn.apache.org/r1675323 Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/t

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

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57338 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57489 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

svn commit: r1675328 - /tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 11:04:43 2015 New Revision: 1675328 URL: http://svn.apache.org/r1675328 Log: https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 Drop logging to debug now we know the root cause (concurrent close) Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/In

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

2015-04-22 Thread Bill Barker
rkspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150422-native-src.tar.gz -Dexampl

svn commit: r1675342 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 12:16:11 2015 New Revision: 1675342 URL: http://svn.apache.org/r1675342 Log: Add temporary work-around to fix SSL with APR during refactoring. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/

[Bug 57791] Tomcat 8 Resources doesn't work with Servlet 3.0 META-INF/resources

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57791 Mark Thomas changed: What|Removed |Added OS||All Resolution|---

[Bug 57749] NullPointerException in InternalNio2OutputBuffer$2.failed(InternalNio2OutputBuffer.java:205) (8.0.21 RC)

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #10 from Mark Thoma

[Bug 57802] Compatibility with ICEfaces 1.8 over JSF 1.1 apps

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57802 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #9 from Mark Thomas

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1675461 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 19:31:10 2015 New Revision: 1675461 URL: http://svn.apache.org/r1675461 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Need to ensure key aliases are converted to lower case for JKS key stores. Based on a patch provided by Santosh Giri Govind M. Modif

svn commit: r1675469 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 19:34:55 2015 New Revision: 1675469 URL: http://svn.apache.org/r1675469 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Need to ensure key aliases are converted to lower case for JKS key stores. Based on a patch provided by Santosh Giri Govind M. Modif

svn commit: r1675470 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 19:36:46 2015 New Revision: 1675470 URL: http://svn.apache.org/r1675470 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Need to ensure key aliases are converted to lower case for JKS key stores. Based on a patch provided by Santosh Giri Govind M. Modif

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

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57833 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1675486 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardContext.java

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 20:05:02 2015 New Revision: 1675486 URL: http://svn.apache.org/r1675486 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841 Improve error logging during context start Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties tomc

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

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 20:06:37 2015 New Revision: 1675488 URL: http://svn.apache.org/r1675488 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841 Improve error logging during context start Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/a

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

2015-04-22 Thread markt
Author: markt Date: Wed Apr 22 20:10:45 2015 New Revision: 1675489 URL: http://svn.apache.org/r1675489 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57841 Improve error logging during context start Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/a

[Bug 57841] Change logging defaults to avoid unusable feedback by default

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57841 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-04-22 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/627 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

[Bug 57836] Empty REMOTE_USER is translated to ""

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57836 --- Comment #1 from George Stanchev --- Created attachment 32678 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32678&action=edit proposed fix Attached is proposed fix. -- You are receiving this mail because: You are the assignee for

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

2015-04-22 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 57823] Server hangs if there is a colon on the start of the class path

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823 --- Comment #2 from gregh --- This was the entry in the /etc/rc.d/init.d script that I have used for many years, 5,6,7. This only happens in 8. CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar ie the CLASSPATH value in /etc/profile.