[Bug 54348] ASF Bugzilla sẽ chọn một lời châm biếm ngẫu nhiên cho tiêu đề trên mỗi danh sách lỗi.

2012-12-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54348 --- Comment #2 from Christopher Schultz --- (In reply to comment #0) > [ASF Bugzilla should choose a random satire title on every error list.] Bugzilla supports this directly, but ASF has apparently not enabled it because it's merely an en

Re: Heads up: comments coming to live TC 7 docs

2012-12-25 Thread Christopher Schultz
Rainer, On 12/24/12 7:02 AM, Rainer Jung wrote: > On 23.12.2012 15:41, Konstantin Kolinko wrote: >> 2012/12/23 Caldarale, Charles R : From: Rainer Jung [mailto:rainer.j...@kippdata.de] Subject: Heads up: comments coming to live TC 7 docs >>> I plan to add the comments feature later

svn commit: r1425788 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java

2012-12-25 Thread markt
Author: markt Date: Tue Dec 25 23:31:36 2012 New Revision: 1425788 URL: http://svn.apache.org/viewvc?rev=1425788&view=rev Log: Test UTF-8 decoder in the right package Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket

svn commit: r1425789 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java

2012-12-25 Thread markt
Author: markt Date: Tue Dec 25 23:33:36 2012 New Revision: 1425789 URL: http://svn.apache.org/viewvc?rev=1425789&view=rev Log: Prep for a second set of invalid bytes from the Autobahn test suite that is not correctly handled. Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.j

svn commit: r1425790 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java

2012-12-25 Thread markt
Author: markt Date: Tue Dec 25 23:38:30 2012 New Revision: 1425790 URL: http://svn.apache.org/viewvc?rev=1425790&view=rev Log: More refactoring prior to added new tests Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java Modified: tomcat/trunk/test/org/apache/tomcat/websock

svn commit: r1425800 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsFrame.java

2012-12-25 Thread markt
Author: markt Date: Wed Dec 26 00:39:54 2012 New Revision: 1425800 URL: http://svn.apache.org/viewvc?rev=1425800&view=rev Log: Decode bytes to text sooner so UTF-8 encoding issues are caught early. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trun

svn commit: r1425801 - in /tomcat/trunk: java/org/apache/tomcat/websocket/Utf8Decoder.java test/org/apache/tomcat/websocket/TestUtf8.java

2012-12-25 Thread markt
Author: markt Date: Wed Dec 26 00:41:13 2012 New Revision: 1425801 URL: http://svn.apache.org/viewvc?rev=1425801&view=rev Log: Need to add an additional test. Also add extra tests when buffers not backed by arrays. Expand the test cases to cover the Autobahn failures Modified: tomcat/trunk/ja