[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 --- Comment #10 from Arthur Fiedler --- Per comment #9's mention of #2 I ran into this issue with the class loader before, I believe what I was doing was accessing EL 3.0 classes directly in the context initialize listener and it could not

[Bug 57287] Sort files listed by DefaultServlet

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287 --- Comment #5 from Konstantin Kolinko --- 1. The code have to pass checkstyle rules (see BUILDING.txt on details on how enable checkstyle). One of rules: no ".*" imports. 2. I thought of using the same parameters as Apache HTTPD, They use

[Bug 57287] Sort files listed by DefaultServlet

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287 --- Comment #4 from Oleg Trokhov --- Hi. I added patch with some changes in DefaultServlet. Now by default sorting is Alphabetic ascending, directory first.User can add parameters to http request to configure sorting: 1. http://localhost:80

[Bug 57287] Sort files listed by DefaultServlet

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287 --- Comment #3 from Oleg Trokhov --- Created attachment 32248 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32248&action=edit Bug_57287 patch -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57283] Web Services accessible in browser but not opening in Soap UI

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283 Chuck Caldarale changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57283] Web Services accessible in browser but not opening in Soap UI

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283 Rajdeep Raut changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 55609] c:forEach loop on integer range consumes unnecessary heap space in proportion to value for "end"

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55609 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57290] PermittedTaglibsTLV does not reject unspecified tags in JSP Documents

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57290 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1642801 - in /tomcat/taglibs/standard/trunk/spec: ./ src/main/java/javax/servlet/jsp/jstl/tlv/ src/test/ src/test/java/ src/test/java/javax/ src/test/java/javax/servlet/ src/test/java/jav

2014-12-01 Thread jboynes
Author: jboynes Date: Tue Dec 2 05:09:47 2014 New Revision: 1642801 URL: http://svn.apache.org/r1642801 Log: Cleanup warnings and add test for issue 57290 Added: tomcat/taglibs/standard/trunk/spec/src/test/ tomcat/taglibs/standard/trunk/spec/src/test/java/ tomcat/taglibs/standard/tru

[Bug 51580] Severe error deploying WAR application (ExpandWar error)

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580 Chuck Caldarale changed: What|Removed |Added URL|public_html/jSearchEngine.w | |ar

[Bug 51580] Severe error deploying WAR application (ExpandWar error)

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51580 Ankur changed: What|Removed |Added URL||public_html/jSearchEngine.w

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2014-12-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2014-12-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-nio2 has an issue affecting its community integration

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2014-12-01 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-validate has an issue affecting its community integration.

svn commit: r1642773 - in /tomcat/trunk/java/org/apache/tomcat/websocket: WsFrameBase.java WsRemoteEndpointImplBase.java

2014-12-01 Thread remm
Author: remm Date: Mon Dec 1 22:35:30 2014 New Revision: 1642773 URL: http://svn.apache.org/r1642773 Log: Move the offending code to the server. Avoid sending a message when nothing has actually been written. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java tomca

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #3 from Christopher Schultz --- Any other environmental notes? For instance, are you running on bare metal or in a virtualized environment? -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #7 from Christopher Schultz --- Any reason not to have code available that does (2) but in a lazy way? That is, a utility method that can do the work to produce the result and also cache the value in the request in case it's req

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #6 from Mark Thomas --- I've fixed the issue identified in 1. Regarding 2, that would cause the code to be executed for every request when it is only likely to be used for a small percentage. 3 makes sense if we do 2 but I don

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

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 21:58:05 2014 New Revision: 1642766 URL: http://svn.apache.org/r1642766 Log: Use correct character set when decoding kkolinko's review of fix for BZ 57215 Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apa

Re: svn commit: r1642721 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread Rémy Maucherat
2014-12-01 22:00 GMT+01:00 Mark Thomas : > This is an improvement since it is not just the scheme, host and port > but it still reflects the connection being made to WebSocket rather than > the Origin of the request. I don't see how the WebSocketContainer can > possibly determine what the origin i

[Bug 57135] ImportHandler shall ignore non-public classes

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57135 --- Comment #3 from Mark Thomas --- https://java.net/jira/browse/UEL-41 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mai

[Bug 57238] Updated SSL/TLS information for Tomcat 8/9

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57238 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving th

Re: svn commit: r1642722 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-12-01 Thread Mark Thomas
On 01/12/2014 21:09, Rémy Maucherat wrote: > 2014-12-01 21:44 GMT+01:00 Mark Thomas : > >> On 01/12/2014 17:56, r...@apache.org wrote: >>> Author: remm >>> Date: Mon Dec 1 17:56:10 2014 >>> New Revision: 1642722 >>> >>> URL: http://svn.apache.org/r1642722 >>> Log: >>> Don't call onMessage on whol

Re: svn commit: r1642722 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-12-01 Thread Rémy Maucherat
2014-12-01 21:44 GMT+01:00 Mark Thomas : > On 01/12/2014 17:56, r...@apache.org wrote: > > Author: remm > > Date: Mon Dec 1 17:56:10 2014 > > New Revision: 1642722 > > > > URL: http://svn.apache.org/r1642722 > > Log: > > Don't call onMessage on whole empty messages. > > What is the justification

Re: svn commit: r1642721 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread Mark Thomas
On 01/12/2014 17:55, r...@apache.org wrote: > Author: remm > Date: Mon Dec 1 17:55:07 2014 > New Revision: 1642721 > > URL: http://svn.apache.org/r1642721 > Log: > Try a better origin header. This is an improvement since it is not just the scheme, host and port but it still reflects the connecti

svn commit: r1642750 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 20:51:24 2014 New Revision: 1642750 URL: http://svn.apache.org/r1642750 Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

Re: svn commit: r1642722 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-12-01 Thread Mark Thomas
On 01/12/2014 17:56, r...@apache.org wrote: > Author: remm > Date: Mon Dec 1 17:56:10 2014 > New Revision: 1642722 > > URL: http://svn.apache.org/r1642722 > Log: > Don't call onMessage on whole empty messages. What is the justification for this? RFC 6455 permits zero length messages. There is

svn commit: r1642740 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread remm
Author: remm Date: Mon Dec 1 19:29:48 2014 New Revision: 1642740 URL: http://svn.apache.org/r1642740 Log: Use a StringBuilder instead. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContai

Re: Moderators wanted

2014-12-01 Thread Felix Schumacher
Am 1. Dezember 2014 16:56:17 MEZ, schrieb Mark Thomas : >Hi, > >I've been reviewing the moderators for our various lists and if I >ignore >the no longer active ones we are below the 3 moderators the ASF likes >to >have on a number of lists. > >Therefore, can I have some volunteers for the followi

Re: svn commit: r1642721 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread Martin Grigorov
Hi, On Mon, Dec 1, 2014 at 6:55 PM, wrote: > Author: remm > Date: Mon Dec 1 17:55:07 2014 > New Revision: 1642721 > > URL: http://svn.apache.org/r1642721 > Log: > Try a better origin header. > > Modified: > tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java > > Modified

[Bug 57215] Regression in Tomcat 7.0.54 after Bug 56501 with urls starting with //

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 --- Comment #5 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #4) > > Regarding the fragility of canonicalContextPath.equals(candidate), better > suggestions welcome. The code that was added to Request class is located

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 --- Comment #2 from Tom Fitzhenry --- I observed the 15ms precision on Windows Server 2012 R2, the latest MS server edition. Sorry, I should have mentioned that in the description. -- You are receiving this mail because: You are the assi

[Bug 56966] AccessLogValve's elapsed time has 15ms precision on Windows

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56966 Konstantin Kolinko changed: What|Removed |Added OS||All Severity|normal

[Bug 55884] JSPs no longer compile in Java 8

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Konstantin Kolinko changed: What|Removed |Added Status|VERIFIED|CLOSED -- You are receiving

svn commit: r1642723 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsRemoteEndpointImplBase.java pojo/PojoMessageHandlerBase.java

2014-12-01 Thread remm
Author: remm Date: Mon Dec 1 17:57:30 2014 New Revision: 1642723 URL: http://svn.apache.org/r1642723 Log: Enforce ping/pong size limit. Relax exception handling (it seems all encode exceptions should be caught and processed through onError). Modified: tomcat/trunk/java/org/apache/tomcat/web

svn commit: r1642721 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2014-12-01 Thread remm
Author: remm Date: Mon Dec 1 17:55:07 2014 New Revision: 1642721 URL: http://svn.apache.org/r1642721 Log: Try a better origin header. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContain

svn commit: r1642722 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2014-12-01 Thread remm
Author: remm Date: Mon Dec 1 17:56:10 2014 New Revision: 1642722 URL: http://svn.apache.org/r1642722 Log: Don't call onMessage on whole empty messages. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBas

Re: Behavior and default config for JULI AsyncFileHandler

2014-12-01 Thread Konstantin Kolinko
2014-12-01 14:01 GMT+03:00 Mark Thomas : > On 29/11/2014 16:49, Rainer Jung wrote: >> Since Tomcat 8 our JULI config uses AsyncFileHandler by default. >> >> The default config of AsyncFileHandler allows log records to be dropped >> once the log queue gets full. I'd say this is not a sane default an

buildbot success in ASF Buildbot on tomcat-trunk

2014-12-01 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/712 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchSchedul

[Bug 57287] Sort files listed by DefaultServlet

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287 --- Comment #2 from Christopher Schultz --- I also think that sorting should be optional and not enabled by default: large directories could be problematic for performance and memory usage. Or maybe there could be a setting that doesn't so

[Bug 57287] Sort files listed by DefaultServlet

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57287 --- Comment #1 from Christopher Schultz --- +1 to "dirs first" Arguments can be had about whether or not sorting should be done case-sensitive of case-insensitive. -- You are receiving this mail because: You are the assignee for the bug.

Re: Moderators wanted

2014-12-01 Thread Martin Grigorov
Hi, On Mon, Dec 1, 2014 at 4:56 PM, Mark Thomas wrote: > Hi, > > I've been reviewing the moderators for our various lists and if I ignore > the no longer active ones we are below the 3 moderators the ASF likes to > have on a number of lists. > > Therefore, can I have some volunteers for the foll

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-12-01 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/411 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

Moderators wanted

2014-12-01 Thread Mark Thomas
Hi, I've been reviewing the moderators for our various lists and if I ignore the no longer active ones we are below the 3 moderators the ASF likes to have on a number of lists. Therefore, can I have some volunteers for the following lists: users@tomcat.a.o- Need two moderators dev@tomct.a.o

[Bug 57283] Web Services accessible in browser but not opening in Soap UI

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57283 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1642702 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java webapps/docs/changelog.xml

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 15:19:56 2014 New Revision: 1642702 URL: http://svn.apache.org/r1642702 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Fix ServletContext.getContext() when parallel deployment is in use. Modified: tomcat/tc7.0.x/trunk/ (props changed) to

svn commit: r1642701 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/core/TestApplicationContext.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 15:18:04 2014 New Revision: 1642701 URL: http://svn.apache.org/r1642701 Log: Be explicit about webapp version Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/core/TestApplicationContext.java Propchange: tomca

svn commit: r1642699 - /tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 15:17:36 2014 New Revision: 1642699 URL: http://svn.apache.org/r1642699 Log: Be explicit about webapp version Modified: tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestApplicationCo

svn commit: r1642698 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java webapps/docs/changelog.xml

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 14:58:44 2014 New Revision: 1642698 URL: http://svn.apache.org/r1642698 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Fix ServletContext.getContext() when parallel deployment is in use. Modified: tomcat/tc8.0.x/trunk/ (props changed) to

svn commit: r1642697 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 14:54:51 2014 New Revision: 1642697 URL: http://svn.apache.org/r1642697 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Fix ServletContext.getContext() when parallel deployment is in use. Modified: tomcat/trunk/java/org/apache/catalina/core/App

[Bug 57180] CorsFilter does not support PATCH method

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 --- Comment #4 from Frank Kline --- Fantastic! Thanks, Mark. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsu

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

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 13:29:47 2014 New Revision: 1642680 URL: http://svn.apache.org/r1642680 Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java URL: ht

svn commit: r1642679 - /tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 13:23:50 2014 New Revision: 1642679 URL: http://svn.apache.org/r1642679 Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Add a test case with current failures commented out Modified: tomcat/trunk/test/org/apache/catalina/core/TestApplicationContext.

buildbot failure in ASF Buildbot on tomcat-trunk

2014-12-01 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/710 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchScheduler

Re: svn commit: r1642360 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Constants.java LocalStrings.properties TransformationFactory.java WsWebSocketContainer.java server/UpgradeUtil.java server

2014-12-01 Thread Rémy Maucherat
2014-12-01 11:19 GMT+01:00 Mark Thomas : > On 28/11/2014 20:33, r...@apache.org wrote: > > Author: remm > > Date: Fri Nov 28 20:33:20 2014 > > New Revision: 1642360 > > > > URL: http://svn.apache.org/r1642360 > > Log: > > - Use the extensions specified by the configuration (and ignore if there > a

buildbot exception in ASF Buildbot on tomcat-7-trunk

2014-12-01 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/410 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranc

[Bug 57180] CorsFilter does not support PATCH method

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1642671 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 11:56:14 2014 New Revision: 1642671 URL: http://svn.apache.org/r1642671 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Don't limit HTTP methods to those defined in RFC 7231. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

svn commit: r1642670 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 11:52:58 2014 New Revision: 1642670 URL: http://svn.apache.org/r1642670 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Don't limit HTTP methods to those defined in RFC 7231. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/

svn commit: r1642669 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 11:49:04 2014 New Revision: 1642669 URL: http://svn.apache.org/r1642669 Log: Remove the deprecated code Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java URL: http://

svn commit: r1642668 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2014-12-01 Thread markt
Author: markt Date: Mon Dec 1 11:48:36 2014 New Revision: 1642668 URL: http://svn.apache.org/r1642668 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Don't limit HTTP methods to those defined in RFC 7231. Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.ja

Re: Behavior and default config for JULI AsyncFileHandler

2014-12-01 Thread Mark Thomas
On 29/11/2014 16:49, Rainer Jung wrote: > Since Tomcat 8 our JULI config uses AsyncFileHandler by default. > > The default config of AsyncFileHandler allows log records to be dropped > once the log queue gets full. I'd say this is not a sane default and > suggest that we switch the default to the

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #2 from Mark Thomas --- Happy to leave this closed but I wanted to add the following comments: 1. If the transformation attempts to make a change that would trigger something in the annotation scanning then that change is going

[Bug 57281] Tomcat fails to call method of non-public filter class configured via Servlet 3.0 API when running with SecurityManager

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57281 Andy Wilkinson changed: What|Removed |Added CC||awilkin...@pivotal.io

Re: svn commit: r1642360 - in /tomcat/trunk/java/org/apache/tomcat/websocket: Constants.java LocalStrings.properties TransformationFactory.java WsWebSocketContainer.java server/UpgradeUtil.java server

2014-12-01 Thread Mark Thomas
On 28/11/2014 20:33, r...@apache.org wrote: > Author: remm > Date: Fri Nov 28 20:33:20 2014 > New Revision: 1642360 > > URL: http://svn.apache.org/r1642360 > Log: > - Use the extensions specified by the configuration (and ignore if there are > no associated transformations). I can see how this w