svn commit: r1495327 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationServletRegistration.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 08:34:25 2013 New Revision: 1495327 URL: http://svn.apache.org/r1495327 Log: Fix indent Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationServletRegistration.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationServletRegistratio

svn commit: r1495341 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 09:24:16 2013 New Revision: 1495341 URL: http://svn.apache.org/r1495341 Log: Refactor and address some TODOs. Should be no functional change. Make code easier to follow and more obviously aligned to the specification. Removing the to be overwritten patterns will resu

svn commit: r1495374 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 10:33:52 2013 New Revision: 1495374 URL: http://svn.apache.org/r1495374 Log: Add some more tests for denial of uncovered HTTP methods. Remove some duplicate code. Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java Modified: tomcat/tru

[Bug 55125] New: Tomcat does not shut down if LifecycleListener throws an exception

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55125 Bug ID: 55125 Summary: Tomcat does not shut down if LifecycleListener throws an exception Product: Tomcat 7 Version: 7.0.41 Hardware: PC OS: Linux

svn commit: r1495407 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 12:23:43 2013 New Revision: 1495407 URL: http://svn.apache.org/r1495407 Log: Read response bodies for error responses as well as non-error responses. Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modified: tomcat/trunk/test/org/apa

svn commit: r1495414 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java test/org/apache/catalina/core/TestStandardWrapper.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 12:41:13 2013 New Revision: 1495414 URL: http://svn.apache.org/r1495414 Log: Expand test cases for servlet security annotations to include deny uncovered http methods. Fix the failure identified by violetagg Modified: tomcat/trunk/java/org/apache/catalina/core/

Re: svn commit: r1494915 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/

2013-06-21 Thread Mark Thomas
On 21/06/2013 07:39, Mark Thomas wrote: > Violeta Georgieva wrote: > >> 2013/6/20 >>> >>> Author: markt Date: Thu Jun 20 10:38:49 2013 New Revision: >>> 1494915 >>> >>> URL: http://svn.apache.org/r1494915 Log: Servlet 3.1 Implement >>> the new deny-uncovered-http-methods element in server.xml

[Bug 55126] New: IAE is thrown during deployment of ServerEndPoint having multiple text decoders

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55126 Bug ID: 55126 Summary: IAE is thrown during deployment of ServerEndPoint having multiple text decoders Product: Tomcat 8 Version: trunk Hardware: PC Statu

[Bug 55126] IAE is thrown during deployment of ServerEndPoint having multiple text decoders

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55126 Niki Dokovski changed: What|Removed |Added Attachment #30468|0 |1 is patch|

svn commit: r1495445 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsSession.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 14:05:40 2013 New Revision: 1495445 URL: http://svn.apache.org/r1495445 Log: WebSocket 1.0. Section 2.1.5. Session expiry must be signalled to the local endpoint with a close code of 1006. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.pro

[taglibs] Building Standard

2013-06-21 Thread Henri Yandell
Coming back to this after a while :) Does anyone else get errors when trying to build standard regarding LocaleUtils? /Users/hen/Keep/OSS/apache/tomcat-taglibs/standard/jstlel/src/main/java/org/apache/taglibs/standard/tag/el/fmt/ParseDateTag.java:[25,49] cannot find symbol symbol : class Locale

buildbot failure in ASF Buildbot on tomcat-trunk

2013-06-21 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/4504 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[jira] [Commented] (MTOMCAT-216) tomca7:run fails in multi-module project with overlays

2013-06-21 Thread Petar Tahchiev (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690417#comment-13690417 ] Petar Tahchiev commented on MTOMCAT-216: Actually I had the same problem, before

svn commit: r1495541 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 18:58:40 2013 New Revision: 1495541 URL: http://svn.apache.org/r1495541 Log: Fix broken test Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java URL: http:/

buildbot success in ASF Buildbot on tomcat-trunk

2013-06-21 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/4505 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1495587 - /tomcat/trunk/webapps/docs/jndi-resources-howto.xml

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 20:29:49 2013 New Revision: 1495587 URL: http://svn.apache.org/r1495587 Log: Trailing whitespace Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1495588 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 20:35:58 2013 New Revision: 1495588 URL: http://svn.apache.org/r1495588 Log: WebSocket 1.0. Section 2.1.5. The close message needs to be sent before Endpoint.onClose() is called. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified: t

svn commit: r1495600 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java

2013-06-21 Thread markt
Author: markt Date: Fri Jun 21 21:07:06 2013 New Revision: 1495600 URL: http://svn.apache.org/r1495600 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55126 For methods annotated with @onMessage It is OK for multiple decoders to match a single message parameter It is not OK for multipl

[Bug 55126] IAE is thrown during deployment of ServerEndPoint having multiple text decoders

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55126 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55122] GlobalRequestProcessor "bytesReceived" statistic always is zero

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55122 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot failure in ASF Buildbot on tomcat-trunk

2013-06-21 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/4507 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: [taglibs] Building Standard

2013-06-21 Thread Henri Yandell
Figured out. I was using mvn package rather than mvn install. Too used to simple dependency structures over in Commons. Hen On Fri, Jun 21, 2013 at 7:51 AM, Henri Yandell wrote: > > Coming back to this after a while :) > > Does anyone else get errors when trying to build standard regarding > L

[Bug 55127] New: Encoders init and destroy methods are never called

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55127 Bug ID: 55127 Summary: Encoders init and destroy methods are never called Product: Tomcat 8 Version: trunk Hardware: PC OS: Windows NT Status: NEW S

[Bug 55127] Encoders init and destroy methods are never called

2013-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55127 Niki Dokovski changed: What|Removed |Added Attachment #30470|0 |1 is patch|