svn commit: r1627717 - in /tomcat/trunk/test/org/apache/catalina/realm: TestPBECredentialHandler.java TestSecretKeyCredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Fri Sep 26 06:49:26 2014 New Revision: 1627717 URL: http://svn.apache.org/r1627717 Log: Update test name after tested class was renamed Remove algorithm that isn't supported on all platforms from test Added: tomcat/trunk/test/org/apache/catalina/realm/TestSecretKeyCredent

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

2014-09-25 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-trunk-test-apr has an issue affecting its community integration. Th

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

2014-09-25 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-trunk-test-nio has an issue affecting its community integration. Th

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

2014-09-25 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-trunk-test-nio2 has an issue affecting its community integration. T

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

2014-09-25 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-trunk-test-bio has an issue affecting its community integration. Th

Exception thrown by JspServlet in included request when jsp file is not found (from bug 57019)

2014-09-25 Thread Konstantin Kolinko
Hi! Regarding exception generated by JspServlet when it is invoked via RequestDispatcer.include() and the requested JSP page does not exist. As seen from the stacktrace in bug 57019 [1], it generates a ServletException. The relevant place in the code is JspServlet.handleMissingResource(). In cha

[Bug 57016] PersistentValve deletes sessions right after it creates them

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57016 --- Comment #2 from Matt Hauck --- Wow, that was fast. thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-un

[Bug 57021] New: Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57021 Bug ID: 57021 Summary: Improve logging in AprLifecycleListener and jni.Library when Tomcat-Native DLL fails to load Product: Tomcat 8 Version: 8.0.14 Hardware: PC

Re: svn commit: r1627617 - in /tomcat/trunk: java/org/apache/catalina/realm/ test/org/apache/catalina/realm/ webapps/docs/config/

2014-09-25 Thread Christopher Schultz
Mark, PBE was okay with me. I was just asking about it. I'm okay with the change to SecretKey, too. There's really no good name for this ;) -chris On 9/25/14 3:34 PM, ma...@apache.org wrote: > Author: markt > Date: Thu Sep 25 19:34:00 2014 > New Revision: 1627617 > > URL: http://svn.apache.org

[Bug 57019] Tomcat cannot find new JSP

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57019 --- Comment #3 from Mark Thomas --- One more thing. I forgot to say thanks for the quality of the report and for providing a test case. The bug might have been invalid that doesn't change the fact that it was well written, clearly describe

[Bug 57019] Tomcat cannot find new JSP

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

svn commit: r1627640 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 20:11:08 2014 New Revision: 1627640 URL: http://svn.apache.org/r1627640 Log: Avid issues causes by multiple filtering of unsafe HTML characters. Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Modified: tomcat/trunk/java/org/apac

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Christopher Schultz
Mark, On 9/24/14 5:07 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.14 release is now available for voting. > > The main changes since 8.0.12 are: > - Windows service runner, Windows service manager and Windows installer > are digitally signed with the new ASF code signing service > -

[Bug 57016] PersistentValve deletes sessions right after it creates them

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

svn commit: r1627630 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/PersistentManagerBase.java webapps/docs/changelog.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:52:50 2014 New Revision: 1627630 URL: http://svn.apache.org/r1627630 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57016 When using the PersistentValve do not remove sessions from the store when persisting them. Modified: tomcat/tc7.0.x/trunk/

svn commit: r1627629 - in /tomcat/trunk: java/org/apache/catalina/session/PersistentManagerBase.java webapps/docs/changelog.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:49:42 2014 New Revision: 1627629 URL: http://svn.apache.org/r1627629 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57016 When using the PersistentValve do not remove sessions from the store when persisting them. Modified: tomcat/trunk/java/org/

svn commit: r1627619 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/coyote/ java/org

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:38:15 2014 New Revision: 1627619 URL: http://svn.apache.org/r1627619 Log: Refactor cookie parsing to make it more pluggable Added: tomcat/trunk/java/org/apache/tomcat/util/http/CookieProcessor.java (with props) tomcat/trunk/java/org/apache/tomcat/util/

svn commit: r1627615 - in /tomcat/trunk: java/org/apache/catalina/realm/MessageDigestCredentialHandler.java webapps/docs/config/project.xml webapps/docs/config/realm.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:49 2014 New Revision: 1627615 URL: http://svn.apache.org/r1627615 Log: Update docs Modified: tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHandler.java tomcat/trunk/webapps/docs/config/project.xml tomcat/trunk/webapps/docs/con

svn commit: r1627617 - in /tomcat/trunk: java/org/apache/catalina/realm/ test/org/apache/catalina/realm/ webapps/docs/config/

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:34:00 2014 New Revision: 1627617 URL: http://svn.apache.org/r1627617 Log: s/PBE/SecretKey/ Added: tomcat/trunk/java/org/apache/catalina/realm/SecretKeyCredentialHandler.java (contents, props changed) - copied, changed from r1627616, tomcat/trunk/jav

svn commit: r1627616 - /tomcat/trunk/webapps/docs/config/credentialhandler.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:53 2014 New Revision: 1627616 URL: http://svn.apache.org/r1627616 Log: Fix typo Modified: tomcat/trunk/webapps/docs/config/credentialhandler.xml Modified: tomcat/trunk/webapps/docs/config/credentialhandler.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1627612 - in /tomcat/trunk/test/org/apache/catalina/realm: TestMessageDigestCredentialHandler.java TestPBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:35 2014 New Revision: 1627612 URL: http://svn.apache.org/r1627612 Log: Update tests after API changes Modified: tomcat/trunk/test/org/apache/catalina/realm/TestMessageDigestCredentialHandler.java tomcat/trunk/test/org/apache/catalina/realm/TestPBECred

svn commit: r1627604 - /tomcat/trunk/java/org/apache/catalina/CredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:53 2014 New Revision: 1627604 URL: http://svn.apache.org/r1627604 Log: Add docs Modified: tomcat/trunk/java/org/apache/catalina/CredentialHandler.java Modified: tomcat/trunk/java/org/apache/catalina/CredentialHandler.java URL: http://svn.apache.org/viewv

svn commit: r1627614 - /tomcat/trunk/webapps/docs/config/credentialhandler.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:44 2014 New Revision: 1627614 URL: http://svn.apache.org/r1627614 Log: Update docs Added: tomcat/trunk/webapps/docs/config/credentialhandler.xml (with props) Added: tomcat/trunk/webapps/docs/config/credentialhandler.xml URL: http://svn.apache.org/viewv

svn commit: r1627611 - in /tomcat/trunk/java/org/apache/catalina: ./ realm/

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:29 2014 New Revision: 1627611 URL: http://svn.apache.org/r1627611 Log: Restore mutate() to a single parameter method CHBase only of digest CH's so rename it Add support for nested CH Added: tomcat/trunk/java/org/apache/catalina/realm/DigestCredentialHandl

svn commit: r1627613 - in /tomcat/trunk/java/org/apache/catalina: realm/NestedCredentialHandler.java startup/CredentialHandlerRuleSet.java startup/RealmRuleSet.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:40 2014 New Revision: 1627613 URL: http://svn.apache.org/r1627613 Log: Add CredentialHandler support to config rulsets Added: tomcat/trunk/java/org/apache/catalina/startup/CredentialHandlerRuleSet.java - copied, changed from r1627612, tomcat/trunk/j

svn commit: r1627610 - /tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:19 2014 New Revision: 1627610 URL: http://svn.apache.org/r1627610 Log: Operator precedence Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java UR

svn commit: r1627606 - in /tomcat/trunk/java/org/apache/catalina/realm: CredentialHandlerBase.java MessageDigestCredentialHandler.java PBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:02 2014 New Revision: 1627606 URL: http://svn.apache.org/r1627606 Log: More docs. Code updates after review while writing docs Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java tomcat/trunk/java/org/apache/catalina/realm

svn commit: r1627607 - in /tomcat/trunk/java/org/apache/catalina/realm: CredentialHandlerBase.java LocalStrings.properties MessageDigestCredentialHandler.java PBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:07 2014 New Revision: 1627607 URL: http://svn.apache.org/r1627607 Log: Review comment 5 from schultz Validate stored credential Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java tomcat/trunk/java/org/apache/catalina/realm

svn commit: r1627609 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:15 2014 New Revision: 1627609 URL: http://svn.apache.org/r1627609 Log: Review comment 8 from schultz Allow the use of custom CredentialHandlers when creating credential strings for storage Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.jav

svn commit: r1627608 - /tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:33:11 2014 New Revision: 1627608 URL: http://svn.apache.org/r1627608 Log: Review comment 6 from schultz Create correctly sixed StringBuidler for result Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java Modified: tomcat/trunk/ja

svn commit: r1627605 - /tomcat/trunk/java/org/apache/catalina/Realm.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:57 2014 New Revision: 1627605 URL: http://svn.apache.org/r1627605 Log: Docs Modified: tomcat/trunk/java/org/apache/catalina/Realm.java Modified: tomcat/trunk/java/org/apache/catalina/Realm.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apac

svn commit: r1627601 - in /tomcat/trunk: java/org/apache/catalina/realm/ test/org/apache/catalina/realm/

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:39 2014 New Revision: 1627601 URL: http://svn.apache.org/r1627601 Log: Hook up credential generation Modified: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialHa

svn commit: r1627602 - in /tomcat/trunk: java/org/apache/catalina/realm/CredentialHandlerBase.java test/org/apache/catalina/realm/TestMessageDigestCredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:45 2014 New Revision: 1627602 URL: http://svn.apache.org/r1627602 Log: Add some tests. Fix a bug and handle an edge case. Added: tomcat/trunk/test/org/apache/catalina/realm/TestMessageDigestCredentialHandler.java (with props) Modified: tomcat/trunk

svn commit: r1627603 - /tomcat/trunk/test/org/apache/catalina/realm/TestPBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:49 2014 New Revision: 1627603 URL: http://svn.apache.org/r1627603 Log: Add a unit test Added: tomcat/trunk/test/org/apache/catalina/realm/TestPBECredentialHandler.java (with props) Added: tomcat/trunk/test/org/apache/catalina/realm/TestPBECredentialHan

svn commit: r1627600 - in /tomcat/trunk/java/org/apache/catalina/realm: LocalStrings.properties PBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:33 2014 New Revision: 1627600 URL: http://svn.apache.org/r1627600 Log: Add the warning Modified: tomcat/trunk/java/org/apache/catalina/realm/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/realm/PBECredentialHandler.java Modified: tomcat

svn commit: r1627596 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/realm/ java/org/apache/tomcat/util/security/ test/org/apache/catalina/realm/

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:13 2014 New Revision: 1627596 URL: http://svn.apache.org/r1627596 Log: First pass at plumbing in a CredentialHandler interface Added: tomcat/trunk/java/org/apache/catalina/CredentialHandler.java (with props) tomcat/trunk/java/org/apache/catalina/rea

svn commit: r1627599 - in /tomcat/trunk/java/org/apache/catalina/realm: CredentialHandlerBase.java MessageDigestCredentialHandler.java PBECredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:29 2014 New Revision: 1627599 URL: http://svn.apache.org/r1627599 Log: Refactor common code to base class Added: tomcat/trunk/java/org/apache/catalina/realm/CredentialHandlerBase.java (with props) Modified: tomcat/trunk/java/org/apache/catalina/rea

svn commit: r1627598 - in /tomcat/trunk: java/org/apache/catalina/realm/ res/checkstyle/

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:24 2014 New Revision: 1627598 URL: http://svn.apache.org/r1627598 Log: Add first pass at PBE handler Added: tomcat/trunk/java/org/apache/catalina/realm/PBECredentialHandler.java (with props) Modified: tomcat/trunk/java/org/apache/catalina/realm/Loca

svn commit: r1627597 - in /tomcat/trunk/java/org/apache/catalina: CredentialHandler.java realm/MessageDigestCredentialHandler.java

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 19:32:18 2014 New Revision: 1627597 URL: http://svn.apache.org/r1627597 Log: Add support for the salt$iter$pwd format Modified: tomcat/trunk/java/org/apache/catalina/CredentialHandler.java tomcat/trunk/java/org/apache/catalina/realm/MessageDigestCredentialH

[Bug 57020] Error while compiling JSPs: "The method getDispatcherType() is undefined for the type HttpServletRequest"

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57020 --- Comment #3 from Jesper de Jong --- I know that HttpServletRequest.getDispatcherType() is a valid method, it's a new method in the Servlet 3.0 API. I created a new project with a minimal setup to try to reproduce the problem, but it now

svn commit: r1627579 - /tomcat/trunk/java/org/apache/catalina/Lifecycle.java

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 18:23:35 2014 New Revision: 1627579 URL: http://svn.apache.org/r1627579 Log: Correct topy-pasted typo in description. Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java URL: http://s

[Bug 57020] Error while compiling JSPs: "The method getDispatcherType() is undefined for the type HttpServletRequest"

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

[Bug 57020] Error while compiling JSPs: "The method getDispatcherType() is undefined for the type HttpServletRequest"

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57020 --- Comment #1 from Jesper de Jong --- Created attachment 32058 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32058&action=edit JSP Java file -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57020] New: Error while compiling JSPs: "The method getDispatcherType() is undefined for the type HttpServletRequest"

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57020 Bug ID: 57020 Summary: Error while compiling JSPs: "The method getDispatcherType() is undefined for the type HttpServletRequest" Product: Tomcat 8 Version:

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #9 from Mark Thomas --- Imporved fix applied to 8.0.x for 8.0.15 onwards. -- You are receiving this mail because: You are the assignee for the bug. - To unsu

svn commit: r1627569 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java java/org/apache/catalina/startup/VersionLoggerListener.java webapps/docs/changelog.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 16:31:20 2014 New Revision: 1627569 URL: http://svn.apache.org/r1627569 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Improve the previous fix . Avoid logging version information in the constructor since it then gets logged at undesirable times s

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #8 from Mark Thomas --- The best I can come up with is to write all the info logging during AprLifecycleListener.init() to a buffer and then write that out during Lifecycle.BEFORE_INIT_EVENT. Then move the VersionLogging message

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Rémy Maucherat
2014-09-24 23:07 GMT+02:00 Mark Thomas : > The proposed 8.0.14 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.14 > Rémy

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Mark Thomas
On 24/09/2014 22:07, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.14 release is now available for voting. > > The main changes since 8.0.12 are: > - Windows service runner, Windows service manager and Windows installer > are digitally signed with the new ASF code signing service > - Imple

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #7 from Konstantin Kolinko --- > I took a quick look at refactoring the AprLifecycleListener but that > is tied up with the Connector constructors and would be hard to untangle. Ack. Agreed. For a record, the call chain to Ap

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Mark Thomas
On 25/09/2014 14:29, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: [VOTE] Release Apache Tomcat 8.0.14 > >> On 9/24/14 5:07 PM, Mark Thomas wrote: >>> The proposed Apache Tomcat 8.0.14 release is now available for voting. > >> What

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #6 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #5) > Re: r1627296 > > Could the logging be moved from constructor to Lifecycle.BEFORE_INIT_EVENT, > like activities performed by AprLifecycleListener? They

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Christopher Schultz
Chuck, On 9/25/14 9:29 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: [VOTE] Release Apache Tomcat 8.0.14 > >> On 9/24/14 5:07 PM, Mark Thomas wrote: >>> The proposed Apache Tomcat 8.0.14 release is now available for voting. >

RE: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [VOTE] Release Apache Tomcat 8.0.14 > On 9/24/14 5:07 PM, Mark Thomas wrote: > > The proposed Apache Tomcat 8.0.14 release is now available for voting. > What happened to 8.0.13? I saw that tag for it, then ... ? A

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-25 Thread Christopher Schultz
Mark, On 9/24/14 12:27 PM, Mark Thomas wrote: > On 24/09/2014 16:59, Christopher Schultz wrote: >> Mark, >> >> On 9/24/14 5:00 AM, Mark Thomas wrote: >>> On 23/09/2014 10:49, Mark Thomas wrote: On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: > > On 09/17/2014 04:36 AM, Mark

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Christopher Schultz
Mark, On 9/24/14 5:07 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.14 release is now available for voting. What happened to 8.0.13? I saw that tag for it, then ... ? -chris signature.asc Description: OpenPGP digital signature

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Yoav Shapira
On Wed, Sep 24, 2014 at 5:07 PM, Mark Thomas wrote: > The proposed 8.0.14 release is: > [ ] Broken - do not release > [ X ] Stable - go ahead and release as 8.0.14 Looks good to me. Mostly NIO tested on home-brewed app. Yoav -

[Bug 56401] Log version information on startup

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #5 from Konstantin Kolinko --- Re: r1627296 Could the logging be moved from constructor to Lifecycle.BEFORE_INIT_EVENT, like activities performed by AprLifecycleListener? Reason: Doing logging in VersionLoggerListener constru

svn commit: r1627531 - in /tomcat/trunk: java/javax/websocket/Session.java java/org/apache/tomcat/util/security/ConcurrentMessageDigest.java webapps/docs/changelog.xml

2014-09-25 Thread markt
Author: markt Date: Thu Sep 25 12:44:05 2014 New Revision: 1627531 URL: http://svn.apache.org/r1627531 Log: Fix broken Javadoc links Modified: tomcat/trunk/java/javax/websocket/Session.java tomcat/trunk/java/org/apache/tomcat/util/security/ConcurrentMessageDigest.java tomcat/trunk/we

svn commit: r1627526 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 11:54:18 2014 New Revision: 1627526 URL: http://svn.apache.org/r1627526 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 )reviewing r1627401) Mark the AtomicInteger field as final. It is merge of r1627525 from tomcat/trunk. Modified: tomcat/

svn commit: r1627525 - /tomcat/trunk/java/org/apache/catalina/connector/Response.java

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 11:52:39 2014 New Revision: 1627525 URL: http://svn.apache.org/r1627525 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 )reviewing r1627401) Mark the AtomicInteger field as final. Modified: tomcat/trunk/java/org/apache/catalina/connector/Res

svn commit: r1627523 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 11:40:48 2014 New Revision: 1627523 URL: http://svn.apache.org/r1627523 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1627523&r1=162752

svn commit: r1627518 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 11:28:43 2014 New Revision: 1627518 URL: http://svn.apache.org/r1627518 Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1627518&r1=162751

svn commit: r1627515 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java

2014-09-25 Thread kkolinko
Author: kkolinko Date: Thu Sep 25 11:23:40 2014 New Revision: 1627515 URL: http://svn.apache.org/r1627515 Log: Backport of 1627323 when reviewing r1627476: In CoyoteAdapter.asyncDispatch(): The local variable "success" has initial value of "true". Simplify code: there is no need to set it to true

Re: Time for 7.0.56

2014-09-25 Thread Emmanuel Bourg
Le 24/09/2014 22:07, Violeta Georgieva a écrit : > I would like to tag 7.0.56 tomorrow. > If you would like to add something please reply here. Would it be possible to backport the org.apache.tomcat.SimpleInstanceManager class to Tomcat 7 please? I need this class to integrate Jasper with Jetty 8

[Bug 56079] Digitally sign the Windows binaries

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 --- Comment #14 from Mark Thomas --- Thanks for the uninstaller pointer. I think I can see a way to make that work but, as I suspected, we will need to signing events. -- You are receiving this mail because: You are the assignee for the b

[Bug 57019] Tomcat cannot find new JSP

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57019 --- Comment #1 from Richard --- I also tried the 'cachingAllowed=false' attribute in the context.xml, but that doesn't solve the issue. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57019] Tomcat cannot find new JSP

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57019 Richard changed: What|Removed |Added OS||All -- You are receiving this mail beca

[Bug 57019] New: Tomcat cannot find new JSP

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57019 Bug ID: 57019 Summary: Tomcat cannot find new JSP Product: Tomcat 8 Version: 8.0.12 Hardware: PC Status: NEW Severity: normal Priority: P2 Compon

Re: Time for 7.0.56

2014-09-25 Thread Violeta Georgieva
2014-09-24 23:15 GMT+03:00 Mark Thomas : > > On 24/09/2014 21:07, Violeta Georgieva wrote: > > Hi, > > > > 2014-09-03 13:36 GMT+03:00 Violeta Georgieva : > >> > >> Hi, > >> > >> I plan to start with 7.0.56 release preparation in the next days. > > > > I would like to tag 7.0.56 tomorrow. > > If you

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

2014-09-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Violeta Georgieva changed: What|Removed |Added Component|Connectors |Catalina Version|8.

svn commit: r1627476 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2014-09-25 Thread violetagg
Author: violetagg Date: Thu Sep 25 07:56:11 2014 New Revision: 1627476 URL: http://svn.apache.org/r1627476 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Merged revision 1627370 from tomcat/trunk: Ensure that the request and response are correctly recycled when processing error

Re: svn commit: r1627409 - in /tomcat/tc7.0.x/trunk: ./ java/javax/websocket/Session.java java/org/apache/tomcat/websocket/Util.java java/org/apache/tomcat/websocket/WsSession.java res/META-INF/websoc

2014-09-25 Thread Violeta Georgieva
2014-09-24 23:37 GMT+03:00 Konstantin Kolinko : > > 2014-09-25 0:06 GMT+04:00 : > > Author: violetagg > > Date: Wed Sep 24 20:06:01 2014 > > New Revision: 1627409 > > > > URL: http://svn.apache.org/r1627409 > > Log: > > Merged revision 1626765 from tomcat/trunk: > > Update WebSocket implementation

svn commit: r1627471 - in /tomcat/tc7.0.x/trunk: ./ res/META-INF/websocket-api.jar.manifest

2014-09-25 Thread violetagg
Author: violetagg Date: Thu Sep 25 07:36:32 2014 New Revision: 1627471 URL: http://svn.apache.org/r1627471 Log: Merged revisions 1626747-1626748 from tomcat/trunk: - Fix copy/paste error - Correct package (it was changed during the development of 1.0) Modified: tomcat/tc7.0.x/trunk/ (props

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-25 Thread Martin Grigorov
[ X ] Stable - go ahead and release as 8.0.14 Tested Apache Wicket impl for JSR 356 with the tar.gz bundle. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 24, 2014 at 11:07 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.14 release is now avai

svn commit: r1627469 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/JDTCompiler.java webapps/docs/changelog.xml

2014-09-25 Thread violetagg
Author: violetagg Date: Thu Sep 25 07:17:31 2014 New Revision: 1627469 URL: http://svn.apache.org/r1627469 Log: Merged revision 1626579 from tomcat/trunk: Fix a potential resource leak in JDTCompiler when checking wether a resource is a package. Reported by Coverity Scan. Modified: tomcat/tc7