Re: svn commit: r965150 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2010-07-17 Thread Mark Thomas
On 18/07/2010 00:57, ma...@apache.org wrote: > Author: markt > Date: Sat Jul 17 23:57:23 2010 > New Revision: 965150 > > URL: http://svn.apache.org/viewvc?rev=965150&view=rev > Log: > Restore pero's timeout fix for the BIO connector. Add configuration of the > timeout. Servlet TCK (with BIO) and

svn commit: r965150 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2010-07-17 Thread markt
Author: markt Date: Sat Jul 17 23:57:23 2010 New Revision: 965150 URL: http://svn.apache.org/viewvc?rev=965150&view=rev Log: Restore pero's timeout fix for the BIO connector. Add configuration of the timeout. Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java tomcat

DO NOT REPLY [Bug 49521] Fix ordering issues in setting channelSocket.maxPort

2010-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49521 Konstantin Kolinko changed: What|Removed |Added Attachment #25657|0 |1 is obsolete|

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

2010-07-17 Thread kkolinko
Author: kkolinko Date: Sat Jul 17 22:58:01 2010 New Revision: 965147 URL: http://svn.apache.org/viewvc?rev=965147&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=

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

2010-07-17 Thread kkolinko
Author: kkolinko Date: Sat Jul 17 22:33:05 2010 New Revision: 965142 URL: http://svn.apache.org/viewvc?rev=965142&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=

svn commit: r965130 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2010-07-17 Thread markt
Author: markt Date: Sat Jul 17 20:40:51 2010 New Revision: 965130 URL: http://svn.apache.org/viewvc?rev=965130&view=rev Log: Trivial - align comment Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.

svn commit: r965123 - /tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java

2010-07-17 Thread markt
Author: markt Date: Sat Jul 17 18:24:01 2010 New Revision: 965123 URL: http://svn.apache.org/viewvc?rev=965123&view=rev Log: Expose executor. Required so Servlet 3 Async implementation can use the container thread pool when a new thread needs to be dispatched. (e.g. from AsyncContext.start(Runna

svn commit: r965122 - /tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java

2010-07-17 Thread markt
Author: markt Date: Sat Jul 17 18:20:11 2010 New Revision: 965122 URL: http://svn.apache.org/viewvc?rev=965122&view=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java Modified: tomcat/trunk/java/org/apache/coyote/ProtocolHandler.java U

svn commit: r965118 - /tomcat/trunk/java/org/apache/coyote/memory/

2010-07-17 Thread markt
Author: markt Date: Sat Jul 17 18:13:21 2010 New Revision: 965118 URL: http://svn.apache.org/viewvc?rev=965118&view=rev Log: Remove unused code Removed: tomcat/trunk/java/org/apache/coyote/memory/ - To unsubscribe, e-mail:

DO NOT REPLY [Bug 49165] Enhancement - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165 Alexander Shirkov changed: What|Removed |Added AssignedTo|sgdr...@gmail.com |dev@tomcat.apache.org -- Conf

Re: Bug 49165 - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-07-17 Thread Konstantin Kolinko
2010/7/17 Alexander Shirkov : > I've submitted patch and related unit tests. > > Some questions about the process: > - should I assign bug to myself? No. It will prevent bug update notifications from being sent to the dev@ list. > - should I change bug status from NEW to RESOLVED after submitting

Re: Bug 49165 - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-07-17 Thread Alexander Shirkov
I've submitted patch and related unit tests. Some questions about the process: - should I assign bug to myself? - should I change bug status from NEW to RESOLVED after submitting the patch? Thanks, Alexander On 17.07.10 6:28, "Mark Thomas" wrote: > On 15/07/2010 05:11, Alexander Shirkov wrote:

DO NOT REPLY [Bug 40114] Session inadvertently "hijacked" by different after server restart

2010-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40114 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49595] Tomcat crashes in tcnative-1.dll frequently

2010-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49595 Mark Thomas changed: What|Removed |Added Component|Connectors |Library Version|6.0.26

Re: Bug 49165 - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-07-17 Thread Mark Thomas
On 15/07/2010 05:11, Alexander Shirkov wrote: > Hello, > > I¹m working on Bug 49164 ( > https://issues.apache.org/bugzilla/show_bug.cgi?id=49165) > > Have a question: > Any hidden reasons, why following construction was used for creating %t > pattern?: It stems from this: http://svn.apache.org/