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

2010-01-30 Thread kkolinko
Author: kkolinko Date: Sun Jan 31 04:10:41 2010 New Revision: 904977 URL: http://svn.apache.org/viewvc?rev=904977&view=rev Log: votes 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=904

DO NOT REPLY [Bug 48627] JasperException with JSF tags and value expressions

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48627 --- Comment #5 from Mark Thomas 2010-01-30 17:56:27 GMT --- Created an attachment (id=24910) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24910) Binary patch for testing purposes only This has been fixed in trunk and proposed

DO NOT REPLY [Bug 48643] catalina.session.FileStore.save() and load() - close() bugs

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48643 Konstantin Kolinko changed: What|Removed |Added Severity|normal |minor --- Comment #2 from Kon

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

2010-01-30 Thread markt
Author: markt Date: Sun Jan 31 01:43:55 2010 New Revision: 904950 URL: http://svn.apache.org/viewvc?rev=904950&view=rev 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=904

svn commit: r904949 - in /tomcat/trunk: java/org/apache/jasper/compiler/AttributeParser.java java/org/apache/jasper/compiler/Parser.java test/org/apache/jasper/compiler/TestAttributeParser.java

2010-01-30 Thread markt
Author: markt Date: Sun Jan 31 01:40:39 2010 New Revision: 904949 URL: http://svn.apache.org/viewvc?rev=904949&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48627 Don't convert literal attribute values to EL since attributes may not accept EL Modified: tomcat/trunk/java

Re: EL issues and 6.0.x release

2010-01-30 Thread Mark Thomas
On 30/01/2010 17:41, Mark Thomas wrote: > On 30/01/2010 07:33, Konstantin Kolinko wrote: >> Regarding the implementation, AttributeParser.java class. I think >> that, based on the above, we can fix it to solve bug 48627. Other >> parts of the new implementation will remain unchanged. > > I'll take

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

2010-01-30 Thread markt
Author: markt Date: Sun Jan 31 01:25:30 2010 New Revision: 904948 URL: http://svn.apache.org/viewvc?rev=904948&view=rev Log: Propose fixes for EL TCK failures 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

DO NOT REPLY [Bug 48644] New: Code should never ignore throwable

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48644 Summary: Code should never ignore throwable Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 48643] catalina.session.FileStore.save() and load() - close() bugs

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48643 --- Comment #1 from Sebb 2010-01-30 17:10:36 UTC --- There are similar problems in session.StandardManager.doUnload(): line 502, 530, and at line 542 there's a block of code: // Flush and close the output stream try { oos.flush();

svn commit: r904943 - /tomcat/trunk/test/org/apache/el/TestELEvaluation.java

2010-01-30 Thread markt
Author: markt Date: Sun Jan 31 00:56:47 2010 New Revision: 904943 URL: http://svn.apache.org/viewvc?rev=904943&view=rev Log: Test mixing ${...} and #{...} in the same expression Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java Modified: tomcat/trunk/test/org/apache/el/TestELEv

DO NOT REPLY [Bug 48643] New: catalina.session.FileStore.save() and load() - close() bugs

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48643 Summary: catalina.session.FileStore.save() and load() - close() bugs Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

svn commit: r904935 - in /tomcat/trunk/test: org/apache/el/TestELInJsp.java webapp/WEB-INF/tags/echo-deferred.tag webapp/WEB-INF/tags/implicit.tld webapp/bug45451.jspf webapp/bug45451c.jsp webapp/bug4

2010-01-30 Thread markt
Author: markt Date: Sun Jan 31 00:34:37 2010 New Revision: 904935 URL: http://svn.apache.org/viewvc?rev=904935&view=rev Log: Add tests for AttributeParser and deferredSyntaxAllowedAsLiteral Added: tomcat/trunk/test/webapp/WEB-INF/tags/echo-deferred.tag (with props) tomcat/trunk/test/web

DO NOT REPLY [Bug 48629] JNDIRealm and roleNested doesn't work with roleSearch="(member={1})"

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 --- Comment #2 from Konstantin Kolinko 2010-01-30 15:58:10 UTC --- I do not think that this patch is good. See, groupDN is a full distinguished name of a role, while in your case {1} was just a name. Does it work for your configuration?

DO NOT REPLY [Bug 48629] JNDIRealm and roleNested doesn't work with roleSearch="(member={1})"

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 --- Comment #1 from Mark Thomas 2010-01-30 15:10:38 GMT --- This has been fixed in trunk and proposed for 6.0.x. Many thanks for the patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

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

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 23:10:21 2010 New Revision: 904915 URL: http://svn.apache.org/viewvc?rev=904915&view=rev 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=904

svn commit: r904914 - /tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 23:08:46 2010 New Revision: 904914 URL: http://svn.apache.org/viewvc?rev=904914&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 Get nested role search working when {1} is used in roleSearch Patch provided by Gabriel Modified: tomcat/tr

svn commit: r904913 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread kkolinko
Author: kkolinko Date: Sat Jan 30 23:03:06 2010 New Revision: 904913 URL: http://svn.apache.org/viewvc?rev=904913&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=9049

svn commit: r904904 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 22:21:19 2010 New Revision: 904904 URL: http://svn.apache.org/viewvc?rev=904904&view=rev Log: Add bug reference Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.tx

DO NOT REPLY [Bug 47987] Out of memory being caused by notFoundResources in org.apache.catalina.loader.WebappClassLoader

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47987 --- Comment #4 from Mark Thomas 2010-01-30 14:16:37 GMT --- I have proposed porting the fix from 6.0.x to 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r904902 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 22:15:58 2010 New Revision: 904902 URL: http://svn.apache.org/viewvc?rev=904902&view=rev Log: Proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=904

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

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 21:43:41 2010 New Revision: 904898 URL: http://svn.apache.org/viewvc?rev=904898&view=rev Log: Changing line endings isn't limited to source files. Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/di

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

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 21:40:37 2010 New Revision: 904897 URL: http://svn.apache.org/viewvc?rev=904897&view=rev Log: Vote 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=904897&

AprLifecycleListener reflective access to o.a.t.jni.Library (was Re: svn commit: r904865)

2010-01-30 Thread Konstantin Kolinko
2010/1/30 : > Author: markt > Date: Sat Jan 30 20:13:56 2010 > New Revision: 904865 > > URL: http://svn.apache.org/viewvc?rev=904865&view=rev > Log: > Fix Java 1.4/1.5 issues (5.5.x must compile with 1.4) > > Modified: >     > tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/c

svn commit: r904880 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 20:43:39 2010 New Revision: 904880 URL: http://svn.apache.org/viewvc?rev=904880&view=rev Log: Votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=904880

svn commit: r904879 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 20:42:16 2010 New Revision: 904879 URL: http://svn.apache.org/viewvc?rev=904879&view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=904879&

svn commit: r904878 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 20:40:41 2010 New Revision: 904878 URL: http://svn.apache.org/viewvc?rev=904878&view=rev Log: Base proposal on 6.0.x version of patch Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r904865 - /tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 20:13:56 2010 New Revision: 904865 URL: http://svn.apache.org/viewvc?rev=904865&view=rev Log: Fix Java 1.4/1.5 issues (5.5.x must compile with 1.4) Modified: tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java M

DO NOT REPLY [Bug 48311] AprLifecycleListener: Bogus behaviour with Http11AprProtocol and java.library.path

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48311 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r904859 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/connector/ container/catalina/src/share/org/apache/catalina/core/ container/webapps/docs/

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 19:46:02 2010 New Revision: 904859 URL: http://svn.apache.org/viewvc?rev=904859&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48311 Only the APR lifecycle listener should try and initialise APR Patch also syncs all APR lifecycle listener change

DO NOT REPLY [Bug 47554] o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r904855 - in /tomcat/tc5.5.x/trunk: ./ container/modules/ha/src/share/org/apache/catalina/ha/session/ container/webapps/docs/

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 19:30:07 2010 New Revision: 904855 URL: http://svn.apache.org/viewvc?rev=904855&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 httpOnly flag not applied to migrated session cookie Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/

svn commit: r904854 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 19:24:53 2010 New Revision: 904854 URL: http://svn.apache.org/viewvc?rev=904854&view=rev Log: Withdraw my proposal, vote for Konstantin's Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

DO NOT REPLY [Bug 48236] another workaround for CVE-2009-3555 for the BIO connector

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48236 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r904852 - in /tomcat/site/trunk: docs/security-5.html xdocs/security-5.xml

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 19:16:00 2010 New Revision: 904852 URL: http://svn.apache.org/viewvc?rev=904852&view=rev Log: Use Tomcat 5 version info for Tomcat 5 Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-5.xml Modified: tomcat/site/trunk/docs/sec

svn commit: r904851 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java connectors/util/java/org/apache/tomcat/util/net/jsse/JSSESupport.

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 19:14:15 2010 New Revision: 904851 URL: http://svn.apache.org/viewvc?rev=904851&view=rev Log: Apply the alternative fix for CVE-2009-3555: SSL MITM Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/ne

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

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 18:55:11 2010 New Revision: 904848 URL: http://svn.apache.org/viewvc?rev=904848&view=rev 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=904

svn commit: r904847 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 18:54:52 2010 New Revision: 904847 URL: http://svn.apache.org/viewvc?rev=904847&view=rev Log: Withdraw my proposal, vote for Konstantin's Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

svn commit: r904844 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 18:30:49 2010 New Revision: 904844 URL: http://svn.apache.org/viewvc?rev=904844&view=rev Log: Update proposal in response to Konstantin's review Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/view

svn commit: r904834 - /tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

2010-01-30 Thread markt
Author: markt Date: Sat Jan 30 17:57:40 2010 New Revision: 904834 URL: http://svn.apache.org/viewvc?rev=904834&view=rev Log: Add a couple of debug messages Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.jav

Re: EL issues and 6.0.x release

2010-01-30 Thread Mark Thomas
On 30/01/2010 07:33, Konstantin Kolinko wrote: > Regarding the implementation, AttributeParser.java class. I think > that, based on the above, we can fix it to solve bug 48627. Other > parts of the new implementation will remain unchanged. I'll take another look at this. I thought that this wouldn

[Tomcat Wiki] Update of "PoweredBy" by RichardLingsch

2010-01-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by RichardLingsch. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=242&rev2=243 -- {{ht

[Tomcat Wiki] Update of "PoweredBy" by RichardLingsch

2010-01-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by RichardLingsch. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=241&rev2=242 -- =

DO NOT REPLY [Bug 48640] file://localhost/C:/Users/angosso.com/Desktop/jk_isapi_plugin.c.patch

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48640 Rainer Jung changed: What|Removed |Added Resolution|FIXED |INVALID -- Configure bugmail: https

DO NOT REPLY [Bug 48640] file://localhost/C:/Users/angosso.com/Desktop/jk_isapi_plugin.c.patch

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48640 Roger Mbiama Assogo changed: What|Removed |Added Status|NEW |RESOLVED URL|

DO NOT REPLY [Bug 48640] New: file://localhost/C:/Users/angosso.com/Desktop/jk_isapi_plugin.c.patch

2010-01-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48640 Summary: file://localhost/C:/Users/angosso.com/Desktop/jk_isapi _plugin.c.patch Product: Tomcat 6 Version: 6.0.24 Platform: PC OS/Version: Windows Vista Statu