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

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 08:13:48 2010 New Revision: 899098 URL: http://svn.apache.org/viewvc?rev=899098view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r899109 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 08:26:37 2010 New Revision: 899109 URL: http://svn.apache.org/viewvc?rev=899109view=rev Log: Revert examples app patch of r893496 Setting org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true also provides this feature, and, I think, better than this patch does.

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

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 08:28:36 2010 New Revision: 899111 URL: http://svn.apache.org/viewvc?rev=899111view=rev Log: withdraw examples app patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r899124 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java webapps/docs/config/systemprops.xml

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 08:59:19 2010 New Revision: 899124 URL: http://svn.apache.org/viewvc?rev=899124view=rev Log: Allow compliance with SRV.15.2.22.1 to be controlled separately from STRICT_SERVLET_COMPLIANCE, and turn it on by default. Modified:

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

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 09:02:22 2010 New Revision: 899126 URL: http://svn.apache.org/viewvc?rev=899126view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 09:07:49 2010 New Revision: 899127 URL: http://svn.apache.org/viewvc?rev=899127view=rev Log: add a comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r899134 - in /tomcat/tc6.0.x/trunk: STATUS.txt bin/service.bat build.properties.default build.xml conf/catalina.policy dist.xml extras.xml res/tomcat.nsi res/welcome.bin.html res/welcome.m

2010-01-14 Thread rjung
Author: rjung Date: Thu Jan 14 09:44:28 2010 New Revision: 899134 URL: http://svn.apache.org/viewvc?rev=899134view=rev Log: Remove hard coded version numbers and instead apply version filter already defined in ant scripts. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

Please update your build.properties for TC6 builds

2010-01-14 Thread Rainer Jung
In r899134 property version=6.0-snapshot has been removed from build.properties.default and property version.suffix=-dev has been added. The full version is now automatically combined from the individual parts defined in build.properties(.default). Please remove version from your individual

Removing @VERSION@ filtering from top level text files

2010-01-14 Thread Rainer Jung
Konstantin gave some arguments, why the use of @VERSION@ and similar ant tags in top level text files (and filtering them) instead of directly using explicit version numbers like 7 or 7.0 might not be good. The files are - RELEASE-NOTES - RUNNING.txt - BUILDING.txt and

svn commit: r899138 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 10:03:29 2010 New Revision: 899138 URL: http://svn.apache.org/viewvc?rev=899138view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47774 Ensure web application class loader is used when calling session listeners Modified: tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 47774] Illegal context class loader is used when HttpSessionListener is executed.

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47774 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r899141 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/ClassLoaderLogManager.java java/org/apache/juli/logging/LogFactory.java webapps/docs/changelog.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 10:12:25 2010 New Revision: 899141 URL: http://svn.apache.org/viewvc?rev=899141view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48421 Prevent file descriptor and possible memory leak. Allow a web application's logs to be deleted once the

DO NOT REPLY [Bug 48421] JULI webapp logging files will not closed when webapp is stopped,reloaded or undeployed

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48421 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 48358] JSP-unloading reloaded

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48358 --- Comment #7 from Isabel Drost isa...@apache.org 2010-01-14 02:17:49 UTC --- - Have you tested your JSP unloading with heavy load? The refined patch was tested with some 400 requests per second (up to 700 max) - all looked fine. Mark,

svn commit: r899148 [2/2] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/el/parser/ java/org/apache/jasper/compiler/ test/org/apache/el/ test/org/apache/jasper/compiler/ webapps/docs/

2010-01-14 Thread markt
Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/parser/Token.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/el/parser/Token.java?rev=899148r1=899147r2=899148view=diff == ---

svn commit: r899149 - /tomcat/tc6.0.x/trunk/java/org/apache/el/parser/

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 10:29:01 2010 New Revision: 899149 URL: http://svn.apache.org/viewvc?rev=899149view=rev Log: Ignore intermediate file Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/parser/ (props changed) Propchange: tomcat/tc6.0.x/trunk/java/org/apache/el/parser/

DO NOT REPLY [Bug 48112] Closing curly brace in literal string incorrectly treated as expression terminator.

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48112 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r899151 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/JspDocumentParser.java webapps/docs/changelog.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 10:34:57 2010 New Revision: 899151 URL: http://svn.apache.org/viewvc?rev=899151view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47977 Using a body with a tag that has an empty body should cause an error Modified: tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 47977] body-content of empty in TLD ignored for JSP Documents

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47977 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 10:36:46 2010 New Revision: 899152 URL: http://svn.apache.org/viewvc?rev=899152view=rev Log: Remove proposal since issue was fixed via a broader EL patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 11:08:46 2010 New Revision: 899159 URL: http://svn.apache.org/viewvc?rev=899159view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r899160 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml webapps/docs/logging.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 11:13:46 2010 New Revision: 899160 URL: http://svn.apache.org/viewvc?rev=899160view=rev Log: Cleanup and well define log buffering behavior (fhanik) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r899167 - /tomcat/tc6.0.x/trunk/build.properties.default

2010-01-14 Thread jfclere
Author: jfclere Date: Thu Jan 14 11:56:01 2010 New Revision: 899167 URL: http://svn.apache.org/viewvc?rev=899167view=rev Log: Ready for tagging 6.0.23 Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL:

svn commit: r899169 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_23/

2010-01-14 Thread jfclere
Author: jfclere Date: Thu Jan 14 11:59:16 2010 New Revision: 899169 URL: http://svn.apache.org/viewvc?rev=899169view=rev Log: tag 6.0.23 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_23/ (props changed) - copied from r899168, tomcat/tc6.0.x/trunk/ Propchange:

svn commit: r899170 - /tomcat/tc6.0.x/trunk/build.properties.default

2010-01-14 Thread jfclere
Author: jfclere Date: Thu Jan 14 12:01:24 2010 New Revision: 899170 URL: http://svn.apache.org/viewvc?rev=899170view=rev Log: Rollback r899167 (it is in the tag now). Modified: tomcat/tc6.0.x/trunk/build.properties.default Modified: tomcat/tc6.0.x/trunk/build.properties.default URL:

[VOTE] Release build 6.0.23

2010-01-14 Thread jean-frederic clere
The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Cheers Jean-Frederic - To

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

2010-01-14 Thread jfclere
Author: jfclere Date: Thu Jan 14 14:40:12 2010 New Revision: 899222 URL: http://svn.apache.org/viewvc?rev=899222view=rev Log: Small doco stuff. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

[Tomcat Wiki] Update of TomcatVersions by JeanFrederi cClere

2010-01-14 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 JeanFredericClere. http://wiki.apache.org/tomcat/TomcatVersions?action=diffrev1=11rev2=12 --

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

2010-01-14 Thread Filip Hanik - Dev Lists
doco stuff you can go right ahead and change without status IIRC On 01/14/2010 07:40 AM, jfcl...@apache.org wrote: Author: jfclere Date: Thu Jan 14 14:40:12 2010 New Revision: 899222 URL: http://svn.apache.org/viewvc?rev=899222view=rev Log: Small doco stuff. Modified:

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

2010-01-14 Thread jean-frederic clere
On 01/14/2010 04:01 PM, Filip Hanik - Dev Lists wrote: doco stuff you can go right ahead and change without status IIRC I was about to do it but we have http://wiki.apache.org/tomcat/TomcatVersions that could replace it. Should I use the link to the wiki? Cheers Jean-Frederic

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

2010-01-14 Thread Filip Hanik - Dev Lists
+1 works for me On 01/14/2010 08:09 AM, jean-frederic clere wrote: On 01/14/2010 04:01 PM, Filip Hanik - Dev Lists wrote: doco stuff you can go right ahead and change without status IIRC I was about to do it but we have http://wiki.apache.org/tomcat/TomcatVersions that could replace

DO NOT REPLY [Bug 48543] New: More flexibility in specifying -Dcatalina.config

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48543 Summary: More flexibility in specifying -Dcatalina.config Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows Vista Status: NEW Severity: enhancement

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Mark Thomas
On 14/01/2010 14:23, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Minor niggle. The .asc file is missing for

DO NOT REPLY [Bug 48545] New: truststorePass used in JSSESocketFactory should be optional (nillable)

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48545 Summary: truststorePass used in JSSESocketFactory should be optional (nillable) Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 48545] truststorePass used in JSSESocketFactory should be optional (nillable)

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48545 smmwp...@postfinance.ch changed: What|Removed |Added CC||smmwp...@postfinance.ch

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread jean-frederic clere
On 01/14/2010 04:51 PM, Mark Thomas wrote: On 14/01/2010 14:23, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Minor

svn commit: r899282 - /tomcat/tc6.0.x/trunk/res/maven/dbcp.pom

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 16:42:08 2010 New Revision: 899282 URL: http://svn.apache.org/viewvc?rev=899282view=rev Log: Add missing line-endings property Modified: tomcat/tc6.0.x/trunk/res/maven/dbcp.pom (props changed) Propchange: tomcat/tc6.0.x/trunk/res/maven/dbcp.pom

svn commit: r899284 - /tomcat/trunk/dist.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 16:43:26 2010 New Revision: 899284 URL: http://svn.apache.org/viewvc?rev=899284view=rev Log: Add missing extension for line-ending conversion in src releases Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL:

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

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 16:44:54 2010 New Revision: 899287 URL: http://svn.apache.org/viewvc?rev=899287view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 48546] New: Add hook for a path

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48546 Summary: Add hook for a path Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 48546] Add hook for a path

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48546 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Mark Thomas
On 14/01/2010 14:23, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [X] Beta [ ] Stable Checked -src.tz.gz -src.zip -windows-x64.zip

svn commit: r899348 - /tomcat/trunk/dist.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 18:37:52 2010 New Revision: 899348 URL: http://svn.apache.org/viewvc?rev=899348view=rev Log: Need to fix line endings for zip distro if building on non-windows Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL:

svn commit: r899380 - /tomcat/trunk/dist.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:48:41 2010 New Revision: 899380 URL: http://svn.apache.org/viewvc?rev=899380view=rev Log: Skipping installer shouldn't break package-winzip target Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL:

Re: Removing @VERSION@ filtering from top level text files

2010-01-14 Thread Yoav Shapira
I kind of liked what you did, replacing the hard-coded numbers with tags / tokens. But I don't feel strongly enough about it either way, so +0 to what you did ;) Yoav On Thu, Jan 14, 2010 at 4:55 AM, Rainer Jung rainer.j...@kippdata.de wrote: Konstantin gave some arguments, why the use of

DO NOT REPLY [Bug 48543] More flexibility in specifying -Dcatalina.config

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48543 --- Comment #1 from Rob S. rsli...@sfu.ca 2010-01-14 12:21:06 UTC --- Apologies, I realized my summary was pretty bleak :) What is desired is to provide something like this: -Dcatalina.config=catalina.developer.properties And during

svn commit: r899395 - /tomcat/trunk/dist.xml

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 20:21:23 2010 New Revision: 899395 URL: http://svn.apache.org/viewvc?rev=899395view=rev Log: zip is for non-windows platforms Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL:

DO NOT REPLY [Bug 48546] Add hook for a path

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48546 --- Comment #2 from Mike Youngstrom you...@gmail.com 2010-01-14 12:22:13 UTC --- sorry I accidentally pressed enter. :) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Yoav Shapira
On Thu, Jan 14, 2010 at 1:32 PM, Mark Thomas ma...@apache.org wrote: On 14/01/2010 14:23, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [X]

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

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 20:24:32 2010 New Revision: 899397 URL: http://svn.apache.org/viewvc?rev=899397view=rev Log: Modify proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Removing @VERSION@ filtering from top level text files

2010-01-14 Thread Konstantin Kolinko
2010/1/14 Rainer Jung rainer.j...@kippdata.de: Konstantin gave some arguments, why the use of @VERSION@ and similar ant tags in top level text files (and filtering them) instead of directly using explicit version numbers like 7 or 7.0 might not be good. The files are        - RELEASE-NOTES    

DO NOT REPLY [Bug 48547] New: Add hook for a patch classloader

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48547 Summary: Add hook for a patch classloader Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread sebb
On 14/01/2010, jean-frederic clere jfcl...@gmail.com wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.23/ According to the release process, the 6.0.23 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable The files in the extras/

DO NOT REPLY [Bug 48547] Add hook for a patch classloader

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48547 --- Comment #1 from Mike Youngstrom you...@gmail.com 2010-01-14 12:43:41 UTC --- As a work around people who have a similar need can modify the tomcat startup scripts to add patched jars and classes folders to the CLASSPATH variable to

DO NOT REPLY [Bug 48547] Add hook for a patch classloader

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48547 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r899420 - in /tomcat/trunk/java/org/apache/catalina: security/SecurityClassLoad.java session/StandardSession.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 21:33:58 2010 New Revision: 899420 URL: http://svn.apache.org/viewvc?rev=899420view=rev Log: Fix TCK failures with security manager due to fix for bug 47774 Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

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

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 21:37:05 2010 New Revision: 899422 URL: http://svn.apache.org/viewvc?rev=899422view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Filip Hanik - Dev Lists
if all we find wrong is line endings, then I would suggest 1. fix the packaging script 2. Add the fix to the tag 3. rerun the script 4. post the new binaries Filip On 01/14/2010 07:23 AM, jean-frederic clere wrote: The candidates binaries are available here:

DO NOT REPLY [Bug 48550] New: Update examples and default server.xml to use UTF-8

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48550 Summary: Update examples and default server.xml to use UTF-8 Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 48547] Add hook for a patch classloader

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48547 --- Comment #3 from Mike Youngstrom you...@gmail.com 2010-01-14 14:24:54 UTC --- A few additional comments: * This issue was not about runtime patching. I expect to need to restart my tomcat. * I don't believe the Shared classloader

DO NOT REPLY [Bug 48543] More flexibility in specifying -Dcatalina.config

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48543 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2010-01-14 14:27:04 UTC --- (In reply to comment #0) Summary: The catalina.config property (which specifies an alternate location for the information contained in

svn commit: r899448 - /tomcat/trunk/test/org/apache/el/TestValueExpressionImpl.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 22:38:23 2010 New Revision: 899448 URL: http://svn.apache.org/viewvc?rev=899448view=rev Log: Line length Modified: tomcat/trunk/test/org/apache/el/TestValueExpressionImpl.java Modified: tomcat/trunk/test/org/apache/el/TestValueExpressionImpl.java URL:

svn commit: r899449 - /tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 22:38:57 2010 New Revision: 899449 URL: http://svn.apache.org/viewvc?rev=899449view=rev Log: Add a test case for the final part of the EL 2.2 implementation Added: tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java (with props) Added:

svn commit: r899450 - in /tomcat/trunk/java/org/apache/el/parser: AstBracketSuffix.java AstDotSuffix.java AstMethodParameters.java AstValue.java ELParser.jjt Suffix.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 22:41:41 2010 New Revision: 899450 URL: http://svn.apache.org/viewvc?rev=899450view=rev Log: Remove the Suffix interface and get the Parser to create a MehtodParameters object which allows a cleaner implementation. Added:

svn commit: r899451 - in /tomcat/trunk/java/org/apache/el/parser: ELParser.java ELParserTreeConstants.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 22:45:02 2010 New Revision: 899451 URL: http://svn.apache.org/viewvc?rev=899451view=rev Log: Updated the generated code after r899450 Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java

svn commit: r899452 - /tomcat/trunk/java/org/apache/el/parser/AstIdentifier.java

2010-01-14 Thread markt
Author: markt Date: Thu Jan 14 22:45:43 2010 New Revision: 899452 URL: http://svn.apache.org/viewvc?rev=899452view=rev Log: No need to supress these warnings. They cxan be fixed. Modified: tomcat/trunk/java/org/apache/el/parser/AstIdentifier.java Modified:

JSP 2.2 EL 2.2 implementation complete

2010-01-14 Thread Mark Thomas
The subject says it all really. Still no sign of the TCK so there are probably some bugs in my understanding/interpretation of the spec. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

DO NOT REPLY [Bug 48543] More flexibility in specifying -Dcatalina.config

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48543 --- Comment #3 from Rob S. rsli...@sfu.ca 2010-01-14 15:44:39 UTC --- Hi Konstantin, Many thanks for the quick reply! Unfortunately, that relatively is different on every developer's machine based on their own CATALINA_HOME and where

svn commit: r899493 - /tomcat/trunk/java/javax/servlet/ServletContainerInitializer.java

2010-01-14 Thread markt
Author: markt Date: Fri Jan 15 00:18:24 2010 New Revision: 899493 URL: http://svn.apache.org/viewvc?rev=899493view=rev Log: Simplify Modified: tomcat/trunk/java/javax/servlet/ServletContainerInitializer.java Modified: tomcat/trunk/java/javax/servlet/ServletContainerInitializer.java URL:

svn commit: r899497 - /tomcat/trunk/java/javax/servlet/ServletRequestWrapper.java

2010-01-14 Thread markt
Author: markt Date: Fri Jan 15 00:28:43 2010 New Revision: 899497 URL: http://svn.apache.org/viewvc?rev=899497view=rev Log: Simplify Modified: tomcat/trunk/java/javax/servlet/ServletRequestWrapper.java Modified: tomcat/trunk/java/javax/servlet/ServletRequestWrapper.java URL:

svn commit: r899498 - in /tomcat/trunk/java: javax/servlet/ServletContext.java org/apache/catalina/core/ApplicationContext.java org/apache/catalina/core/ApplicationContextFacade.java org/apache/jasper

2010-01-14 Thread markt
Author: markt Date: Fri Jan 15 00:38:04 2010 New Revision: 899498 URL: http://svn.apache.org/viewvc?rev=899498view=rev Log: API uses Set rather than EnumSet Modified: tomcat/trunk/java/javax/servlet/ServletContext.java tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

DO NOT REPLY [Bug 48551] New: StringCache: Use entrySet() rather than keySet() + get()

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48551 Summary: StringCache: Use entrySet() rather than keySet() + get() Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 48551] StringCache: Use entrySet() rather than keySet() + get()

2010-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48551 Sebb s...@apache.org changed: What|Removed |Added Attachment #24846|application/octet-stream|text/plain mime

Re: JSP 2.2 EL 2.2 implementation complete

2010-01-14 Thread Rainer Jung
On 14.01.2010 23:47, Mark Thomas wrote: The subject says it all really. Still no sign of the TCK so there are probably some bugs in my understanding/interpretation of the spec. Great Job! - To unsubscribe, e-mail:

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread jean-frederic clere
On 01/14/2010 10:45 PM, Filip Hanik - Dev Lists wrote: if all we find wrong is line endings, then I would suggest 1. fix the packaging script 2. Add the fix to the tag 3. rerun the script 4. post the new binaries We have to fix the TCK failures, We shouldn't release some things which is

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Rainer Jung
On 15.01.2010 08:22, jean-frederic clere wrote: On 01/14/2010 10:45 PM, Filip Hanik - Dev Lists wrote: if all we find wrong is line endings, then I would suggest 1. fix the packaging script 2. Add the fix to the tag 3. rerun the script 4. post the new binaries We have to fix the TCK

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Mladen Turk
On 01/15/2010 08:22 AM, jean-frederic clere wrote: We have to fix the TCK failures, We shouldn't release some things which is not TCK compliant. +1 Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: [VOTE] Release build 6.0.23

2010-01-14 Thread Henri Gomez
If you provide new Tomcat binaries, it will be 6.0.24 ? 2010/1/15 Mladen Turk mt...@apache.org: On 01/15/2010 08:22 AM, jean-frederic clere wrote: We have to fix the TCK failures, We shouldn't release some things which is not TCK compliant. +1 Regards -- ^TM