Re: [VOTE] Release tc-native 1.1.14

2008-07-03 Thread Henri Gomez
Where could we found, when release, the 1.1.14 for windows ? Regards 2008/7/1 Rainer Jung <[EMAIL PROTECTED]>: > Hi Jean-Frederic, > > jean-frederic clere schrieb: >> >> The candidates binaries are available here: >> http://people.apache.org/~jfclere/tcnative/v1.1.14/ >> >> According to the relea

Re: [VOTE] Release tc-native 1.1.14

2008-07-03 Thread jean-frederic clere
Henri Gomez wrote: Where could we found, when release, the 1.1.14 for windows ? I plan to do this today. Cheers Jean-Frederic Regards 2008/7/1 Rainer Jung <[EMAIL PROTECTED]>: Hi Jean-Frederic, jean-frederic clere schrieb: The candidates binaries are available here: http://people.apach

svn commit: r673611 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml webapps/docs/logging.xml

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 01:19:12 2008 New Revision: 673611 URL: http://svn.apache.org/viewvc?rev=673611&view=rev Log: Fix bug 45277 - doc typo Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/logging.xml

svn commit: r673614 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml dist.xml webapps/docs/changelog.xml

2008-07-03 Thread remm
Author: remm Date: Thu Jul 3 01:25:40 2008 New Revision: 673614 URL: http://svn.apache.org/viewvc?rev=673614&view=rev Log: - Add support for building on Unix. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/build.xml to

DO NOT REPLY [Bug 45277] Minor Spelling: ${sytstemPropertyName} >> ${systemPropertyName}

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45277] Minor Spelling: ${sytstemPropertyName} >> ${systemPropertyName}

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-07-03 01:29:38 PST --- This has been fixed in 6.0.x and will be included in 6.0.17 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

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

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 01:31:04 2008 New Revision: 673617 URL: http://svn.apache.org/viewvc?rev=673617&view=rev Log: Reply to Remy's comment. 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/ST

DO NOT REPLY [Bug 45332] New: Encoding issue - Admin password created by Windows installer

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45332 Summary: Encoding issue - Admin password created by Windows installer Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW

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

2008-07-03 Thread remm
Author: remm Date: Thu Jul 3 06:45:19 2008 New Revision: 673676 URL: http://svn.apache.org/viewvc?rev=673676&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=6736

Patch - Don't follow symlinks for deletion

2008-07-03 Thread Michael Bailey
By default tomcat, when tomcat undeploys a war it deletes the exploded directory and follows symlinked directories recursively, whether allowLinking="true" or not. Is this the intended behavior? I have a use case in which I want to have allowLinking="true" for my context, but when the exploded dire

Re: Patch - Don't follow symlinks for deletion

2008-07-03 Thread Michael Bailey
Patch pasted in case the attachement didn't make throught the list: Index: java/org/apache/tomcat/util/FileUtils.java === --- java/org/apache/tomcat/util/FileUtils.java (revision 0) +++ java/org/apache/tomcat/util/FileUtils.java (re

DO NOT REPLY [Bug 27122] IE plugins cannot access components through Tomcat 5 over SSL

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=27122 --- Comment #20 from Dave <[EMAIL PROTECTED]> 2008-07-03 12:04:44 PST --- We've added the following to context.xml as a work-around: -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are r

DO NOT REPLY [Bug 45283] Allow multiple authenticators to be added to pipeline

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45283 --- Comment #8 from Seetharama Durbha <[EMAIL PROTECTED]> 2008-07-03 13:01:01 PST --- (In reply to comment #7) > Most of the concerns here would be addressed by implementing the jaspi spec > which is likely to be required for java ee 6

svn commit: r673796 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/jk/common/ webapps/docs/config

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 13:52:42 2008 New Revision: 673796 URL: http://svn.apache.org/viewvc?rev=673796&view=rev Log: Make filtering of /r and /n in headers consistent for all connectors. Make handling of 404s consistent across components. Provide option to include custom status message in

svn commit: r673820 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 14:26:13 2008 New Revision: 673820 URL: http://svn.apache.org/viewvc?rev=673820&view=rev Log: Extract the query string before we try to normalise the URI Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/or

svn commit: r673834 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/jk/common/ webapps/

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 15:03:08 2008 New Revision: 673834 URL: http://svn.apache.org/viewvc?rev=673834&view=rev Log: Make filtering of \r and \n in headers consistent for all connectors. Make handling of 404s consistent across components. Provide option to include custom status message in

svn commit: r673839 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java

2008-07-03 Thread markt
Author: markt Date: Thu Jul 3 15:07:04 2008 New Revision: 673839 URL: http://svn.apache.org/viewvc?rev=673839&view=rev Log: Extract the query string before we try to normalise the URI Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/App

Re: svn commit: r673614 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml dist.xml webapps/docs/changelog.xml

2008-07-03 Thread Filip Hanik - Dev Lists
I think this one is missing Index: dist.xml === --- dist.xml(revision 673890) +++ dist.xml(working copy) @@ -454,7 +454,7 @@ filtering="true" overwrite="true"/> - + [EMAIL PROTECTED]

DO NOT REPLY [Bug 45337] New: The tomcat dosen' t know which file is new or old

2008-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45337 Summary: The tomcat dosen't know which file is new or old Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Keywords: XSLTBug

svn commit: r673924 - /tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml

2008-07-03 Thread jfclere
Author: jfclere Date: Thu Jul 3 23:52:25 2008 New Revision: 673924 URL: http://svn.apache.org/viewvc?rev=673924&view=rev Log: typo Modified: tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jni/xdocs/miscellaneous/changelog.xml URL: http://svn