svn commit: r1452707 - /tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 09:17:06 2013 New Revision: 1452707 URL: http://svn.apache.org/r1452707 Log: Remove debug code Modified: tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java URL:

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

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 10:17:05 2013 New Revision: 1452717 URL: http://svn.apache.org/r1452717 Log: Move remaining tests to new framework. Remove old tests. Removed: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java Modified:

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

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 10:17:52 2013 New Revision: 1452718 URL: http://svn.apache.org/r1452718 Log: Rename now this is the only UTF-8 test Added: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java - copied, changed from r1452717,

svn commit: r1452719 - /tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 10:18:19 2013 New Revision: 1452719 URL: http://svn.apache.org/r1452719 Log: Update for rename Modified: tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestInputBuffer.java URL:

svn commit: r1452721 - /tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 10:23:47 2013 New Revision: 1452721 URL: http://svn.apache.org/r1452721 Log: Remove one deprecated and one unused method Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Modified:

[Bug 54602] B2CConverter character decode underflow leaves bytes in buffer

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54602 --- Comment #8 from Mark Thomas ma...@apache.org --- Thanks again for this bug report. It promoted me to take a much closer look at UTF-8 decoding and I found a number of edge cases in both URI processing and request body processing. trunk

[Tomcat Wiki] Update of FAQ/Monitoring by DmytroMrachkovskyi

2013-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The FAQ/Monitoring page has been changed by DmytroMrachkovskyi: http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diffrev1=11rev2=12 = External Monitoring Tools = -

svn commit: r1452745 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/websocket/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/websocket/ test/org/apache/tomcat/util/buf/ webapps/docs/

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 11:28:45 2013 New Revision: 1452745 URL: http://svn.apache.org/r1452745 Log: Update UTF-8 decoder used by WebSocket connections. Added: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/Utf8Decoder.java - copied unchanged from r1452294,

svn commit: r1452752 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 12:01:20 2013 New Revision: 1452752 URL: http://svn.apache.org/r1452752 Log: Correct comment. Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java URL:

svn commit: r1452756 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 12:05:38 2013 New Revision: 1452756 URL: http://svn.apache.org/r1452756 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54602 Ensure URI converter is recycled in case of error in previous conversion Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54638] New: /manager/status?XML=true

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54638 Bug ID: 54638 Summary: /manager/status?XML=true Product: Tomcat 7 Version: 7.0.37 Hardware: PC OS: Windows XP Status: NEW Severity: minor

buildbot failure in ASF Buildbot on tomcat-trunk

2013-03-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/4027 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Closed] (MTOMCAT-213) Problem : Dynamic Host Binding In Tomcat 7.0.35

2013-03-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-213. -- Resolution: Not A Problem Assignee: Olivier Lamy (*$^¨%`£) Issue

svn commit: r1452791 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/naming/resources/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/websocket/ test/org/

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 13:41:19 2013 New Revision: 1452791 URL: http://svn.apache.org/r1452791 Log: Refactor encoding/decoding to use NIO Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

svn commit: r1452797 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/tomcat/util/buf/ test/org/apache/catalina/connector/ test/org/apache/catalina/websocket/ test/or

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 14:04:57 2013 New Revision: 1452797 URL: http://svn.apache.org/r1452797 Log: Switch to Tomcat's internal UTF-8 decoder for URIs and request bodies. Improve handling of trailing invalid byte sequences. Replace rather than fail for invalid URIs. Added:

[Bug 54602] B2CConverter character decode underflow leaves bytes in buffer

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54602 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-03-05 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1088 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1452824 - in /tomcat/trunk: java/javax/websocket/ java/javax/websocket/server/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/se

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 14:55:56 2013 New Revision: 1452824 URL: http://svn.apache.org/r1452824 Log: Refactoring towards v014 API (not yet complete) Added: tomcat/trunk/java/javax/websocket/ClientEndpointConfig.java - copied, changed from r1452204,

[Tomcat Wiki] Trivial Update of LeolaK17 by LeolaK17

2013-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The LeolaK17 page has been changed by LeolaK17: http://wiki.apache.org/tomcat/LeolaK17 New page: Free Minecraft. How to get [[http://Www.getminecraftfree.info/|free minecraft]]!BR

[Tomcat Wiki] Update of LocalBadContent by ChuckCaldarale

2013-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The LocalBadContent page has been changed by ChuckCaldarale: http://wiki.apache.org/tomcat/LocalBadContent?action=diffrev1=76rev2=77 freewebpages\.org freewebsitehosting\.com

buildbot success in ASF Buildbot on tomcat-trunk

2013-03-05 Thread buildbot
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/4028 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1452863 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 15:50:03 2013 New Revision: 1452863 URL: http://svn.apache.org/r1452863 Log: Refactoring towards v014 API (not yet complete) Removed: tomcat/trunk/java/javax/websocket/ClientEndpointConfigurationBuilder.java

svn commit: r1452866 - in /tomcat/trunk: java/javax/websocket/Decoder.java java/javax/websocket/Encoder.java test/org/apache/tomcat/websocket/TestUtil.java

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 15:55:26 2013 New Revision: 1452866 URL: http://svn.apache.org/r1452866 Log: Refactoring towards v014 API (not yet complete) Modified: tomcat/trunk/java/javax/websocket/Decoder.java tomcat/trunk/java/javax/websocket/Encoder.java

svn commit: r1452873 - in /tomcat/trunk: java/javax/websocket/ java/javax/websocket/server/ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ test/org/apache/tomcat/websocket/

2013-03-05 Thread markt
Author: markt Date: Tue Mar 5 16:12:30 2013 New Revision: 1452873 URL: http://svn.apache.org/r1452873 Log: Refactoring towards v014 API (not yet complete) Modified: tomcat/trunk/java/javax/websocket/ClientEndpointConfig.java

Re: OT: No web-jsptaglibrary_2_2.xsd?

2013-03-05 Thread Nick Williams
On Mar 2, 2013, at 12:48 PM, Christopher Schultz wrote: Nick, Sorry for the delayed reply. I've been sick and was way behind on emails. On 3/1/13 9:29 PM, Nick Williams wrote: Perusing the Tomcat sources I noticed that there are JSP tag library XSD files web-jsptaglibrary_1_1.xsd,

[jira] [Commented] (MTOMCAT-213) Problem : Dynamic Host Binding In Tomcat 7.0.35

2013-03-05 Thread Konstantin Kolinko (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594056#comment-13594056 ] Konstantin Kolinko commented on MTOMCAT-213: Usage questions should NOT be

svn commit: r1453105 - /tomcat/trunk/java/org/apache/catalina/manager/StatusTransformer.java

2013-03-05 Thread kkolinko
Author: kkolinko Date: Wed Mar 6 00:40:04 2013 New Revision: 1453105 URL: http://svn.apache.org/r1453105 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54638 The status page of manager webapp was reporting wrong value for Used memory in XML mode. Modified:

svn commit: r1453106 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/StatusTransformer.java webapps/docs/changelog.xml

2013-03-05 Thread kkolinko
Author: kkolinko Date: Wed Mar 6 00:48:45 2013 New Revision: 1453106 URL: http://svn.apache.org/r1453106 Log: Merged revision 1453105 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54638 The status page of manager webapp was reporting wrong value for Used memory in

[Bug 54638] /manager/status?XML=true

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54638 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1453112 - in /tomcat/trunk/webapps/manager: status.xsd xform.xsl

2013-03-05 Thread kkolinko
Author: kkolinko Date: Wed Mar 6 01:08:51 2013 New Revision: 1453112 URL: http://svn.apache.org/r1453112 Log: Fix several issues with the schema, aligning it with actual output generated by StatusTransformer class. 1. Add memorypool element to status.xsd schema. 2. There is no minSpareThreads

svn commit: r1453119 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/manager/status.xsd webapps/manager/xform.xsl

2013-03-05 Thread kkolinko
Author: kkolinko Date: Wed Mar 6 01:38:50 2013 New Revision: 1453119 URL: http://svn.apache.org/r1453119 Log: Merged revision 1453112 from tomcat/trunk: Fix several issues with the schema, aligning it with actual output generated by StatusTransformer class. 1. Add memorypool element to

svn commit: r1453156 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/sql/DataSourceWrapper.java

2013-03-05 Thread jboynes
Author: jboynes Date: Wed Mar 6 03:18:35 2013 New Revision: 1453156 URL: http://svn.apache.org/r1453156 Log: add new JDBC method to support building with Java7 but don't actually change version Modified:

[Bug 54638] /manager/status?XML=true

2013-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54638 --- Comment #2 from luca andreoli sonyg...@gmail.com --- Thank you Konstantin!!! -- You are receiving this mail because: You are the assignee for the bug. - To