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
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
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
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
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
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/
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55126
Niki Dokovski changed:
What|Removed |Added
Attachment #30468|0 |1
is patch|
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
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
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
[
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
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:/
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
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/
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55126
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55122
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55127
Niki Dokovski changed:
What|Removed |Added
Attachment #30470|0 |1
is patch|
24 matches
Mail list logo