svn commit: r1634228 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 14:02:00 2014 New Revision: 1634228 URL: http://svn.apache.org/r1634228 Log: Fix generics warnings in Mapper. It is just some local variables. No change in functionality or APIs. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apac

svn commit: r1634229 - /tomcat/trunk/webapps/docs/config/http.xml

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 14:16:13 2014 New Revision: 1634229 URL: http://svn.apache.org/r1634229 Log: Correct documentation typo. Add trailing dots in sentences. There are five protocols now. Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/con

svn commit: r1634230 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 14:20:28 2014 New Revision: 1634230 URL: http://svn.apache.org/r1634230 Log: Correct documentation typo. Add trailing dots in sentences. There are five protocols now. Merged r1634229 from tomcat/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) to

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

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 14:23:24 2014 New Revision: 1634231 URL: http://svn.apache.org/r1634231 Log: Update. All issue were resolved in v2 of the patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

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

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 14:58:19 2014 New Revision: 1634233 URL: http://svn.apache.org/r1634233 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=1634233&r1=163423

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 --- Comment #6 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #5) > > I haven't read through the code to see how class object references are > maintained, but I have been bitten in the past when > Foo.class.getMe

svn commit: r1634250 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 19:56:23 2014 New Revision: 1634250 URL: http://svn.apache.org/r1634250 Log: Correct line wrap - followup to r1622251 Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websock

svn commit: r1634251 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/WsServerContainer.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 20:06:45 2014 New Revision: 1634251 URL: http://svn.apache.org/r1634251 Log: Correct line wrap - followup to r1622253 Merged r1634250 from tomcat/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websock

[Bug 57135] ImportHandler shall ignore non-public classes

2014-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57135 Konstantin Kolinko changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from

svn commit: r1634257 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 22:31:47 2014 New Revision: 1634257 URL: http://svn.apache.org/r1634257 Log: Test for BZ 54928: use logging instead of System.err. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java Modified: tomcat/trunk/test/org/apache/catalin

svn commit: r1634258 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 23:15:50 2014 New Revision: 1634258 URL: http://svn.apache.org/r1634258 Log: Write exception class, for better control. (When I backport this test to Tomcat 7 the message in this exception is "null", but in Tomcat 8 it is some text. So let's see that what the exc

svn commit: r1634259 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/TestCoyoteAdapter.java test/org/apache/catalina/startup/SimpleHttpClient.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 23:23:51 2014 New Revision: 1634259 URL: http://svn.apache.org/r1634259 Log: Backport test case for BZ 54928. https://issues.apache.org/bugzilla/show_bug.cgi?id=54928 Merged revisions r1485862 r1486062 r1580030 r1580849 r1580869 r1590377 r1590402 r1590635 r159063

[Bug 54928] IllegalStateException: Calling [asyncError()] is not valid for a request with Async state [COMPLETING]

2014-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54928 --- Comment #8 from Konstantin Kolinko --- (In reply to comment #4) > I'm re-opening this to make this change for 7.0.41 I backported the test case to Tomcat 7 in r1634259. The test case passes successfully. -- You are receiving this mai

svn commit: r1634260 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 23:47:53 2014 New Revision: 1634260 URL: http://svn.apache.org/r1634260 Log: Improve test for BZ 54928: Cut down wait time by using Thread.join(time) instead of Thread.sleep(). The actual wait time after the change becomes 2s instead of 250ms. Modified: tom

svn commit: r1634261 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-25 Thread kkolinko
Author: kkolinko Date: Sat Oct 25 23:52:36 2014 New Revision: 1634261 URL: http://svn.apache.org/r1634261 Log: Improve test for BZ 54928: Cut down wait time by using Thread.join(time) instead of Thread.sleep(). The actual wait time after the change becomes 2s instead of 250ms. Merged r1634260 fr

[Bug 57144] New: Improve ClientAbortException.getMessage() to provide non-null message in Tomcat 7

2014-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57144 Bug ID: 57144 Summary: Improve ClientAbortException.getMessage() to provide non-null message in Tomcat 7 Product: Tomcat 7 Version: 7.0.56 Hardware: PC St