svn commit: r671358 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/el/parser/AstValue.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2008-06-24 Thread markt
Author: markt Date: Tue Jun 24 14:42:27 2008 New Revision: 671358 URL: http://svn.apache.org/viewvc?rev=671358&view=rev Log: Make coercion of "" and null to zero in EL configurable Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/el/parser/AstValue.java t

svn commit: r671352 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2008-06-24 Thread markt
Author: markt Date: Tue Jun 24 14:30:19 2008 New Revision: 671352 URL: http://svn.apache.org/viewvc?rev=671352&view=rev Log: Typo Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.

svn commit: r671351 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/security/SecurityUtil.java java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml

2008-06-24 Thread markt
Author: markt Date: Tue Jun 24 14:27:37 2008 New Revision: 671351 URL: http://svn.apache.org/viewvc?rev=671351&view=rev Log: Provide belt and braces XSS protection. Really an app responsibility but worth protecting against in case the app forgets. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r671347 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/WebdavFixValve.java webapps/docs/changelog.xml

2008-06-24 Thread markt
Author: markt Date: Tue Jun 24 14:17:34 2008 New Revision: 671347 URL: http://svn.apache.org/viewvc?rev=671347&view=rev Log: Provide a workaround for the buggy MS webdav client Added: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/WebdavFixValve.java Modified: tomcat/tc6.0.x/trunk/S

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

2008-06-24 Thread markt
Author: markt Date: Tue Jun 24 14:09:58 2008 New Revision: 671346 URL: http://svn.apache.org/viewvc?rev=671346&view=rev Log: Clean up now the -1 has been resolved Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

[Tomcat Wiki] Update of "FAQ/Logging" by markt

2008-06-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Logging The comment on the change is: More broken links

[Tomcat Wiki] Update of "FAQ/Logging" by markt

2008-06-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Logging -- The Servlet S

[Tomcat Wiki] Update of "Tomcat/UTF-8" by ChristopherSchultz

2008-06-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by ChristopherSchultz: http://wiki.apache.org/tomcat/Tomcat/UTF-8 The comment on the change is: Added some external documentation --

DO NOT REPLY [Bug 45272] New: Version 1 cookie not persisted in IE

2008-06-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45272 Summary: Version 1 cookie not persisted in IE Product: Tomcat 5 Version: 5.5.26 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[OT] Re: svn commit: r671153 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java

2008-06-24 Thread Tim Funk
Dumb question. (More of a curiosity since I see this a lot) Is there a reason to use: java.io.File fd = new java.io.File(paths[j] + System.getProperty("file.separator") + name); Instead of java.io.File fd = new java.io.File(paths[j], name); -Tim [EMAIL PROTECTED] wrote:

Re: Tagging TOMCAT_NATIVE_1_1_14

2008-06-24 Thread jean-frederic clere
Henri Gomez wrote: +0 What's the updates ? +++ bug 45071 requires openssl 0.9.8a instead 0.9.8b optGet always throws exception and optSet doesn't. +++ Cheers Jean-Frederic 2008/6/24 jean-frederic clere <[EMAIL PROTECTED]>: Hi, I would like to tag tcnative to 1.1.14 to prepar

Re: Tagging TOMCAT_NATIVE_1_1_14

2008-06-24 Thread Henri Gomez
+0 What's the updates ? 2008/6/24 jean-frederic clere <[EMAIL PROTECTED]>: > Hi, > > I would like to tag tcnative to 1.1.14 to prepare a vote for a release. > > Any pending fixes/improvements/comments? > > Cheers > > Jean-Frederic > > --

Tagging TOMCAT_NATIVE_1_1_14

2008-06-24 Thread jean-frederic clere
Hi, I would like to tag tcnative to 1.1.14 to prepare a vote for a release. Any pending fixes/improvements/comments? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

svn commit: r671153 - /tomcat/connectors/trunk/jni/java/org/apache/tomcat/jni/Library.java

2008-06-24 Thread jfclere
Author: jfclere Date: Tue Jun 24 05:26:55 2008 New Revision: 671153 URL: http://svn.apache.org/viewvc?rev=671153&view=rev Log: Log the exception when the file we dlopen exists. Otherwise errors like: +++ java.lang.UnsatisfiedLinkError: /home/jfclere/jbossweb_trunk/output/build/bin/META-INF/lib/li

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

2008-06-24 Thread remm
Author: remm Date: Tue Jun 24 02:41:44 2008 New Revision: 671103 URL: http://svn.apache.org/viewvc?rev=671103&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=6711