DO NOT REPLY [Bug 51562] two key's value is mistake in org/apache/catalina/connector/LocalStrings.properties

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51562 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561 --- Comment #2 from Mark Thomas ma...@apache.org 2011-07-27 06:49:54 UTC --- Or use digest.sh|bat which handles this correctly. I'll update the docs to reference digest.bat|sh. -- Configure bugmail:

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Mark Thomas
On 27/07/2011 00:42, Konstantin Kolinko wrote: 2011/7/26 Mark Thomas ma...@apache.org: The Servlet EG is starting to discuss changes to the Servlet API for 3.1. It would be useful if the option existed to implement some of these changes in Tomcat trunk. The benefits of this are: - we can see

svn commit: r1151368 - /tomcat/jk/trunk/jkstatus/src/share/org/apache/jk/status/JkStatusUpdateWorkerTask.java

2011-07-27 Thread jfclere
Author: jfclere Date: Wed Jul 27 07:34:35 2011 New Revision: 1151368 URL: http://svn.apache.org/viewvc?rev=1151368view=rev Log: According to mod_jk c code those command are now prefixed by v Modified: tomcat/jk/trunk/jkstatus/src/share/org/apache/jk/status/JkStatusUpdateWorkerTask.java

svn commit: r1151374 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_21/

2011-07-27 Thread jfclere
Author: jfclere Date: Wed Jul 27 08:11:04 2011 New Revision: 1151374 URL: http://svn.apache.org/viewvc?rev=1151374view=rev Log: tag for the release 1.1.21 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_21/ (props changed) - copied from r1151373, tomcat/native/branches/1.1.x/

svn commit: r1151389 - /tomcat/trunk/webapps/docs/windows-auth-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 08:55:02 2011 New Revision: 1151389 URL: http://svn.apache.org/viewvc?rev=1151389view=rev Log: This is now available Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml Modified: tomcat/trunk/webapps/docs/windows-auth-howto.xml URL:

svn commit: r1151395 - in /tomcat/trunk/webapps/docs: changelog.xml realm-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 09:13:36 2011 New Revision: 1151395 URL: http://svn.apache.org/viewvc?rev=1151395view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51561 Recommend the use of digest.[bat|sh] to generate digests rather than calling RealmBase directly. Modified:

DO NOT REPLY [Bug 51557] Newline during a http header field name obscures next value

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51557 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1151394 - in /tomcat/trunk: java/org/apache/coyote/http11/ test/org/apache/coyote/http11/ webapps/docs/

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 09:10:11 2011 New Revision: 1151394 URL: http://svn.apache.org/viewvc?rev=1151394view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51557 Ignore HTTP headers that do not comply with RFC 2616 and use header names that are not tokens. Modified:

DO NOT REPLY [Bug 51561] Missing tomcat-coyote.jar from classpath requirement on Realm HowTo page, digested passwords section

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51561 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[VOTE] Release Apache Tomcat Native 1.1.21

2011-07-27 Thread jean-frederic clere
Hi, Native 1.1.21 is available for testing. Compared with 1.1.21 and earlier versions it fixes some bugs. If you want to take a look, the final source distribution can be downloaded from: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source (Will be visible after the server

DO NOT REPLY [Bug 49591] Custom error page always uses Transfer-Encoding: chunked

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49591 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1151408 - in /tomcat/trunk/java/org/apache/catalina: ha/tcp/LocalStrings.properties ha/tcp/LocalStrings_es.properties tribes/transport/LocalStrings.properties tribes/transport/LocalString

2011-07-27 Thread kfujino
Author: kfujino Date: Wed Jul 27 09:58:20 2011 New Revision: 1151408 URL: http://svn.apache.org/viewvc?rev=1151408view=rev Log: Correct LocalStrings.properties. Some invalid messagekeys are removed. e.g. remove AsyncSocketSender.XXX and FastAsyncSocketSender.XXX keys. ReplicationValve.XXX

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Tim Funk
+1 To getting newer ideas in faster. I guess the question to ponder is what are the future changes pending for 7? What are the changes for the servlet spec? I have a feeling that the servlet spec changes are more of a playground for ideas which would bring about lots of change and potential

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-27 Thread Mladen Turk
On 07/27/2011 11:20 AM, jean-frederic clere wrote: Win32/Win64 binaries will be available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/ Think we should stop shipping anything that is not voted for. You should have call for a vote after the binaries are

svn commit: r1151444 - in /tomcat/trunk/webapps: ROOT/index.jsp ROOT/tomcat.css docs/changelog.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 12:23:28 2011 New Revision: 1151444 URL: http://svn.apache.org/viewvc?rev=1151444view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 Layout improvements and tweaks Modified: tomcat/trunk/webapps/ROOT/index.jsp

DO NOT REPLY [Bug 49122] Update of ROOT application index.html

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Yoav Shapira
Meta: +1 to starting this thread and its thinking this early. On Tue, Jul 26, 2011 at 1:30 PM, Mark Thomas ma...@apache.org wrote: Therefore, after the next Tomcat 7 release, I would like to do the following: - Copy tomcat/trunk to tomcat/tc7.0.x/trunk - Start making Servlet API changes to

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Keiichi Fujino
2011/7/27 Mark Thomas ma...@apache.org: The Servlet EG is starting to discuss changes to the Servlet API for 3.1. It would be useful if the option existed to implement some of these changes in Tomcat trunk. The benefits of this are: - we can see how feasible the API changes are to implement -

svn commit: r1151493 - in /tomcat/trunk/webapps/docs: changelog.xml ssl-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 15:11:35 2011 New Revision: 1151493 URL: http://svn.apache.org/viewvc?rev=1151493view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 Fixed some typos and correct cross-referencing to the HTTP Connector documentation with the SSL How-To page

DO NOT REPLY [Bug 51562] two key's value is mistake in org/apache/catalina/connector/LocalStrings.properties

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51562 --- Comment #2 from gu lilan gll_tom...@yahoo.cn 2011-07-27 15:13:08 UTC --- yes,i see ,thank you -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

DO NOT REPLY [Bug 48997] enhance ssl-howto documentation

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 --- Comment #3 from Mark Thomas ma...@apache.org 2011-07-27 15:24:33 UTC --- The following changes have been made in 7.0.x and will be included in 7.0.20 onwards: 1 - added explanatory test to the quick start section 2 - fixed 3 - improved

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Mladen Turk
On 07/26/2011 07:30 PM, Mark Thomas wrote: 1. Should tomcat/tc7.0.x/trunk be RTC or CTR? CTR 2. With tomcat/trunk becoming the basis for Tomcat 8, I would like to see earlier and more frequent alpha/beta releases than we had for Tomcat Sure. This time we might have 8 ready as 3.1 spec

Tomcat 6.0.33 ?

2011-07-27 Thread Henri Gomez
Hi guys, We're stuck with Tomcat 6.0.32 with this bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=50189). Did there is any date for 6.0.33 release ? Regards - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Mark Thomas
On 27/07/2011 16:48, Mladen Turk wrote: On 07/26/2011 07:30 PM, Mark Thomas wrote: 1. Should tomcat/tc7.0.x/trunk be RTC or CTR? CTR 2. With tomcat/trunk becoming the basis for Tomcat 8, I would like to see earlier and more frequent alpha/beta releases than we had for Tomcat Sure.

svn commit: r1151532 - /tomcat/trunk/webapps/docs/ssl-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 16:58:36 2011 New Revision: 1151532 URL: http://svn.apache.org/viewvc?rev=1151532view=rev Log: Typo Modified: tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL:

Re: Tomcat 6.0.33 ?

2011-07-27 Thread Mark Thomas
On 27/07/2011 17:31, Henri Gomez wrote: Hi guys, We're stuck with Tomcat 6.0.32 with this bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=50189). Did there is any date for 6.0.33 release ? Any committer can roll a release. Last time I checked, you were a committer. If you don't

DO NOT REPLY [Bug 48997] enhance ssl-howto documentation

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 --- Comment #4 from Mark Thomas ma...@apache.org 2011-07-27 17:09:27 UTC --- Similar changes made in 6.0.x and will be in 6.0.33 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

svn commit: r1151536 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml ssl-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 17:09:30 2011 New Revision: 1151536 URL: http://svn.apache.org/viewvc?rev=1151536view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 Fixed some typos and improve cross-referencing to the HTTP Connector and APR documentation with the SSL How-To

svn commit: r1151537 - in /tomcat/tc5.5.x/trunk/container/webapps/docs: changelog.xml ssl-howto.xml

2011-07-27 Thread markt
Author: markt Date: Wed Jul 27 17:14:06 2011 New Revision: 1151537 URL: http://svn.apache.org/viewvc?rev=1151537view=rev Log: CTR: Docs https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 Fixed some typos and improve cross-referencing to the HTTP Connector and APR documentation with the SSL

DO NOT REPLY [Bug 48997] enhance ssl-howto documentation

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48997 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Mladen Turk
On 07/27/2011 06:53 PM, Mark Thomas wrote: On 27/07/2011 16:48, Mladen Turk wrote: After we release first 8 stable or starting from now? I was thinking announce EOL for 5.5.x now, with the actual EOL date / last release ~August 2012. OK, but IMHO we should add +12 months to that for

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Mark Thomas
On 27/07/2011 18:26, Mladen Turk wrote: On 07/27/2011 06:53 PM, Mark Thomas wrote: On 27/07/2011 16:48, Mladen Turk wrote: After we release first 8 stable or starting from now? I was thinking announce EOL for 5.5.x now, with the actual EOL date / last release ~August 2012. OK, but IMHO

DO NOT REPLY [Bug 51567] New: Classloader docs don't address CATALINA_BASE

2011-07-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51567 Bug #: 51567 Summary: Classloader docs don't address CATALINA_BASE Product: Tomcat 7 Version: unspecified Platform: PC Status: NEW Severity: normal

Re: Tomcat 6.0.33 ?

2011-07-27 Thread Henri Gomez
Any committer can roll a release. Last time I checked, you were a committer. Any commiter can roll a release but if there is a consensus isn't it ? I guess no-one here decide by itself to roll a release ? If you don't have time to roll the release but want to help it along, you could review

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-27 Thread jean-frederic clere
On 07/27/2011 02:04 PM, Mladen Turk wrote: On 07/27/2011 11:20 AM, jean-frederic clere wrote: Win32/Win64 binaries will be available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/ Think we should stop shipping anything that is not voted for. You should have

Re: Tomcat 6.0.33 ?

2011-07-27 Thread jean-frederic clere
On 07/27/2011 07:07 PM, Mark Thomas wrote: On 27/07/2011 17:31, Henri Gomez wrote: Hi guys, We're stuck with Tomcat 6.0.32 with this bug (https://issues.apache.org/bugzilla/show_bug.cgi?id=50189). Did there is any date for 6.0.33 release ? Any committer can roll a release. Last time I

Re: Tomcat 6.0.33 ?

2011-07-27 Thread Henri Gomez
Well I can do a release... Next week. Many thanks Jean-Fred. I'll happy to help for a next release but need more informations on the full process. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional