svn commit: r1424176 - in /tomcat/trunk/webapps/examples/WEB-INF: classes/websocket/chat/ChatAnnotation.java classes/websocket/chat/ChatWebSocketServlet.java web.xml

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 22:24:28 2012 New Revision: 1424176 URL: http://svn.apache.org/viewvc?rev=1424176&view=rev Log: Switch the chat WebSocket example to the new API. Added: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java (with props) Removed:

svn commit: r1424175 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsProtocolHandler.java

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 22:23:50 2012 New Revision: 1424175 URL: http://svn.apache.org/viewvc?rev=1424175&view=rev Log: If the client drops the connection, tell the server the connection is closed. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsProtocolHandler.java Modified

svn commit: r1424173 - /tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 22:22:59 2012 New Revision: 1424173 URL: http://svn.apache.org/viewvc?rev=1424173&view=rev Log: More NPE avoidance Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodM

svn commit: r1424171 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: AbstractProcessor.java AbstractServletInputStream.java

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 22:22:36 2012 New Revision: 1424171 URL: http://svn.apache.org/viewvc?rev=1424171&view=rev Log: onDataAvailable() can't throw an IOE (and the user may swallow it anyway) so ensure that when the connection needs to be closed it really is closed. Modified: tomcat

buildbot success in ASF Buildbot on tomcat-trunk

2012-12-19 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3660 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1424068 - in /tomcat/trunk/test/org/apache: catalina/websocket/ tomcat/websocket/TestUtf8.java tomcat/websocket/TestWebSocket.java

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 20:04:21 2012 New Revision: 1424068 URL: http://svn.apache.org/viewvc?rev=1424068&view=rev Log: Move the WebSocket unit tests to the new package location. Added: tomcat/trunk/test/org/apache/tomcat/websocket/TestUtf8.java - copied, changed from r1424057,

svn commit: r1424066 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java

2012-12-19 Thread markt
Author: markt Date: Wed Dec 19 20:02:04 2012 New Revision: 1424066 URL: http://svn.apache.org/viewvc?rev=1424066&view=rev Log: WebSocket 1.0 implementation part 17 of many Improve the handling of fragmented messages Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrame.java Modifie

[Bug 54330] New: Patch with some refactoring of Member.java

2012-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Bug ID: 54330 Summary: Patch with some refactoring of Member.java Product: Tomcat 8 Version: trunk Hardware: Macintosh Status: NEW Severity: enhancement P