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:
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
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
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
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
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,
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
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