https://issues.apache.org/bugzilla/show_bug.cgi?id=54630
Bug ID: 54630
Summary: Broken condition in sources.jsp
Product: Tomcat 7
Version: 7.0.35
Hardware: All
OS: All
Status: NEW
Severity: normal
Author: markt
Date: Sun Mar 3 14:57:44 2013
New Revision: 1452049
URL: http://svn.apache.org/r1452049
Log:
Move the Apache Harmony based UTF-8 decoder from the JSR356 web socket
implementation to the util package. Point the pre-JSR356 web socket
implementation to use the newly copied UTF-8 deco
Author: markt
Date: Sun Mar 3 15:17:11 2013
New Revision: 1452053
URL: http://svn.apache.org/r1452053
Log:
Structure 101. Reduce a circular package dependency.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java
Modified: tomcat/trunk/java/org/apache/catalina/core/Contai
Author: markt
Date: Sun Mar 3 15:53:59 2013
New Revision: 1452057
URL: http://svn.apache.org/r1452057
Log:
Move the unit test to the same package as the class it is testing
Added:
tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java
- copied, changed from r1452049,
tomcat/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=54630
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54618
--- Comment #7 from Jens Borgland ---
My thought was to make it easy for both developers and, more importantly,
admins to enable HSTS without having to write or compile code. The actual
implementation itself is quite trivial but I think tha
Author: markt
Date: Sun Mar 3 23:07:28 2013
New Revision: 1452152
URL: http://svn.apache.org/r1452152
Log:
Start of a new framework for UTF-8 testing. I have discovered that the correct
replacement behaviour (that we want to use for URIs) has many, many edge cases.
This class should make it eas
Author: markt
Date: Mon Mar 4 00:50:02 2013
New Revision: 1452159
URL: http://svn.apache.org/r1452159
Log:
Add a reference to the relevant specification.
Add some more UTF-8 tests along with a few associated fixes to my tweaks to the
Harmony UTF-8 decoder on replace.
Move a test from the old to
Author: markt
Date: Mon Mar 4 00:56:09 2013
New Revision: 1452162
URL: http://svn.apache.org/r1452162
Log:
Add final zero padding test
Associated fix to my tweaks to Harmony's decoder
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Decoder.java
tomcat/trunk/test/org/apache/tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=54631
Bug ID: 54631
Summary: @PathParam is not working with @OnMessage
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity:
10 matches
Mail list logo