DO NOT REPLY [Bug 52318] Version in tomcat-jdbc POM is conflicted with Version in MANIFEST for JULI JAR

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52318 --- Comment #14 from pan4o ssku4...@web.de 2012-03-30 06:31:58 UTC --- (In reply to comment #13) .22. The fix of this issue will be than: tomcat-jdbc MANIFEST: Import-Package: org.apache.juli.logging;version=[6.0, 7.1) OR may be

svn commit: r1307310 - /tomcat/trunk/java/javax/el/ExpressionFactory.java

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 08:47:15 2012 New Revision: 1307310 URL: http://svn.apache.org/viewvc?rev=1307310view=rev Log: Refactoring. Move classname discovery into separate helper method. Modified: tomcat/trunk/java/javax/el/ExpressionFactory.java Modified:

Re: Jenkins configuration

2012-03-30 Thread Olivier Lamy
2012/3/30 Jeremy Boynes jboy...@apache.org: On Mar 29, 2012, at 8:22 AM, Olivier Lamy wrote: 2012/3/29 Jeremy Boynes jboy...@apache.org: ... However, we are also getting errors about the effective path of parent files which I believe is caused because the aggregating pom in trunks is not

DO NOT REPLY [Bug 53001] Behaviour of ResourceBundleELResolver

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 --- Comment #1 from Mark Thomas ma...@apache.org 2012-03-30 09:37:02 UTC --- Tomcat is no longer following the EL spec. The behaviour prior to the fix for bug 46915 was correct. I'm not sure it is possible to fix bug 46915 and be

DO NOT REPLY [Bug 46915] Unable to get ResourceBundle keys in Tomcat 6

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46915 Mark Thomas ma...@apache.org changed: What|Removed |Added Attachment #23417|application/octet-stream|text/plain

DO NOT REPLY [Bug 53001] Behaviour of ResourceBundleELResolver

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 --- Comment #2 from b.diedrich...@googlemail.com 2012-03-30 10:09:43 UTC --- Thanks for the quick reply. I did not check the spec so wasn't aware that the current behaviour actually violates the el specs. Why was the fix for bug 46915 done

DO NOT REPLY [Bug 52998] Performance issue with ExpressionFactory.newInstance()

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-30 10:15:35 UTC --- Created attachment 28518 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28518 2012-03-30_tc8_52998_ExpressionFactory.patch Patch against

Re: Time for 7.0.27

2012-03-30 Thread Konstantin Kolinko
2012/3/28 Konstantin Kolinko knst.koli...@gmail.com: 2012/3/27 Mark Thomas ma...@apache.org: The 7.0.x change log is looking long again and with the only open TC7 bugs in NEEDINFO state, I am going to start the process of rolling the 7.0.27 release. I'm not going to tag 7.0.27 until I've

DO NOT REPLY [Bug 53008] New: New test case for Basic Authenticator

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53008 Bug #: 53008 Summary: New test case for Basic Authenticator Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity:

DO NOT REPLY [Bug 52918] Add WebSocket Support to Tomcat 6

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 mike_mac mike_mac...@yahoo.com changed: What|Removed |Added CC|

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 --- Comment #10 from xiaming forres...@gmail.com 2012-03-30 14:24:24 UTC --- This happens in an OSGi application EBA, the web module in deployed EBA won't be extracted into file system, instead it is still in jar file. When JASPER read a

DO NOT REPLY [Bug 52744] [Jasper] JSP files are always recompiled in development mode

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52744 --- Comment #11 from Mark Thomas ma...@apache.org 2012-03-30 15:20:19 UTC --- (In reply to comment #10) When JASPER read a jsp file timestamp from a jar, it could get a precise time That is not possible. JAR uses the zip format and that

DO NOT REPLY [Bug 53001] Behaviour of ResourceBundleELResolver

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 --- Comment #3 from Mark Thomas ma...@apache.org 2012-03-30 15:23:19 UTC --- No change in the spec. I failed to check the EL spec before I fixed bug 46915. If I had, that would have been resolved as INVALID. It looks like EL 2.2 (Tomcat 7)

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

2012-03-30 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 has an issue affecting its community integration. This

svn commit: r1307511 - /tomcat/trunk/java/javax/el/ResourceBundleELResolver.java

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 16:30:37 2012 New Revision: 1307511 URL: http://svn.apache.org/viewvc?rev=1307511view=rev Log: Revert r758664 and the fix for bug 46915 since the bug is invalid since the EL specification requires the behaviour that bug objects to. Modified:

svn commit: r1307512 - /tomcat/trunk/test/javax/el/TestResourceBundleELResolver.java

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 16:31:10 2012 New Revision: 1307512 URL: http://svn.apache.org/viewvc?rev=1307512view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 Add a test case Added: tomcat/trunk/test/javax/el/TestResourceBundleELResolver.java (with props)

svn commit: r1307514 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ResourceBundleELResolver.java test/javax/el/TestResourceBundleELResolver.java webapps/docs/changelog.xml

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 16:33:49 2012 New Revision: 1307514 URL: http://svn.apache.org/viewvc?rev=1307514view=rev Log: (empty) Added: tomcat/tc7.0.x/trunk/test/javax/el/TestResourceBundleELResolver.java - copied unchanged from r1307512,

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

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 16:35:12 2012 New Revision: 1307518 URL: http://svn.apache.org/viewvc?rev=1307518view=rev Log: Propose patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 53001] Behaviour of ResourceBundleELResolver

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Servlet JSP API |Jasper

DO NOT REPLY [Bug 46915] Unable to get ResourceBundle keys in Tomcat 6

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46915 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 46915] Unable to get ResourceBundle keys in Tomcat 6

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46915 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 53001] Behaviour of ResourceBundleELResolver

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53001 --- Comment #5 from b.diedrich...@googlemail.com 2012-03-30 18:09:37 UTC --- Thank you Mark, this was really a quick resolution of the issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

Re: svn commit: r1307514 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ResourceBundleELResolver.java test/javax/el/TestResourceBundleELResolver.java webapps/docs/changelog.xml

2012-03-30 Thread Konstantin Kolinko
2012/3/30 ma...@apache.org: Author: markt Date: Fri Mar 30 16:33:49 2012 New Revision: 1307514 URL: http://svn.apache.org/viewvc?rev=1307514view=rev Log: (empty) Log message above is missing. Added:    tomcat/tc7.0.x/trunk/test/javax/el/TestResourceBundleELResolver.java      - copied

svn propchange: r1307514 - svn:log

2012-03-30 Thread markt
Author: markt Revision: 1307514 Modified property: svn:log Modified: svn:log at Fri Mar 30 18:19:30 2012 -- --- svn:log (original) +++ svn:log Fri Mar 30 18:19:30 2012 @@ -0,0 +1 @@ +Revert r758664 and the fix for bug

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

2012-03-30 Thread Mark Thomas
Costin broke the unit tests for Gump when the jni classes were moved to a separate JAR. I've hopefully fixed this so we should be good to go with the next Gump run. The Maven publishing for the new JARs still needs to be fixed. Mark

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

2012-03-30 Thread Mark Thomas
On 30/03/2012 19:41, Mark Thomas wrote: The Maven publishing for the new JARs still needs to be fixed. Done. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1307575 - in /tomcat/trunk/res/maven: mvn-pub.xml tomcat-catalina-ha.pom tomcat-catalina.pom tomcat-coyote.pom tomcat-embed-jasper.pom tomcat-jasper.pom tomcat-jni.pom tomcat-spdy.pom tom

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 19:15:50 2012 New Revision: 1307575 URL: http://svn.apache.org/viewvc?rev=1307575view=rev Log: Add new JARs to Maven build. Review dependencies and add a few new ones as well as some missing ones. Added: tomcat/trunk/res/maven/tomcat-jni.pom (with props)

svn commit: r1307577 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ExpressionFactory.java

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 19:21:01 2012 New Revision: 1307577 URL: http://svn.apache.org/viewvc?rev=1307577view=rev Log: Refactoring. Move class name discovery into separate helper method. (kkolinko) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1307579 - in /tomcat/trunk/java/org/apache/jasper: compiler/Validator.java runtime/JspApplicationContextImpl.java

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 19:32:01 2012 New Revision: 1307579 URL: http://svn.apache.org/viewvc?rev=1307579view=rev Log: Remove static references to ExpressionFactory. These should be per web application. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Validator.java

svn commit: r1307581 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Validator.java java/org/apache/jasper/runtime/JspApplicationContextImpl.java webapps/docs/changelog.xml

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 19:33:52 2012 New Revision: 1307581 URL: http://svn.apache.org/viewvc?rev=1307581view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 Remove static references to ExpressionFactory. These should be per web application. Modified:

DO NOT REPLY [Bug 52998] Performance issue with ExpressionFactory.newInstance()

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 --- Comment #2 from Mark Thomas ma...@apache.org 2012-03-30 19:34:35 UTC --- I've taken care of the static references in Jasper. I haven't reviewed the patch for the remaining issues yet. -- Configure bugmail:

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 Sutanu Ghosh sutan...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 Sutanu Ghosh sutan...@yahoo.com changed: What|Removed |Added CC|

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1307591 - /tomcat/trunk/java/javax/el/ExpressionFactory.java

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 20:10:48 2012 New Revision: 1307591 URL: http://svn.apache.org/viewvc?rev=1307591view=rev Log: Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 Cache ExpressionFactory class per class loader (kkolinko) Modified:

svn commit: r1307593 - in /tomcat/tc7.0.x/trunk: ./ java/javax/el/ExpressionFactory.java webapps/docs/changelog.xml

2012-03-30 Thread markt
Author: markt Date: Fri Mar 30 20:12:34 2012 New Revision: 1307593 URL: http://svn.apache.org/viewvc?rev=1307593view=rev Log: Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 Cache ExpressionFactory class per class loader (kkolinko) Modified:

DO NOT REPLY [Bug 52998] Performance issue with ExpressionFactory.newInstance()

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52998 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 --- Comment #6 from rstoyanc...@yahoo.com 2012-03-30 20:13:58 UTC --- Mark, what's the process of getting a clarification? This is a useful feature for example in REST-ful web service scenarios where the behavior of

Re: [JK] Shared memory design problems

2012-03-30 Thread Le Huy
Have you look at how mod_proxy solves this issue, it seems that it does not suffer the problem that we are experiencing , and also does not need any share memory file. On Wed, Mar 28, 2012 at 2:32 PM, Mladen Turk mt...@apache.org wrote: On 03/28/2012 02:01 PM, jean-frederic clere wrote: What

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 --- Comment #7 from Keith Donald keith.don...@gmail.com 2012-03-30 20:17:10 UTC --- The XSD for Servlet 3.0's web.xml clearly allows a error-page element containing only a location sub-element. Older versions of the XSD do not. This is an

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 --- Comment #8 from Mark Thomas ma...@apache.org 2012-03-30 20:19:33 UTC --- e-mail the Servlet EG (of which I am a member but only since JSR 340 so I do not have access to the thinking behind the changes in JSR 315). You'll need to join

svn commit: r1307597 - /tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 20:28:50 2012 New Revision: 1307597 URL: http://svn.apache.org/viewvc?rev=1307597view=rev Log: Followup to https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 Remove wrong call. The tests pass for me with this call being removed. If allowLinking feature is

svn commit: r1307600 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/naming/resources/VirtualDirContext.java

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 20:33:27 2012 New Revision: 1307600 URL: http://svn.apache.org/viewvc?rev=1307600view=rev Log: Merged revision 1307597 from tomcat/trunk: Followup to https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 Remove wrong call. The tests pass for me with this call

Re: [JK] Shared memory design problems

2012-03-30 Thread Mladen Turk
On 03/30/2012 10:16 PM, Le Huy wrote: Have you look at how mod_proxy solves this issue, it seems that it does not suffer the problem that we are experiencing , and also does not need any share memory file. ... it uses shared memory (scoreboard in 2.0 and 2.2, mod_slotmem in 2.4) ... and it

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

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 20:49:20 2012 New Revision: 1307603 URL: http://svn.apache.org/viewvc?rev=1307603view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 51741] Eclipse WTP Serve modules without publishing broken with tc7, needs patch in tomcat

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 --- Comment #13 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-30 20:51:25 UTC --- See r1307600 for one more issue with the patch. The fix will be in 7.0.27. -- Configure bugmail:

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-30 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/2920 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-03-30 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/522 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

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

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 21:43:08 2012 New Revision: 1307628 URL: http://svn.apache.org/viewvc?rev=1307628view=rev Log: vote, adding one more clean-up to the list Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

7.0.27 progress report

2012-03-30 Thread Mark Thomas
The unit tests for 7.0.x have completed twice in a row on both Linux and Windows. That is much better than what I was seeing a few days ago and comparable to previous releases. Next up the TCKs. That'll be tomorrows task. Mark -

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

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 21:57:20 2012 New Revision: 1307634 URL: http://svn.apache.org/viewvc?rev=1307634view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 46915] Unable to get ResourceBundle keys in Tomcat 6

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46915 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-30 22:35:21 UTC --- Confirming as INVALID. To find the place in specification, search for the string of ???. - it is in description of

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

2012-03-30 Thread kkolinko
Author: kkolinko Date: Fri Mar 30 22:39:54 2012 New Revision: 1307649 URL: http://svn.apache.org/viewvc?rev=1307649view=rev Log: vote and add patch link Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 52135] Global error page is not handled

2012-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 j...@iname.com changed: What|Removed |Added CC||j...@iname.com -- Configure

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

2012-03-30 Thread jboynes
Author: jboynes Date: Sat Mar 31 01:16:01 2012 New Revision: 1307680 URL: http://svn.apache.org/viewvc?rev=1307680view=rev Log: update standard to use released parent pom Modified: tomcat/taglibs/standard/trunk/pom.xml Modified: tomcat/taglibs/standard/trunk/pom.xml URL:

Taglibs build #2 failed due to Hudson error

2012-03-30 Thread Jeremy Boynes
From the log: https://builds.apache.org/job/taglib-standard/2/consoleText Parsing POMs ERROR: Failed to parse POMs hudson.util.IOException2: remote file operation failed: /home/jenkins/jenkins-slave/workspace/taglib-standard at hudson.remoting.Channel@1c4071a9:ubuntu3 at

svn commit: r1307701 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml spec/pom.xml

2012-03-30 Thread jboynes
Author: jboynes Date: Sat Mar 31 02:35:49 2012 New Revision: 1307701 URL: http://svn.apache.org/viewvc?rev=1307701view=rev Log: start cleaning up site prior to release shorten module names so they fit in the site menu Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-03-30 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-tc7.0.x-test has an issue affecting its community integration.

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

2012-03-30 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 has an issue affecting its community integration. This