DO NOT REPLY [Bug 47836] TldConfig keeps an internal list of ApplicationListeners

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47836 --- Comment #2 from Mark Thomas 2009-12-14 15:18:44 GMT --- Patch proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 23:18:38 2009 New Revision: 890549 URL: http://svn.apache.org/viewvc?rev=890549&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=890

DO NOT REPLY [Bug 47785] Cluster MBean not registered

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47785 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47774 --- Comment #1 from Mark Thomas 2009-12-14 15:03:43 GMT --- This has been fixed in trunk and proposed for 6.0.x. Thanks for the report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are rece

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 23:03:24 2009 New Revision: 890536 URL: http://svn.apache.org/viewvc?rev=890536&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=890

svn commit: r890530 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 22:54:20 2009 New Revision: 890530 URL: http://svn.apache.org/viewvc?rev=890530&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47774 Ensure any session listeners are called with the Thread CCL set to the web application's class loader Modified

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-14 Thread anthonyvierra
Could you guys have a peek at the description here and see if i'm missing anything http://code.google.com/p/tomcat-nonstick-session-manager/ On Mon, Dec 14, 2009 at 11:56 AM, wrote: > We will be developing the "NON-STICK" session manager here under the > Apache 2.0 License. > http://code.google.

Re: Problem using maven jspc plugin with tomcat 7 and jstl

2009-12-14 Thread David Jencks
Mark, I've verified that your fix in rev 890479 works great for this. Many thanks for fixing it so quickly! david jencks On Dec 14, 2009, at 11:25 AM, Mark Thomas wrote: On 14/12/2009 03:58, David Jencks wrote: I can verify by experiment that the 2nd solution fixes the problem with jspC.

[Tomcat Wiki] Trivial Update of "PoweredBy" by Ryan P

2009-12-14 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 Ryan P. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=214&rev2=215 -- = Agi

svn commit: r890509 - /tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 22:31:30 2009 New Revision: 890509 URL: http://svn.apache.org/viewvc?rev=890509&view=rev Log: Session timeout is now set via a String Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java Modified: tomcat/trunk/java/org/apache/catalina/startup

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 21:35:40 2009 New Revision: 890489 URL: http://svn.apache.org/viewvc?rev=890489&view=rev Log: Withdraw the TLD processing patches due to lack of interest. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apach

DO NOT REPLY [Bug 47832] Custom resource factory placement

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47832 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r890483 - /tomcat/trunk/java/org/apache/catalina/filters/RemoteIpFilter.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 21:18:34 2009 New Revision: 890483 URL: http://svn.apache.org/viewvc?rev=890483&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48387 Make configuration attributes consistent between Filter and Valves Patch provided by Cyrille Le Clerc Modified:

DO NOT REPLY [Bug 48387] Make RemoteIpFilter parameters consistent with RemoteIpValve

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48387 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r890479 - in /tomcat/trunk/java/org/apache: catalina/startup/DefaultJarScanner.java jasper/compiler/InternalJarScanner.java jasper/compiler/JarScannerFactory.java jasper/resources/LocalStr

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 21:12:35 2009 New Revision: 890479 URL: http://svn.apache.org/viewvc?rev=890479&view=rev Log: Fix TLD scanning in JARs for JspC. This copies the DefaultJarScanner from Tomcat. Less invasive than the alternative refactoring that will have to wait for another day. A

svn commit: r890477 - /tomcat/trunk/bin/catalina-tasks.xml

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 21:06:02 2009 New Revision: 890477 URL: http://svn.apache.org/viewvc?rev=890477&view=rev Log: Add extra jar required for JspC Modified: tomcat/trunk/bin/catalina-tasks.xml Modified: tomcat/trunk/bin/catalina-tasks.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r890474 - in /tomcat/trunk/webapps/examples/jsp: simpletag/foo.jsp source.jsp

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 20:48:21 2009 New Revision: 890474 URL: http://svn.apache.org/viewvc?rev=890474&view=rev Log: Correct TLD URIs Modified: tomcat/trunk/webapps/examples/jsp/simpletag/foo.jsp tomcat/trunk/webapps/examples/jsp/source.jsp Modified: tomcat/trunk/webapps/examples

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-14 Thread anthonyvierra
We will be developing the "NON-STICK" session manager here under the Apache 2.0 License. http://code.google.com/p/tomcat-nonstick-session-manager/ On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called msession for PHP that was > basically a high-speed

Re: Problem using maven jspc plugin with tomcat 7 and jstl

2009-12-14 Thread Mark Thomas
On 14/12/2009 03:58, David Jencks wrote: > I can verify by experiment that the 2nd solution fixes the problem with > jspC. I agree that there's a strong case to be made for moving > DefaultJarScanner to org.apache.tomcat but doing so introduces a lot of > dependencies from that package to > > org

svn commit: r890449 - /tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 19:21:06 2009 New Revision: 890449 URL: http://svn.apache.org/viewvc?rev=890449&view=rev Log: Fix copy/paste error in log definition Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Modified: tomcat/trunk/java/org/apache/catalina/s

DO NOT REPLY [Bug 47797] The body of the request is lost when you send the POST method !

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47797 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 48387] New: Make RemoteIpFilter parameters consistent with RemoteIpValve

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48387 Summary: Make RemoteIpFilter parameters consistent with RemoteIpValve Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Mac OS X 10.4 Status: NE

DO NOT REPLY [Bug 47769] documentation on web.xml resource-ref does'nt state optional

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47769 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r890421 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml jndi-resources-howto.xml

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 18:11:45 2009 New Revision: 890421 URL: http://svn.apache.org/viewvc?rev=890421&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47769 Reword JNDI docs in an attempt to make clear why resource-ref elements appear to be optional Modified: tom

svn commit: r890420 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/jndi-resources-howto.xml

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 18:11:24 2009 New Revision: 890420 URL: http://svn.apache.org/viewvc?rev=890420&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47769 Reword JNDI docs in an attempt to make clear why resource-ref elements appear to be optional Modified: tom

svn commit: r890417 - /tomcat/trunk/webapps/docs/jndi-resources-howto.xml

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 18:04:54 2009 New Revision: 890417 URL: http://svn.apache.org/viewvc?rev=890417&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47769 Reword JNDI docs in an attempt to make clear why resource-ref elements appear to be optional Modified: tom

DO NOT REPLY [Bug 46503] Garbage characters in cluster domain field

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46503 --- Comment #3 from Christopher Schultz 2009-12-14 09:50:22 UTC --- Please see http://markmail.org/message/i6m6ej4bzwnt5rc2 for another reported case of this issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?t

Collaborative development with eclipse

2009-12-14 Thread Eike Starkmann
Hi, I am working in the Institute of Computer Science at the Free University of Berlin where we are creating ways to improve the process of writing software, especially for Free/Open Source Software developers. Our institute develops Saros, an open source Eclipse plug-in that allows two or more d

svn commit: r890368 - /tomcat/jk/trunk/native/apache-2.0/mod_jk.c

2009-12-14 Thread rjung
Author: rjung Date: Mon Dec 14 15:23:01 2009 New Revision: 890368 URL: http://svn.apache.org/viewvc?rev=890368&view=rev Log: Make mod_jk compatible with httpd 2.3: Use ap_get_server_description() instead of ap_get_server_version() if available and allowed. Modified: tomcat/jk/trunk/native/ap

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:58:47 2009 New Revision: 890353 URL: http://svn.apache.org/viewvc?rev=890353&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=890

DO NOT REPLY [Bug 47744] Memory leak when using SSL + Java security manager

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47744 --- Comment #5 from Mark Thomas 2009-12-14 06:58:30 GMT --- Thanks for the report and the patch. I have applied a modified patch to trunk and proposed it for 6.0.x and 5.5.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userpr

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:57:53 2009 New Revision: 890352 URL: http://svn.apache.org/viewvc?rev=890352&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=890

svn commit: r890350 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESupport.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:53:00 2009 New Revision: 890350 URL: http://svn.apache.org/viewvc?rev=890350&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47744 Prevent medium term memory leak when ussing SSL with a security manager Based on a patch by Greg Vanore Modifie

svn commit: r890349 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 14:51:12 2009 New Revision: 890349 URL: http://svn.apache.org/viewvc?rev=890349&view=rev Log: Pre-load a class required for apps to obtain the SSL key size when running under a security manager Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityCl

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

2009-12-14 Thread jfclere
Author: jfclere Date: Mon Dec 14 13:46:13 2009 New Revision: 890322 URL: http://svn.apache.org/viewvc?rev=890322&view=rev Log: My 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=

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 10:37:58 2009 New Revision: 890266 URL: http://svn.apache.org/viewvc?rev=890266&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=890

svn commit: r890265 - /tomcat/trunk/java/org/apache/jasper/servlet/JspServletWrapper.java

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 10:37:01 2009 New Revision: 890265 URL: http://svn.apache.org/viewvc?rev=890265&view=rev Log: Test for null rather than waiting for the NPE ot be thrown. Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspServletWrapper.java Modified: tomcat/trunk/java/or

DO NOT REPLY [Bug 47717] createJavacError throws NPE

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47717 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r890256 - /tomcat/trunk/build.xml

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 10:00:23 2009 New Revision: 890256 URL: http://svn.apache.org/viewvc?rev=890256&view=rev Log: Only apply filtering to the files that need it else non-text files will get corrupted. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://

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

2009-12-14 Thread markt
Author: markt Date: Mon Dec 14 08:58:10 2009 New Revision: 890232 URL: http://svn.apache.org/viewvc?rev=890232&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=890

DO NOT REPLY [Bug 47689] ant test does not work

2009-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47689 --- Comment #1 from Mark Thomas 2009-12-14 00:56:52 GMT --- Created an attachment (id=24704) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24704) Patch to fix the test target. -- Configure bugmail: https://issues.apache.org/b