https://issues.apache.org/bugzilla/show_bug.cgi?id=54277
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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/
-
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/
-
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.
---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=54278
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
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
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
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