[Bug 56776] java.security.AccessControlException in ClassLoaderLogManager on ClassLoader.getParent() call

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56776 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO OS|

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2014-08-05 Thread Romain Manni-Bucau
Actually it is broken Mark since the principal can be created later (you login in a servlet for instance). That's why in tomee we wrap the realm to ensure we get the information whatever happen. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.

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

2014-08-05 Thread Mark Struberg
has nothing to do with recycle. Seems that the authentication in BasicAuthenticator only gets triggered in StandardHostValve#171 by callingĀ  context.getPipeline().getFirst().invoke(request, response); While the request listener already get triggered in StandardHostValve#167 by calling context.fi

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 15:50:13 2014 New Revision: 1615951 URL: http://svn.apache.org/r1615951 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Enable Tomcat to start when using SSL with an IBM JRE in strict SP800-131a mode. Modified: tomcat/tc7.0.x/trunk/ (props ch

svn commit: r1615947 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 15:46:37 2014 New Revision: 1615947 URL: http://svn.apache.org/r1615947 Log: Simplify catch block Enable Tomcat to start when using SSL with an IBM JRE in strict SP800-131a mode. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

[Bug 56784] Possible atomicity violations

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56784 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1615942 - in /tomcat/trunk: java/org/apache/catalina/core/ContainerBase.java java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 15:15:00 2014 New Revision: 1615942 URL: http://svn.apache.org/r1615942 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56784 Fix a couple of rare but theoretically possible atomicity bugs. Modified: tomcat/trunk/java/org/apache/catalina/core/Contain

[Bug 56784] Possible atomicity violations

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56784 --- Comment #1 from Mark Thomas --- (In reply to diogogsousa from comment #0) > In org.apache.catalina.core.ContainerBase, method getChildren(), lines > 1526-1534: Technically this is valid although no-one has ever reported an issue. It is

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1615922 - in /tomcat/tc7.0.x/trunk/java: javax/el/Util.java org/apache/el/util/ReflectionUtil.java

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 13:02:54 2014 New Revision: 1615922 URL: http://svn.apache.org/r1615922 Log: Don't use Java 7 methods in Tomcat 7. Modified: tomcat/tc7.0.x/trunk/java/javax/el/Util.java tomcat/tc7.0.x/trunk/java/org/apache/el/util/ReflectionUtil.java Modified: tomcat/tc7.0

Re: svn commit: r1615912 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ java/org/apache/el/util/ test/org/apache/el/ webapps/docs/

2014-08-05 Thread Mark Thomas
On 05/08/2014 13:49, Konstantin Kolinko wrote: > 2014-08-05 15:24 GMT+04:00 : >> Author: markt >> Date: Tue Aug 5 11:24:03 2014 >> New Revision: 1615912 >> >> URL: http://svn.apache.org/r1615912 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 >> When matching a method in a

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1615920 - in /tomcat/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 12:55:20 2014 New Revision: 1615920 URL: http://svn.apache.org/r1615920 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Avoid NullPointerException if directory exists on the class path that is not readable by the Tomcat user. Modified: tomcat/

svn commit: r1615919 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 12:49:27 2014 New Revision: 1615919 URL: http://svn.apache.org/r1615919 Log: Correct order Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog

Re: svn commit: r1615912 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ java/org/apache/el/util/ test/org/apache/el/ webapps/docs/

2014-08-05 Thread Konstantin Kolinko
2014-08-05 15:24 GMT+04:00 : > Author: markt > Date: Tue Aug 5 11:24:03 2014 > New Revision: 1615912 > > URL: http://svn.apache.org/r1615912 > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 > When matching a method in an EL expression, do not treat bridge methods as > duplic

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #8 from Mark Thomas --- A non-readable directory in WEB-INF/classes won't trigger this but a non-readable directory elsewhere on the classpath with will. Including user.dir on the class path is unusual. You might want to look

[Bug 56787] Simplified jndi name parsing

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56787 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Mark

[Bug 56797] EL-API does not find overriden method

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1615912 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ java/org/apache/el/util/ test/org/apache/el/ webapps/docs/

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 11:24:03 2014 New Revision: 1615912 URL: http://svn.apache.org/r1615912 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 When matching a method in an EL expression, do not treat bridge methods as duplicates of the method they bridge to. In this case

svn commit: r1615911 - in /tomcat/trunk: java/javax/el/ java/org/apache/el/util/ test/org/apache/el/ webapps/docs/

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 11:20:52 2014 New Revision: 1615911 URL: http://svn.apache.org/r1615911 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 When matching a method in an EL expression, do not treat bridge methods as duplicates of the method they bridge to. In this case

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2014-08-05 Thread Bill Barker
it/target/junit-4.12-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-20140805-native-src.tar.gz -Dexamples.sources.

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1615876 - in /tomcat/trunk: java/org/apache/tomcat/util/file/Matcher.java webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 07:38:18 2014 New Revision: 1615876 URL: http://svn.apache.org/r1615876 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Improve performance of org.apache.tomcat.util.file.Matcher which is to filter JARs for scanning during web application start. Ba

[Bug 56815] pregzipped static resources missing vary: accept-encoding

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56815 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1615875 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-05 Thread markt
Author: markt Date: Tue Aug 5 07:31:09 2014 New Revision: 1615875 URL: http://svn.apache.org/r1615875 Log: Add a bug id Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.