svn commit: r1452512 - in /tomcat/trunk/test/org/apache/tomcat/util/buf: TestUtf8.java TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 20:54:42 2013 New Revision: 1452512 URL: http://svn.apache.org/r1452512 Log: Port the 2-byte UTF-8 unit tests to new framework Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.

svn commit: r1452501 - in /tomcat/trunk: java/org/apache/catalina/connector/InputBuffer.java test/org/apache/catalina/connector/TestInputBuffer.java test/org/apache/tomcat/util/buf/TestUtf8Extended.ja

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 20:40:39 2013 New Revision: 1452501 URL: http://svn.apache.org/r1452501 Log: Make UTF-8 test cases public so they can be used for other tests. Add tests for request bodies using UTF-8. Fix failures for UTF-8 request bodies where incomplete sequences at the end of th

svn commit: r1452301 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 13:42:27 2013 New Revision: 1452301 URL: http://svn.apache.org/r1452301 Log: Add some tests for truncated valid values Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Ex

svn commit: r1452295 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/B2CConverter.java test/org/apache/catalina/connector/TestCoyoteAdapter.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 13:28:02 2013 New Revision: 1452295 URL: http://svn.apache.org/r1452295 Log: Switch B2CConverter to use Tomcat's Harmony based UTF-8 decoder Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java tomcat/trunk/test/org/apache/catalina/connec

svn commit: r1452294 - /tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Decoder.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 13:24:24 2013 New Revision: 1452294 URL: http://svn.apache.org/r1452294 Log: Review current code with respect to original Harmony code. - Revert a couple of incorrect changes made along the way. - Fix formatting for cleaner diff - Adjust comments ready for wider use

[jira] [Updated] (MTOMCAT-213) Problem : Dynamic Host Binding In Tomcat 7.0.35

2013-03-04 Thread kamlesh (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kamlesh updated MTOMCAT-213: Description: Hello, i got problem in Dynamic Host Binding In Tomcat 7.0.35 . i need to Dynamic project

[Bug 54628] there is something wrong when send binary data by websocket.

2013-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54628 blee changed: What|Removed |Added CC||b@foxmail.com -- You are receiving thi

svn commit: r1452258 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 11:25:52 2013 New Revision: 1452258 URL: http://svn.apache.org/r1452258 Log: Remove comments used to debug Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java

svn commit: r1452256 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 11:24:49 2013 New Revision: 1452256 URL: http://svn.apache.org/r1452256 Log: Add test from unicode 6.2, chapter 3, table 3-8 Tomcat's decoder needs to check bytes in the range 80..BF start 10xx rather than 1xxx Modified: tomcat/trunk/java/org/apache/t

svn commit: r1452253 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8.java test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 11:10:19 2013 New Revision: 1452253 URL: http://svn.apache.org/r1452253 Log: Move the single byte tests to the new framework Expand the single byte test cases Add leading and trailing valid bytes to invalid sequences to check the valid bytes are not replaced Improve

[jira] [Updated] (MTOMCAT-213) Problem : Dynamic Host Binding In Tomcat 7.0.35

2013-03-04 Thread kamlesh (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kamlesh updated MTOMCAT-213: Description: hello , i got one problem like : i need to Dynamic project deploy with folder and this fol

[jira] [Created] (MTOMCAT-213) Problem : Dynamic Host Binding In Tomcat 7.0.35

2013-03-04 Thread kamlesh (JIRA)
kamlesh created MTOMCAT-213: --- Summary: Problem : Dynamic Host Binding In Tomcat 7.0.35 Key: MTOMCAT-213 URL: https://issues.apache.org/jira/browse/MTOMCAT-213 Project: Apache Tomcat Maven Plugin Is

Re: URIs, %nn decoding and error handling

2013-03-04 Thread Martin Grigorov
Hi, Recently we had a bug report at Apache Wicket about this problem [1] - when the user agent sends a request with wrong URL encoding (in the query string) then Wicket throws an exception which was not easy to be handled by the application. The exception was 1) logged by the web container and 2)

svn commit: r1452209 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-04 Thread markt
Author: markt Date: Mon Mar 4 08:28:08 2013 New Revision: 1452209 URL: http://svn.apache.org/r1452209 Log: Reduce what is skipped. Make flags more easily extensible. Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java Modified: tomcat/trunk/test/org/apache/tomcat/ut