[Bug 55317] Facilitate weaving by allowing ClassFileTransformer to be added to WebppClassLoader

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55317 --- Comment #13 from Jeremy Boynes jboy...@apache.org --- Created attachment 30678 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30678action=edit Proposal for transformer registration API (In reply to Nick Williams from comment

jaasrealm regression

2013-08-06 Thread Romain Manni-Bucau
Hi it seems we can now configure jaasrealm to use a jaas config file from the webapp. That's great but it would need to fallback to old behavior (jaas system property to find its location) by default otherwise apps using an older tomcat are broken. wdyt? *Romain Manni-Bucau* *Twitter:

[Bug 55365] New: Server fails to start with security on due to websocket classes

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55365 Bug ID: 55365 Summary: Server fails to start with security on due to websocket classes Product: Tomcat 8 Version: trunk Hardware: All OS: All

[Bug 55365] Server fails to start with security on due to websocket classes

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55365 --- Comment #1 from Jeremy Boynes jboy...@apache.org --- Created attachment 30680 -- https://issues.apache.org/bugzilla/attachment.cgi?id=30680action=edit possible fix This code to add a listener seems odd in that it is not preserving

[Bug 55314] Provide option to allow programmatic deployment of server (WebSocket) endpoint at runtime

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55314 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Ognjen Blagojevic
Mark, On 5.8.2013 22:56, Mark Thomas wrote: The site has been updated with the various parts required for a new major release (security, migration, download, docs, navigation, which version etc.) but I haven't posted the release announcement yet to give the remaining mirrors time to sync up.

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Nick Williams
On Aug 6, 2013, at 4:22 AM, Ognjen Blagojevic wrote: Mark, On 5.8.2013 22:56, Mark Thomas wrote: The site has been updated with the various parts required for a new major release (security, migration, download, docs, navigation, which version etc.) but I haven't posted the release

[Bug 55366] New: AprLifecycleListener might be disabled by default

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55366 Bug ID: 55366 Summary: AprLifecycleListener might be disabled by default Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW

[Bug 55367] New: cannot compile JSPs while Vaadin webapp is deployed

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367 Bug ID: 55367 Summary: cannot compile JSPs while Vaadin webapp is deployed Product: Tomcat 7 Version: 7.0.42 Hardware: PC OS: Linux Status: NEW

[Bug 55368] New: Default Tomcat install is no longer auto-registering JDBC type 4 drivers

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55368 Bug ID: 55368 Summary: Default Tomcat install is no longer auto-registering JDBC type 4 drivers Product: Tomcat 6 Version: 6.0.36 Hardware: PC Status:

[Bug 55368] Default Tomcat install is no longer auto-registering JDBC type 4 drivers

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55368 Nick Williams nicho...@nicholaswilliams.net changed: What|Removed |Added OS||All

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Mark Thomas
On 06/08/2013 11:22, Ognjen Blagojevic wrote: Mark, On 5.8.2013 22:56, Mark Thomas wrote: The site has been updated with the various parts required for a new major release (security, migration, download, docs, navigation, which version etc.) but I haven't posted the release announcement yet

svn commit: r1510968 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2013-08-06 Thread markt
Author: markt Date: Tue Aug 6 14:26:02 2013 New Revision: 1510968 URL: http://svn.apache.org/r1510968 Log: Fix broken link and typos reported on the dev list. Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified:

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Mark Thomas
On 06/08/2013 12:57, Nick Williams wrote: The migration guide says Tomcat 8 supports Expression Language 2.3. Should be 3.0. You (might) also want to call it Java Unified Expression Language. That's the official name from my understanding, and EL 3.0 is much more capable of being used outside

[Bug 55366] AprLifecycleListener might be disabled by default

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

[Bug 55358] Provide better error message for IS_SECURITY_ENABLED

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55358 --- Comment #2 from Ralf Hauser hau...@acm.org --- tomcat6/lib/naming-factory.jar with 374 Tue Sep 12 10:09:22 CEST 2006 org/apache/naming/Constants.class was the culprit - apologies for the disturbance -- You are receiving this mail

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Nick Williams
On Aug 6, 2013, at 9:27 AM, Mark Thomas wrote: On 06/08/2013 12:57, Nick Williams wrote: The migration guide says Tomcat 8 supports Expression Language 2.3. Should be 3.0. You (might) also want to call it Java Unified Expression Language. That's the official name from my understanding,

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Mark Thomas
On 06/08/2013 16:30, Nick Williams wrote: On Aug 6, 2013, at 9:27 AM, Mark Thomas wrote: On 06/08/2013 12:57, Nick Williams wrote: The migration guide says Tomcat 8 supports Expression Language 2.3. Should be 3.0. You (might) also want to call it Java Unified Expression Language. That's

Re: [VOTE][RESULT] Release Apache Tomcat 8.0.0-RC1

2013-08-06 Thread Nick Williams
On Aug 6, 2013, at 9:53 AM, Mark Thomas wrote: On 06/08/2013 16:30, Nick Williams wrote: On Aug 6, 2013, at 9:27 AM, Mark Thomas wrote: On 06/08/2013 12:57, Nick Williams wrote: The migration guide says Tomcat 8 supports Expression Language 2.3. Should be 3.0. You (might) also want to

svn commit: r1511000 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2013-08-06 Thread markt
Author: markt Date: Tue Aug 6 15:39:18 2013 New Revision: 1511000 URL: http://svn.apache.org/r1511000 Log: Update index page for 8.0.0-RC1 release Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

[ANN] Apache Tomcat 8.0.0-RC1 (alpha) available

2013-08-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.0-RC1 (alpha). Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8 is aligned with Java

Re: Time for 7.0.43? Looking for a new release manager

2013-08-06 Thread Mark Thomas
On 06/08/2013 06:40, Violeta Georgieva wrote: 2013/8/1 Mark Thomas wrote: All, Continuing the roughly monthly release cycle for 7.0.x, it is the start of a new month and time for another release. The open 7.0.x bugs have been fixed so 7.0.x/trunk should be in a suitable state for tagging.

[Bug 55368] Default Tomcat install is no longer auto-registering JDBC type 4 drivers

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

[Bug 55368] Default Tomcat install is no longer auto-registering JDBC type 4 drivers

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55368 --- Comment #3 from mw...@loftware.com --- I appreciate your position, but please consider documenting or release noting the functional change. I wasn’t expecting that a memory leak check would cause a change in the functional behavior of

svn commit: r1511042 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2013-08-06 Thread markt
Author: markt Date: Tue Aug 6 17:18:50 2013 New Revision: 1511042 URL: http://svn.apache.org/r1511042 Log: Fix downlod link for 8.0 Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

[Bug 55371] New: Cookies retrieved from tomcat server is not correct

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55371 Bug ID: 55371 Summary: Cookies retrieved from tomcat server is not correct Product: Tomcat 6 Version: unspecified Hardware: All OS: Linux Status: NEW

[Bug 55371] Cookies retrieved from tomcat server is not correct

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55371 --- Comment #1 from Nick Williams nicho...@nicholaswilliams.net --- Tomcat 4.1.x is 9 years old and hasn't been supported for years. Any system running it is extremely vulnerable and must upgrade immediately. We cannot help you with it.

[Bug 55371] Cookies retrieved from tomcat server is not correct

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55371 --- Comment #2 from raginisingh.2...@gmail.com --- Thank you Nick for the response. We are in process of upgrade and I was wanting to know which latest version of Tomcat would resolve this issue. RS -- You are receiving this mail

[Bug 55371] Cookies retrieved from tomcat server is not correct

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

[Bug 55372] Bind JPDA_ADDRESS by default to localhost

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55372 Michael Osipov 1983-01...@gmx.net changed: What|Removed |Added Summary|Bind JPDA_ADDRESS by|Bind

[Bug 55372] New: Bind JPDA_ADDRESS by default to lcaolhost

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55372 Bug ID: 55372 Summary: Bind JPDA_ADDRESS by default to lcaolhost Product: Tomcat 8 Version: 8.0.0-RC1 Hardware: All OS: All Status: NEW Severity:

[Bug 55373] New: Make Manager's write actions Post/Redirect/Get safe

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55373 Bug ID: 55373 Summary: Make Manager's write actions Post/Redirect/Get safe Product: Tomcat 8 Version: 8.0.0-RC1 Hardware: All OS: All Status: NEW

[Bug 55373] Make Manager's write actions Post/Redirect/Get safe

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55373 --- Comment #1 from Nick Williams nicho...@nicholaswilliams.net --- +1 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 55372] Bind JPDA_ADDRESS by default to localhost

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55372 --- Comment #1 from Michael Osipov 1983-01...@gmx.net --- This would of course imply that one would need an SSH tunnel to that machine. -- You are receiving this mail because: You are the assignee for the bug.

Fixing bug 55365

2013-08-06 Thread Mark Thomas
Rainer (or anyone else that can figure this out), I am in the process of fixing [1] and find myself having to revert some of one of your commits [2]. My concern is that I can't figure out what problem [2] was meant to solve and how it solves it. The problem is that the WsSessionListener does not

[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

Possibly spurious warning in 8.0.0-RC1: Unknown servlet level 2.3

2013-08-06 Thread Christopher Schultz
All, I just launched my primary webapp in an 8.0.0-RC1 and saw this message: Aug 06, 2013 3:48:13 PM org.apache.tomcat.util.descriptor.web.WebXml setVersion WARNING: Unknown version string [2.3]. Default version will be used. My actual uses version 2.5: web-app

[Bug 55373] Make Manager's write actions Post/Redirect/Get safe

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

[Bug 55373] Make Manager's write actions Post/Redirect/Get safe

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55373 --- Comment #3 from Michael Osipov 1983-01...@gmx.net --- Mark, thanks for the input. I am coming from Tomcat 6, so I did not know about the changes in the GUI. About the text interface, though it might be easier, it is a violation

svn commit: r1511122 - in /tomcat/trunk: bin/catalina.sh webapps/docs/changelog.xml

2013-08-06 Thread markt
Author: markt Date: Tue Aug 6 21:24:34 2013 New Revision: 1511122 URL: http://svn.apache.org/r1511122 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55372 Listen on localhost only be default when enabling jpda. Modified: tomcat/trunk/bin/catalina.sh

[Bug 55372] Bind JPDA_ADDRESS by default to localhost

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

svn commit: r1511124 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

2013-08-06 Thread markt
Author: markt Date: Tue Aug 6 21:29:46 2013 New Revision: 1511124 URL: http://svn.apache.org/r1511124 Log: Add section on debug changes. Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.html URL:

[Bug 55373] Make Manager's write actions Post/Redirect/Get safe

2013-08-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55373 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- While the use of GET for non-idempotent operations may be considered a bad idea, it violates nothing. RFC 2616 uses RFC-SHOULD-NOT verbiage and not RFC-MUST-NOT. Note

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: Fixing bug 55365

2013-08-06 Thread Rainer Jung
Hi Mark, On 06.08.2013 21:52, Mark Thomas wrote: Rainer (or anyone else that can figure this out), I am in the process of fixing [1] and find myself having to revert some of one of your commits [2]. My concern is that I can't figure out what problem [2] was meant to solve and how it solves

Re: Possibly spurious warning in 8.0.0-RC1: Unknown servlet level 2.3

2013-08-06 Thread Jeremy Boynes
On Tue, Aug 6, 2013 at 1:06 PM, Christopher Schultz ch...@christopherschultz.net wrote: All, I just launched my primary webapp in an 8.0.0-RC1 and saw this message: Aug 06, 2013 3:48:13 PM org.apache.tomcat.util.descriptor.web.WebXml setVersion WARNING: Unknown version string [2.3].

[Tomcat Wiki] Trivial Update of FrontPage by KonstantinKolinko

2013-08-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FrontPage page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FrontPage?action=diffrev1=33rev2=34 Comment: Correct a typo * '''[[WhatIsComet|What is

Re: Time for 7.0.43? Looking for a new release manager

2013-08-06 Thread Konstantin Kolinko
2013/8/6 Mark Thomas ma...@apache.org: On 06/08/2013 06:40, Violeta Georgieva wrote: 2013/8/1 Mark Thomas wrote: All, Continuing the roughly monthly release cycle for 7.0.x, it is the start of a new month and time for another release. The open 7.0.x bugs have been fixed so 7.0.x/trunk

[Tomcat Wiki] Update of TomcatVersions by KonstantinKolinko

2013-08-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The TomcatVersions page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/TomcatVersions?action=diffrev1=21rev2=22 Comment: Update values for Tomcat 8 The Process

svn commit: r1511172 - /tomcat/site/trunk/README.txt

2013-08-06 Thread kkolinko
Author: kkolinko Date: Wed Aug 7 04:53:18 2013 New Revision: 1511172 URL: http://svn.apache.org/r1511172 Log: Add Tomcat 8 Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL:

Re: [VOTE] Release Apache Taglibs 1.2.0-RC1

2013-08-06 Thread Henri Yandell
Slowly digging into this. Thus far I've confirmed the source builds :) Next up is working out how to deploy the examples. Hen On Fri, Aug 2, 2013 at 12:32 PM, Jeremy Boynes jboy...@apache.org wrote: A proposed release candidate Apache Taglibs 1.2.0-RC1 is now available for voting. This is

svn commit: r1511173 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf docs/security-8.html xdocs/doap_Tomcat.rdf xdocs/security-8.xml

2013-08-06 Thread kkolinko
Author: kkolinko Date: Wed Aug 7 05:18:55 2013 New Revision: 1511173 URL: http://svn.apache.org/r1511173 Log: 8.0.0-RC1 was released on August 5th Update list of JSRs in DOAP file Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/security-8.html

svn commit: r1511174 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2013-08-06 Thread kkolinko
Author: kkolinko Date: Wed Aug 7 05:21:42 2013 New Revision: 1511174 URL: http://svn.apache.org/r1511174 Log: Update version number Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/whichversion.html URL:

svn commit: r1511178 - in /tomcat/taglibs/standard/trunk/examples: src/main/ src/main/java/ src/main/java/org/ src/main/resources/ src/main/webapp/ src/org/ web/

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:31:16 2013 New Revision: 1511178 URL: http://svn.apache.org/r1511178 Log: Structuring in the maven way Added: tomcat/taglibs/standard/trunk/examples/src/main/ tomcat/taglibs/standard/trunk/examples/src/main/java/

svn commit: r1511180 - /tomcat/taglibs/standard/trunk/examples/pom.xml

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:33:03 2013 New Revision: 1511180 URL: http://svn.apache.org/r1511180 Log: First pass at pom Added: tomcat/taglibs/standard/trunk/examples/pom.xml (with props) Added: tomcat/taglibs/standard/trunk/examples/pom.xml URL:

svn commit: r1511181 - in /tomcat/taglibs/standard/trunk/examples/src/main/java/org/apache/taglibs/standard/examples: taglib/CustomerFmtTag.java util/ServletResponseWrapperForWriter.java util/Util.jav

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:49:36 2013 New Revision: 1511181 URL: http://svn.apache.org/r1511181 Log: Fixing import statements, presumably the examples used to be in the same packge as the spec code Modified:

svn commit: r1511182 - /tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:50:31 2013 New Revision: 1511182 URL: http://svn.apache.org/r1511182 Log: Fixed spelling error Modified: tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp Modified:

svn commit: r1511183 - in /tomcat/taglibs/standard/trunk/examples/src/main/webapp: sql/index.jsp tlv/index.html

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:53:51 2013 New Revision: 1511183 URL: http://svn.apache.org/r1511183 Log: Fixed titles Modified: tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html Modified:

svn commit: r1511184 - /tomcat/taglibs/standard/trunk/examples/pom.xml

2013-08-06 Thread bayard
Author: bayard Date: Wed Aug 7 05:58:06 2013 New Revision: 1511184 URL: http://svn.apache.org/r1511184 Log: Xalan needs to be included in the jar for testing Modified: tomcat/taglibs/standard/trunk/examples/pom.xml Modified: tomcat/taglibs/standard/trunk/examples/pom.xml URL:

svn propchange: r1511184 - svn:log

2013-08-06 Thread bayard
Author: bayard Revision: 1511184 Modified property: svn:log Modified: svn:log at Wed Aug 7 05:59:13 2013 -- --- svn:log (original) +++ svn:log Wed Aug 7 05:59:13 2013 @@ -1 +1 @@ -Xalan needs to be included in the jar