[Bug 54630] New: Broken condition in sources.jsp

2013-03-03 Thread bugzilla
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

svn commit: r1452049 - in /tomcat/trunk: java/org/apache/catalina/websocket/ java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/

2013-03-03 Thread markt
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

svn commit: r1452053 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2013-03-03 Thread markt
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

svn commit: r1452057 - in /tomcat/trunk/test/org/apache/tomcat: util/buf/TestUtf8.java websocket/TestUtf8.java

2013-03-03 Thread markt
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/

[Bug 54630] Broken condition in sources.jsp

2013-03-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54630 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS)

2013-03-03 Thread bugzilla
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

svn commit: r1452152 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-03 Thread markt
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

svn commit: r1452159 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8.java test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-03 Thread markt
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

svn commit: r1452162 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8Extended.java

2013-03-03 Thread markt
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

[Bug 54631] New: @PathParam is not working with @OnMessage

2013-03-03 Thread bugzilla
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: