Bug report for Taglibs [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2013/08/18]

2013-08-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Loading drivers from outside server lib/

2013-08-18 Thread Romain Manni-Bucau
Hi I proposed it too some times ago ( http://tomcat.10.x6.nabble.com/pooledconnection-amp-tccl-td4985466.html). Side note: we made it working in tomee since several versions using resources.xml but the point is because of the way jdbc drivers work you can't really prevent mem leaks when a server

[Bug 55444] Support JDBC Drivers outside of tomcat/lib/

2013-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55444 Mark Thomas changed: What|Removed |Added Component|Catalina|jdbc-pool Version|trunk

Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Raymond Auge
Hello everyone, My name is Raymond Auge and this is my first message to the list. Hopefully I follow protocol correctly. Let me know if I don't. org.apache.jasper.Constants.IS_SECURITY_ENABLED is a global (static final) constant. As such it is evaluated exactly once. Since Jasper is typic

[Bug 55446] New: static final boolean org.apache.jasper.Constants.IS_SECURITY_ENABLED results in erroneous state when security is enabled dynamically

2013-08-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 Bug ID: 55446 Summary: static final boolean org.apache.jasper.Constants.IS_SECURITY_ENABLED results in erroneous state when security is enabled dynamically

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Raymond Auge
I've filed a bugs: https://java.net/jira/browse/JSP-37 https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 On Sun, Aug 18, 2013 at 12:15 PM, Raymond Auge wrote: > Hello everyone, > > My name is Raymond Auge and this is my first message to the list. > Hopefully I follow protocol correctly.

[Bug 55446] static final boolean org.apache.jasper.Constants.IS_SECURITY_ENABLED results in erroneous state when security is enabled dynamically

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

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Mark Thomas
On 18/08/2013 17:34, Raymond Auge wrote: > I've filed a bugs: > > https://java.net/jira/browse/JSP-37 > https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 And I have closed the Tomcat one as invalid. > On Sun, Aug 18, 2013 at 12:15 PM, Raymond Auge > wrote: >> Since Jasper is typically pr

svn commit: r1515191 - in /tomcat/trunk: java/org/apache/tomcat/websocket/server/ res/findbugs/ test/org/apache/tomcat/websocket/server/

2013-08-18 Thread markt
Author: markt Date: Sun Aug 18 18:14:36 2013 New Revision: 1515191 URL: http://svn.apache.org/r1515191 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55434 Ensure only duplicate parameters rather than duplicate segements trigger an error. Modified: tomcat/trunk/java/org/apache/t

[Bug 55434] The path /foo/a/a/bar causes IllegalArgumentException when WsServerContainer creates UriTemplate

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

svn commit: r1515192 - in /tomcat/tc7.0.x/trunk/modules/websocket: ./ java/org/apache/tomcat/websocket/server/LocalStrings.properties java/org/apache/tomcat/websocket/server/UriTemplate.java test/org/

2013-08-18 Thread markt
Author: markt Date: Sun Aug 18 18:19:28 2013 New Revision: 1515192 URL: http://svn.apache.org/r1515192 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55434 Ensure only duplicate parameters rather than duplicate segments trigger an error. Modified: tomcat/tc7.0.x/trunk/modules/we

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Raymond Auge
On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: > On 18/08/2013 17:34, Raymond Auge wrote: > > I've filed a bugs: > > > > https://java.net/jira/browse/JSP-37 > > https://issues.apache.org/bugzilla/show_bug.cgi?id=55446 > > And I have closed the Tomcat one as invalid. > > > On Sun, Aug 18, 201

Re: Constants.IS_SECURITY_ENABLED

2013-08-18 Thread Mark Thomas
On 18/08/2013 20:06, Raymond Auge wrote: > On Sun, Aug 18, 2013 at 1:59 PM, Mark Thomas wrote: >> Web applications have no business trying to configure a security >> manager. First of all this is a container concern, not an application >> concern. Secondly, a security manager applies JVM wide. An

[GUMP@vmgump]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2013-08-18 Thread bobh
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 jakarta-tomcat-jasper_tc5 has an issue affecting its community integratio

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

2013-08-18 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-tc7.0.x-validate has an issue affecting its community integration.

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

2013-08-18 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 has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2013-08-18 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-tc7.0.x-test has an issue affecting its community integration. This

[jira] [Created] (MTOMCAT-233) 404 links at http://tomcat.apache.org/maven-plugin-2.0/modules.html

2013-08-18 Thread Pavel Tarouts (JIRA)
Pavel Tarouts created MTOMCAT-233: - Summary: 404 links at http://tomcat.apache.org/maven-plugin-2.0/modules.html Key: MTOMCAT-233 URL: https://issues.apache.org/jira/browse/MTOMCAT-233 Project: Apache

svn commit: r1515282 - /tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/echo/WsConfigListener.java

2013-08-18 Thread markt
Author: markt Date: Mon Aug 19 06:35:58 2013 New Revision: 1515282 URL: http://svn.apache.org/r1515282 Log: Remove dependency on Tomcat internals from examples. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/echo/WsConfigListener.java Modified: tomcat/trunk/webapps/examp

svn commit: r1515286 - /tomcat/trunk/webapps/docs/web-socket-howto.xml

2013-08-18 Thread markt
Author: markt Date: Mon Aug 19 06:48:36 2013 New Revision: 1515286 URL: http://svn.apache.org/r1515286 Log: Fix typos Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs