svn commit: r794159 - /tomcat/trunk/webapps/docs/funcspecs/project.xml

2009-07-15 Thread markt
Author: markt Date: Wed Jul 15 07:02:37 2009 New Revision: 794159 URL: http://svn.apache.org/viewvc?rev=794159&view=rev Log: Tab police Modified: tomcat/trunk/webapps/docs/funcspecs/project.xml Modified: tomcat/trunk/webapps/docs/funcspecs/project.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r794160 - in /tomcat/trunk/webapps/docs: class-loader-howto.xml funcspecs/fs-admin-apps.xml jndi-datasource-examples-howto.xml setup.xml

2009-07-15 Thread markt
Author: markt Date: Wed Jul 15 07:03:17 2009 New Revision: 794160 URL: http://svn.apache.org/viewvc?rev=794160&view=rev Log: Remove Jakarta references from the docs. Update those sections of the docs as necessary. Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml tomcat/trunk/web

svn commit: r794161 - in /tomcat/trunk/java/org/apache: catalina/ant/ catalina/ant/jmx/ catalina/servlets/ jasper/resources/ tomcat/util/digester/ tomcat/util/modeler/

2009-07-15 Thread markt
Author: markt Date: Wed Jul 15 07:15:10 2009 New Revision: 794161 URL: http://svn.apache.org/viewvc?rev=794161&view=rev Log: Remainder of fix in trunk for 47444 Update references to Jakarta in Javadoc and JspC Modified: tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html tomcat/tru

DO NOT REPLY [Bug 47444] Removal of Jakarta references

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47444 Mark Thomas changed: What|Removed |Added Attachment #23894|0 |1 is obsolete|

DO NOT REPLY [Bug 47444] Removal of Jakarta references

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47444 --- Comment #3 from Mark Thomas 2009-07-15 00:18:14 PST --- An alternative patch has been applied to trunk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r794163 - /tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp

2009-07-15 Thread markt
Author: markt Date: Wed Jul 15 07:27:44 2009 New Revision: 794163 URL: http://svn.apache.org/viewvc?rev=794163&view=rev Log: Fix 47444 for the ROOT web application Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp URL: http://svn.apa

DO NOT REPLY [Bug 41093] publish 6.0.2 beta jars in a maven repository

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41093 Konstantin Kolinko changed: What|Removed |Added Status|VERIFIED|CLOSED -- Configure bugm

DO NOT REPLY [Bug 40162] JNDI Environment is null within subthreads in Servlet.destroy()

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40162 --- Comment #9 from Horst Scheruga 2009-07-15 04:41:28 PST --- (In reply to comment #8) Finding a workaround for my problem is not so hard. In the Servlet.init() method I store the Jndi Context value I need into a String. For retri

DO NOT REPLY [Bug 40162] JNDI Environment is null within subthreads in Servlet.destroy()

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40162 --- Comment #10 from Horst Scheruga 2009-07-15 04:45:24 PST --- Created an attachment (id=23986) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23986) JndiContext workaorund class -- Configure bugmail: https://issues.apa

svn commit: r794246 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-15 Thread kkolinko
Author: kkolinko Date: Wed Jul 15 12:13:10 2009 New Revision: 794246 URL: http://svn.apache.org/viewvc?rev=794246&view=rev Log: proposal Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.tx

DO NOT REPLY [Bug 40162] JNDI Environment is null within subthreads in Servlet.destroy()

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40162 --- Comment #11 from Konstantin Kolinko 2009-07-15 05:51:54 PST --- (In reply to comment #9) > However the servlets destroy() methods should be called by tomcat BEFORE the > resources of a web application are released. It *is* called

Why was the behaviour of ResourceBundleELResolver

2009-07-15 Thread Maarten_D
Hi, In response to https://issues.apache.org/bugzilla/show_bug.cgi?id=46915, the Tomcat code was patched and 6.0.20 has now reverted back to the old behaviour of throwing an exception for every element in a resource bundle that can't be found. Personally, I find this unfortunate. The "new" metho

DO NOT REPLY [Bug 47537] New: Empty response when forward to login page fails

2009-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47537 Summary: Empty response when forward to login page fails Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Pr