[Bug 60199] Improve error message if a session attribute could not load due to deserialization problems

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60199 --- Comment #2 from igor.muk...@gmx.de --- Created attachment 34324 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34324&action=edit Proposed a patch for 8.0.x Added a patch -- You are receiving this mail because: You are the assignee

svn commit: r1763320 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 19:32:59 2016 New Revision: 1763320 URL: http://svn.apache.org/viewvc?rev=1763320&view=rev Log: ws police Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1763319 - in /tomcat/trunk: bin/catalina.bat bin/catalina.sh build.xml

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 19:01:55 2016 New Revision: 1763319 URL: http://svn.apache.org/viewvc?rev=1763319&view=rev Log: Make the custom war URL handler available when processing the security manager's policy file. Part of the fix for BZ 60087 Modified: tomcat/trunk/bin/catalina.bat

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 --- Comment #5 from Remy Maucherat --- So I want it to behave the way it does, mostly, and especially not fail requests like that. -1 -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 --- Comment #4 from Christopher Schultz --- (In reply to Remy Maucherat from comment #3) > The realm doesn't and shouldn't throw exceptions at all :) Look at the lock > out realm code. How should the Realm behave if there is a communications e

Re: ECJ and Java 9

2016-10-04 Thread Violeta Georgieva
2016-10-04 20:41 GMT+03:00 Emmanuel Bourg : > > Le 4/10/2016 à 19:19, Rémy Maucherat a écrit : > > > Does anyone have info on Java 9 support in ECJ ? This is going to be needed > > for JSP support (obviously). I tested 4.7Ms [good news: it's a drop in > > replacement for our current 4.5] but there'

Re: ECJ and Java 9

2016-10-04 Thread Emmanuel Bourg
Le 4/10/2016 à 19:19, Rémy Maucherat a écrit : > Does anyone have info on Java 9 support in ECJ ? This is going to be needed > for JSP support (obviously). I tested 4.7Ms [good news: it's a drop in > replacement for our current 4.5] but there's no change in that area. There is a Java 9 branch in

ECJ and Java 9

2016-10-04 Thread Rémy Maucherat
Hi, Does anyone have info on Java 9 support in ECJ ? This is going to be needed for JSP support (obviously). I tested 4.7Ms [good news: it's a drop in replacement for our current 4.5] but there's no change in that area. Rémy

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 --- Comment #3 from Remy Maucherat --- The realm doesn't and shouldn't throw exceptions at all :) Look at the lock out realm code. -- You are receiving this mail because: You are the assignee for the bug.

Re: Early Access build 136 for JDK 9 & JDK 9 with Project Jigsaw are available on java.net

2016-10-04 Thread Rory O'Donnell
Hi Mark, There was an update to JDK-8163449 below: Caching is enabled by default, but it can be disabled statically (if strangely through a non-static api). The fact that files can't be deleted on windows is a consequence of this caching, and also that files are opened by the Java runtime on

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 --- Comment #2 from Christopher Schultz --- Perhaps the Realm interface could be adjusted to throw a variety of exceptions: - AuthenticationException (triggers lock-out) - CommunicationException (does not trigger lock-out) Honestly, if a Real

[Bug 60199] Improve error message if a session attribute could not load due to deserialization problems

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60199 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Christop

[Bug 60193] A child container failed during start

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60193 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO OS|

[Bug 60202] Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 60202] New: Failed LDAP connection triggers lockout realm

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60202 Bug ID: 60202 Summary: Failed LDAP connection triggers lockout realm Product: Tomcat 8 Version: 8.0.37 Hardware: PC OS: Linux Status: NEW Severity: norm

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

2016-10-04 Thread Bill Barker
space/apache-commons/beanutils/dist/commons-beanutils-20161004.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.4-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.5-SNAPSHOT.jar

svn commit: r1763277 - /tomcat/trunk/webapps/docs/security-manager-howto.xml

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 13:33:02 2016 New Revision: 1763277 URL: http://svn.apache.org/viewvc?rev=1763277&view=rev Log: Remove additional references to the removed class JndiPermission Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml Modified: tomcat/trunk/webapps/docs/s

svn commit: r1763276 - /tomcat/trunk/build.xml

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 13:26:21 2016 New Revision: 1763276 URL: http://svn.apache.org/viewvc?rev=1763276&view=rev Log: Tab police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1763276&r1=1763275&r2=1763

svn commit: r1763272 - /tomcat/trunk/build.xml

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 12:40:14 2016 New Revision: 1763272 URL: http://svn.apache.org/viewvc?rev=1763272&view=rev Log: Remove duplicate comment Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1763272&r1=1

svn commit: r1763271 - /tomcat/trunk/build.xml

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 12:35:48 2016 New Revision: 1763271 URL: http://svn.apache.org/viewvc?rev=1763271&view=rev Log: Exclude files from catalina.jar that are already provided in bootstrap.jar Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.

buildbot success in on tomcat-8-trunk

2016-10-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/792 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

buildbot failure in on tomcat-8-trunk

2016-10-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/791 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1763266 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/ java/org/apache/catalina/webresources/war/ test/org/apache/catalina/webresources/ test/org/apache/catalina/we

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 11:37:26 2016 New Revision: 1763266 URL: http://svn.apache.org/viewvc?rev=1763266&view=rev Log: Move the WAR handling code to a separate package to provide the option to register it via the java.protocol.handler.pkgs system property Added: tomcat/tc8.0.x/trunk/

svn commit: r1763265 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/ java/org/apache/catalina/webresources/war/ test/org/apache/catalina/webresources/ test/org/apache/catalina/we

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 11:30:22 2016 New Revision: 1763265 URL: http://svn.apache.org/viewvc?rev=1763265&view=rev Log: Move the WAR handling code to a separate package to provide the option to register it via the java.protocol.handler.pkgs system property Added: tomcat/tc8.5.x/trunk/

svn commit: r1763264 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/WarURLConnection.java java/org/apache/catalina/webresources/WarURLStreamHandler.java test/org/apache/catalina/

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 11:29:43 2016 New Revision: 1763264 URL: http://svn.apache.org/viewvc?rev=1763264&view=rev Log: Further preparation for fixing BZ 60087. With the war->jar conversion taking place in the WarURLStreamHandler, a URL constructed from a String would have an external form

svn commit: r1763262 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/WarURLConnection.java java/org/apache/catalina/webresources/WarURLStreamHandler.java test/org/apache/catalina/

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 11:29:31 2016 New Revision: 1763262 URL: http://svn.apache.org/viewvc?rev=1763262&view=rev Log: Further preparation for fixing BZ 60087. With the war->jar conversion taking place in the WarURLStreamHandler, a URL constructed from a String would have an external form

svn commit: r1763259 - in /tomcat/trunk: java/org/apache/catalina/webresources/ java/org/apache/catalina/webresources/war/ test/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/

2016-10-04 Thread markt
Author: markt Date: Tue Oct 4 11:01:44 2016 New Revision: 1763259 URL: http://svn.apache.org/viewvc?rev=1763259&view=rev Log: Move the WAR handling code to a separate package to provide the option to register it via the java.protocol.handler.pkgs system property Added: tomcat/trunk/java/org

[Bug 60199] New: Improve error message if a session attribute could not load due to deserialization problems

2016-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60199 Bug ID: 60199 Summary: Improve error message if a session attribute could not load due to deserialization problems Product: Tomcat 8 Version: 8.0.37 Hardware: PC

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

2016-10-04 Thread Bill Barker
target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161004.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20161004/bin/openssl -Dexecute.test.nio=false -Dhamcrest.ja

buildbot success in on tomcat-7-trunk

2016-10-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/564 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler