svn commit: r757335 - in /tomcat/trunk/java/org/apache/jasper/el: ELContextImpl.java ELResolverImpl.java

2009-03-23 Thread markt
Author: markt Date: Mon Mar 23 07:36:38 2009 New Revision: 757335 URL: http://svn.apache.org/viewvc?rev=757335&view=rev Log: Remove the Catalina dependency from Jasper. Modified: tomcat/trunk/java/org/apache/jasper/el/ELContextImpl.java tomcat/trunk/java/org/apache/jasper/el/ELResolverImp

svn commit: r757337 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-23 Thread markt
Author: markt Date: Mon Mar 23 07:40:12 2009 New Revision: 757337 URL: http://svn.apache.org/viewvc?rev=757337&view=rev Log: Add another (hopefully the last) patch for passing the TCK with a security manager Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt

Re: Obtaining a Unique Connection ID?

2009-03-23 Thread Rainer Jung
Others might have better ideas, but as mentioned in the previous thread, you can forward the remote port with JkEnvVar REMOTE_PORT and retrieve it in Tomcat with request.getAttribute("REMOTE_PORT") Doesn't that work? Regards, Rainer On 23.03.2009 02:43, Michael B Allen wrote: Hi Again, I

Re: Bug report for Watchdog [2009/03/22]

2009-03-23 Thread Mark Thomas
Folks, A long time ago we voted to stop receiving these notices. When Bugzilla moved to the new server, they started up again. As no-one has complained about them starting up again, I have left them running. However, in an effort to try and make them more useful I have dropped Watchdog and Tomcat

Re: [VOTE] Releasing Tomcat Connectors 1.2.28

2009-03-23 Thread Henri Gomez
+0. Still got a problem with it on i5/OS but shouldn't be a showstopper 2009/3/23 Filip Hanik - Dev Lists : > [X] Stable - no major issues, no regressions > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For ad

svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-23 Thread fhanik
Author: fhanik Date: Mon Mar 23 12:07:36 2009 New Revision: 757381 URL: http://svn.apache.org/viewvc?rev=757381&view=rev Log: expose the poolname through a public method, this will allow one to retrieve the actual connection pool through JMX as well Modified: tomcat/trunk/modules/jdbc-pool/

svn commit: r757390 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2009-03-23 Thread jfclere
Author: jfclere Date: Mon Mar 23 12:45:02 2009 New Revision: 757390 URL: http://svn.apache.org/viewvc?rev=757390&view=rev Log: Add the Live Video Streaming stuff. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL

svn commit: r757391 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/util/ManifestResource.java webapps/docs/changelog.xml

2009-03-23 Thread markt
Author: markt Date: Mon Mar 23 12:45:53 2009 New Revision: 757391 URL: http://svn.apache.org/viewvc?rev=757391&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45628 Jars that declare no deps should return that deps are satisfied Modified: tomcat/container/tc5.5.x/catalin

svn commit: r757392 - /tomcat/current/tc5.5.x/STATUS.txt

2009-03-23 Thread markt
Author: markt Date: Mon Mar 23 12:46:33 2009 New Revision: 757392 URL: http://svn.apache.org/viewvc?rev=757392&view=rev Log: Remove committed fix Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/

DO NOT REPLY [Bug 45628] ExtensionValidator doesn't handle wrapped lines in MANIFEST.MF

2009-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45628 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-23 Thread sebb
On 23/03/2009, fha...@apache.org wrote: > Author: fhanik > Date: Mon Mar 23 12:07:36 2009 > New Revision: 757381 > > URL: http://svn.apache.org/viewvc?rev=757381&view=rev > Log: > expose the poolname through a public method, this will allow one to retrieve > the actual connection pool throug

DO NOT REPLY [Bug 45255] support disable jsessionid from url against session fixation attacks

2009-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45255 --- Comment #8 from Dillon Sellars 2009-03-23 07:34:47 PST --- It's worth mentioning that checking request.isRequestedSessionIdFromURL() won't stop session fixation attacks. The first request to Tomcat where a session is created will

Re: Obtaining a Unique Connection ID?

2009-03-23 Thread Michael B Allen
On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jung wrote: > Others might have better ideas, but as mentioned in the previous thread, you > can forward the remote port with > > JkEnvVar REMOTE_PORT > > and retrieve it in Tomcat with > > request.getAttribute("REMOTE_PORT") > > Doesn't that work? Yes, it

Re: svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-23 Thread Filip Hanik - Dev Lists
one could also make a toilet made out of solid gold, but it's just not in the cards now is it? http://www.imdb.com/character/ch0002425/quotes sebb wrote: On 23/03/2009, fha...@apache.org wrote: Author: fhanik Date: Mon Mar 23 12:07:36 2009 New Revision: 757381 URL: http://svn.apache.

DO NOT REPLY [Bug 46893] New: mod_jk statically compiled always outputs warning regarding shm size specification

2009-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46893 Summary: mod_jk statically compiled always outputs warning regarding shm size specification Product: Tomcat Connectors Version: 1.2.27 Platform: PC OS/Version: Linux

svn commit: r757461 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 17:36:26 2009 New Revision: 757461 URL: http://svn.apache.org/viewvc?rev=757461&view=rev Log: Vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=757461

svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 17:54:41 2009 New Revision: 757470 URL: http://svn.apache.org/viewvc?rev=757470&view=rev Log: Set remote port for AJP connectors from the optional request attribute AJP_REMOTE_PORT. Backport of r756926 and r757223. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

Re: svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-23 Thread Mladen Turk
rj...@apache.org wrote: Author: rjung Date: Mon Mar 23 17:54:41 2009 New Revision: 757470 URL: http://svn.apache.org/viewvc?rev=757470&view=rev Log: Set remote port for AJP connectors from the optional request attribute AJP_REMOTE_PORT. Backport of r756926 and r757223. Now when thinking of t

Re: svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-23 Thread sebb
Since it's a new variable, one can make it private now without breaking anything. Every little helps. On 23/03/2009, Filip Hanik - Dev Lists wrote: > one could also make a toilet made out of solid gold, but it's just not in > the cards now is it? > http://www.imdb.com/character/ch0002425/quotes

dead code in ClusterRuleSetFactory

2009-03-23 Thread David Knox
Hi, I have a customer who was confused by a couple of debug log messages coming from o.a.c.startup.ClusterRuleSetFactory. I found the code refers to a package present in Tomcat 5 but does not exist in Tomcat 6 - org.apache.catalina.cluster; which appears to be dead code. (http://svn.apache.o

svn commit: r757557 - in /tomcat/trunk: java/org/apache/catalina/filters/ java/org/apache/catalina/valves/ webapps/docs/config/

2009-03-23 Thread markt
Author: markt Date: Mon Mar 23 21:39:48 2009 New Revision: 757557 URL: http://svn.apache.org/viewvc?rev=757557&view=rev Log: Use a filter rather than a valve to add a default character set. Added: tomcat/trunk/java/org/apache/catalina/filters/ tomcat/trunk/java/org/apache/catalina/filters

Re: svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-23 Thread Filip Hanik - Dev Lists
sebb wrote: Since it's a new variable, define new one can make it private now without breaking anything. Every little helps. On 23/03/2009, Filip Hanik - Dev Lists wrote: one could also make a toilet made out of solid gold, but it's just not in the cards now is it? http://www.imdb.com/c

Re: dead code in ClusterRuleSetFactory

2009-03-23 Thread Peter Rossbach
Hi David, it ist not a dead code. Locking art sandbox OACC project we have made the tomcat 5.5 cluster also available for tomcat 6. http://svn.apache.org/repos/asf/tomcat/sandbox/tomcat-oacc/trunk/ The OACC module is very helpfull to migrations. Peter Am 23.03.2009 um 21:59 schrieb David

Re: svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-23 Thread Rainer Jung
On 23.03.2009 19:31, Mladen Turk wrote: rj...@apache.org wrote: Author: rjung Date: Mon Mar 23 17:54:41 2009 New Revision: 757470 URL: http://svn.apache.org/viewvc?rev=757470&view=rev Log: Set remote port for AJP connectors from the optional request attribute AJP_REMOTE_PORT. Backport of r7569

svn commit: r757582 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/membership/McastServiceImpl.java webapps/docs/changelog.xml

2009-03-23 Thread rjung
Author: rjung Date: Mon Mar 23 23:01:31 2009 New Revision: 757582 URL: http://svn.apache.org/viewvc?rev=757582&view=rev Log: Any cluster node should ignore its own heartbeat messages. Backport of r755302. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/cat

Re: dead code in ClusterRuleSetFactory

2009-03-23 Thread David Knox
Thanks Peter. David Knox Information System Architect +1 303-748-8906 http://pragmaticis.blogspot.com On Mar 23, 2009, at 4:24 PM, Peter Rossbach wrote: Hi David, it ist not a dead code. Locking art sandbox OACC project we have made the tomcat 5.5 cluster also available for tomcat 6.