[Bug 54277] FilterRegistration wrong order

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54277 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1069 - /dev/tomcat/tomcat-7/v7.0.34/ /release/tomcat/tomcat-7/v7.0.34/

2012-12-11 Thread markt
Author: markt Date: Tue Dec 11 09:16:43 2012 New Revision: 1069 Log: Release 7.0.34 Added: release/tomcat/tomcat-7/v7.0.34/ - copied from r1068, dev/tomcat/tomcat-7/v7.0.34/ Removed: dev/tomcat/tomcat-7/v7.0.34/ -

svn commit: r1069 - /dev/tomcat/tomcat-7/v7.0.34/ /release/tomcat/tomcat-7/v7.0.34/

2012-12-11 Thread markt
Author: markt Date: Tue Dec 11 09:16:43 2012 New Revision: 1069 Log: Release 7.0.34 Added: release/tomcat/tomcat-7/v7.0.34/ - copied from r1068, dev/tomcat/tomcat-7/v7.0.34/ Removed: dev/tomcat/tomcat-7/v7.0.34/ -

[Bug 54277] FilterRegistration wrong order

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54277 --- Comment #4 from psf...@clustertech.com --- FYI posted in Jetty Bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=396253 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 54278] New: Nested quotes inside a quoted log element aren't escaped

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54278 Bug ID: 54278 Summary: Nested quotes inside a quoted log element aren't escaped Product: Tomcat 7 Version: 7.0.33 Hardware: PC OS: Mac OS X 10.4

[Bug 54278] Nested quotes inside a quoted log element aren't escaped

2012-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54278 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1420198 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Constants.java WsFrame.java WsPingMessage.java WsProtocolHandler.java WsSession.java

2012-12-11 Thread markt
Author: markt Date: Tue Dec 11 14:37:37 2012 New Revision: 1420198 URL: http://svn.apache.org/viewvc?rev=1420198&view=rev Log: WebSocket 1.0 implementation part 10 of many WsSession only needs to support one message handler of each type so store each individually rather than in a HashSet. Add the

svn commit: r1420250 - /tomcat/maven-plugin/trunk/pom.xml

2012-12-11 Thread olamy
Author: olamy Date: Tue Dec 11 16:19:49 2012 New Revision: 1420250 URL: http://svn.apache.org/viewvc?rev=1420250&view=rev Log: tomcat7 use 7.0.34 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/tru

svn commit: r1420446 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ webapps/examples/WEB-INF/classes/websocket/echo/

2012-12-11 Thread markt
Author: markt Date: Tue Dec 11 21:59:06 2012 New Revision: 1420446 URL: http://svn.apache.org/viewvc?rev=1420446&view=rev Log: WebSocket 1.0 implementation part 11 of many Fix s/ping/pong/ in the API. pings are automatically responded to with pongs. Apps send ping and receive pongs. (Sending unso