DO NOT REPLY [Bug 47505] Http Session Null issue

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47505 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47505] Http Session Null issue

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47505 --- Comment #4 from gkiran1...@gmail.com 2009-07-10 02:22:21 PST --- Then why it is working fine weblogic. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

DO NOT REPLY [Bug 47505] Http Session Null issue

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47505 --- Comment #5 from gkiran1...@gmail.com 2009-07-10 02:23:02 PST --- Then why it is working fine in weblogic. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because

DO NOT REPLY [Bug 47505] Http Session Null issue

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47505 --- Comment #6 from Mark Thomas 2009-07-10 02:51:53 PST --- You got lucky. If you do something outside of the specs and it happens to work with one container, there is no guarantee it will work with any other container. -- Configure

svn commit: r792862 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 10:10:18 2009 New Revision: 792862 URL: http://svn.apache.org/viewvc?rev=792862&view=rev Log: Needs to be volatile as it is used in double checked locking Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/

svn commit: r792863 - /tomcat/trunk/java/org/apache/catalina/connector/RequestFacade.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 10:13:11 2009 New Revision: 792863 URL: http://svn.apache.org/viewvc?rev=792863&view=rev Log: Fix infinite loop. Spotted by GSOC student Xie Xiaodong. Modified: tomcat/trunk/java/org/apache/catalina/connector/RequestFacade.java Modified: tomcat/trunk/java/org/a

svn commit: r792871 - in /tomcat: container/tc5.5.x/webapps/docs/ jasper/tc5.5.x/src/share/org/apache/jasper/compiler/

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 10:29:40 2009 New Revision: 792871 URL: http://svn.apache.org/viewvc?rev=792871&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37084 Port of fix for 46471 that also fixes this JspC compilation issue Modified: tomcat/container/tc5.5.x/webapp

DO NOT REPLY [Bug 37084] JspC from ant fails on JSPs that use custom taglib

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37084 Mark Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 10:32:14 2009 New Revision: 792872 URL: http://svn.apache.org/viewvc?rev=792872&view=rev Log: NEEDINFO - bug 39997: JSVC and APR do not work together for HTTPS connector https://issues.apache.org/bugzilla/show_bug.cgi?id=39997 Modified: tomcat/container/tc5.5.

DO NOT REPLY [Bug 39603] admin application does not display contexts under host when in a Tomcat cluster

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

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

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 10:34:01 2009 New Revision: 792874 URL: http://svn.apache.org/viewvc?rev=792874&view=rev Log: Remove applied fixes 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/

Re: svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

2009-07-10 Thread Mark Thomas
Konstantin Kolinko wrote: > 2009/7/10 : >> Author: markt >> Date: Fri Jul 10 10:32:14 2009 >> New Revision: 792872 >> >> URL: http://svn.apache.org/viewvc?rev=792872&view=rev >> Log: >> NEEDINFO - bug 39997: JSVC and APR do not work together for HTTPS connector >> https://issues.apache.org/bugzill

Re: svn commit: r792872 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

2009-07-10 Thread Konstantin Kolinko
2009/7/10 : > Author: markt > Date: Fri Jul 10 10:32:14 2009 > New Revision: 792872 > > URL: http://svn.apache.org/viewvc?rev=792872&view=rev > Log: > NEEDINFO - bug 39997: JSVC and APR do not work together for HTTPS connector > https://issues.apache.org/bugzilla/show_bug.cgi?id=39997 > > Modified

svn propchange: r792872 - svn:log

2009-07-10 Thread markt
Author: markt Revision: 792872 Modified property: svn:log Modified: svn:log at Fri Jul 10 11:57:09 2009 -- --- svn:log (original) +++ svn:log Fri Jul 10 11:57:09 2009 @@ -1,2 +1,2 @@ -NEEDINFO - bug 39997: JSVC and APR do

svn commit: r792945 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 13:27:01 2009 New Revision: 792945 URL: http://svn.apache.org/viewvc?rev=792945&view=rev Log: Servlet DTD and JSP spec are both quite clear that a is a resource relative to the root of the web application Modified: tomcat/trunk/java/org/apache/catalina/startup

svn commit: r792954 - in /tomcat/trunk/java/org/apache: catalina/startup/TldConfig.java jasper/compiler/TldLocationsCache.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 13:52:14 2009 New Revision: 792954 URL: http://svn.apache.org/viewvc?rev=792954&view=rev Log: Add new jar to TLD exclusion list Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java tomcat/trunk/java/org/apache/jasper/compiler/TldLocationsCa

svn commit: r792969 - in /tomcat/trunk/modules/jdbc-pool: build.xml doc/jdbc-pool.xml

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 15:03:43 2009 New Revision: 792969 URL: http://svn.apache.org/viewvc?rev=792969&view=rev Log: Add manifest to binary JAR Fix XML error in doc Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomc

DO NOT REPLY [Bug 47507] New: tomcat-users.xml is rewritten and made world-readable on startup (!)

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47507 Summary: tomcat-users.xml is rewritten and made world-readable on startup (!) Product: Tomcat 5 Version: 5.5.23 Platform: PC OS/Version: Linux Status: NEW

svn commit: r792996 - /tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 15:53:59 2009 New Revision: 792996 URL: http://svn.apache.org/viewvc?rev=792996&view=rev Log: Correct location of taglib element varies with spec version. WebRuleSet was using 2.3 and earlier location. Update it to a) support 2.4 and later as well as 2.3 and earlie

DO NOT REPLY [Bug 47507] tomcat-users.xml is rewritten and made world-readable on startup (!)

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

svn commit: r793002 - in /tomcat/trunk/modules/jdbc-pool: doc/ java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/jmx/

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 16:02:57 2009 New Revision: 793002 URL: http://svn.apache.org/viewvc?rev=793002&view=rev Log: Add documentation and clarification around JMX Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jd

DO NOT REPLY [Bug 47507] tomcat-users.xml is rewritten and made world-readable on startup (!)

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47507 tutu...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|IN

svn commit: r793017 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java PooledConnection.java

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 16:25:14 2009 New Revision: 793017 URL: http://svn.apache.org/viewvc?rev=793017&view=rev Log: Added some comments and more thread safety around the size of the pool Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

svn commit: r793019 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 16:26:56 2009 New Revision: 793019 URL: http://svn.apache.org/viewvc?rev=793019&view=rev Log: Revert r792945 - JSP.7.3.6.1 explicitly states locations without a leading '/' are to be treated as relative to web.xml Modified: tomcat/trunk/java/org/apache/catalina

svn commit: r793021 - /tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java

2009-07-10 Thread markt
Author: markt Date: Fri Jul 10 16:28:41 2009 New Revision: 793021 URL: http://svn.apache.org/viewvc?rev=793021&view=rev Log: Better notes for future reference Modified: tomcat/trunk/java/org/apache/catalina/startup/TldConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/TldCon

svn commit: r793029 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 16:42:00 2009 New Revision: 793029 URL: http://svn.apache.org/viewvc?rev=793029&view=rev Log: correct counter behavior. Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java Modified: tomcat/trunk/modules/jdbc-pool/jav

svn commit: r793040 - in /tomcat/trunk/modules/jdbc-pool: build.properties.default build.xml

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 17:08:35 2009 New Revision: 793040 URL: http://svn.apache.org/viewvc?rev=793040&view=rev Log: were not using DBCP anywhere Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/mod

svn commit: r793042 - in /tomcat/trunk/modules/jdbc-pool: build.xml java/org/apache/tomcat/jdbc/pool/DataSource.java

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 17:16:25 2009 New Revision: 793042 URL: http://svn.apache.org/viewvc?rev=793042&view=rev Log: remove dbcp add classpath to javadoc start documenting DataSource Modified: tomcat/trunk/modules/jdbc-pool/build.xml tomcat/trunk/modules/jdbc-pool/java/org/apach

svn commit: r793060 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ./ interceptor/ jmx/

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 18:10:30 2009 New Revision: 793060 URL: http://svn.apache.org/viewvc?rev=793060&view=rev Log: javadoc corrections Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-pool/java/org/apache/

svn commit: r793062 - /tomcat/trunk/modules/jdbc-pool/build.xml

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 18:17:37 2009 New Revision: 793062 URL: http://svn.apache.org/viewvc?rev=793062&view=rev Log: correct dependency Modified: tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r793093 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java PooledConnection.java

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 19:48:26 2009 New Revision: 793093 URL: http://svn.apache.org/viewvc?rev=793093&view=rev Log: javadoc Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/

svn commit: r793108 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ test/org/apache/tomcat/jdbc/test/ test/org/apache/tomcat/jdbc/test/driver/

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 21:02:43 2009 New Revision: 793108 URL: http://svn.apache.org/viewvc?rev=793108&view=rev Log: Fix a concurrency issue with connections being released and then trying to be reconnected Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/Test

svn commit: r793116 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ test/org/apache/tomcat/jdbc/test/

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 21:38:16 2009 New Revision: 793116 URL: http://svn.apache.org/viewvc?rev=793116&view=rev Log: Some more concurrency testing Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java tomcat/trunk/modules/jdbc-pool/java/o

svn commit: r793117 - /tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java

2009-07-10 Thread fhanik
Author: fhanik Date: Fri Jul 10 21:40:26 2009 New Revision: 793117 URL: http://svn.apache.org/viewvc?rev=793117&view=rev Log: fix assertion Modified: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestConcurrency.java Modified: tomcat/trunk/modules/jdbc-pool/test/org/apach

DO NOT REPLY [Bug 47500] request.getParameter lead to servlet can't receive READ event in CometProcessor class

2009-07-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47500 Paul Gonchar changed: What|Removed |Added CC||p...@coehl.com --- Comment #1 f

Mavenized tomcat build

2009-07-10 Thread David Jencks
I am well aware that the tomcat developers regard ant as the one true build system, so please note that I am not suggesting that tomcat adopt maven. However I think it is just barely conceivable that other projects are facing the same sort of problems as geronimo and might find this maveni

jaxb alternative to digester

2009-07-10 Thread David Jencks
Geronimo's tomcat integration has up till recently used tomcat server components wrapped in geronimo gbean components, and server configuration through gbean configuration. This is less flexible and less convenient than server.xml configuration, and we've had several requests to provide co

Re: Mavenized tomcat build

2009-07-10 Thread Yoav Shapira
On Fri, Jul 10, 2009 at 6:26 PM, David Jencks wrote: > I am well aware that the tomcat developers regard ant as the one true build Having now used Maven 2.x for a couple of years, it Works. +1 for trying it for Tomcat. Yoav - T

Re: Mavenized tomcat build

2009-07-10 Thread Filip Hanik - Dev Lists
On 07/10/2009 05:19 PM, Yoav Shapira wrote: On Fri, Jul 10, 2009 at 6:26 PM, David Jencks wrote: I am well aware that the tomcat developers regard ant as the one true build Having now used Maven 2.x for a couple of years, it Works. +1 for trying it for Tomcat. -1, my lunch is

Re: jaxb alternative to digester

2009-07-10 Thread Filip Hanik - Dev Lists
On 07/10/2009 04:39 PM, David Jencks wrote: Geronimo's tomcat integration has up till recently used tomcat server components wrapped in geronimo gbean components, and server configuration through gbean configuration. This is less flexible and less convenient than server.xml configuration, and

Re: Mavenized tomcat build

2009-07-10 Thread David Jencks
On Jul 10, 2009, at 5:01 PM, Filip Hanik - Dev Lists wrote: On 07/10/2009 05:19 PM, Yoav Shapira wrote: On Fri, Jul 10, 2009 at 6:26 PM, David Jencks wrote: I am well aware that the tomcat developers regard ant as the one true build Having now used Maven 2.x for a couple of years, it

Re: Mavenized tomcat build

2009-07-10 Thread Costin Manolache
On Fri, Jul 10, 2009 at 5:19 PM, David Jencks wrote: > > On Jul 10, 2009, at 5:01 PM, Filip Hanik - Dev Lists wrote: > >> On 07/10/2009 05:19 PM, Yoav Shapira wrote: >>> >>> On Fri, Jul 10, 2009 at 6:26 PM, David Jencks >>>  wrote: >>> I am well aware that the tomcat developers regard ant as t

Re: Mavenized tomcat build

2009-07-10 Thread Filip Hanik - Dev Lists
On 07/10/2009 06:19 PM, David Jencks wrote: On Jul 10, 2009, at 5:01 PM, Filip Hanik - Dev Lists wrote: On 07/10/2009 05:19 PM, Yoav Shapira wrote: On Fri, Jul 10, 2009 at 6:26 PM, David Jencks wrote: I am well aware that the tomcat developers regard ant as the one true build Having n

Re: Mavenized tomcat build

2009-07-10 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: If Geronimo needs a better way to download and integrate Tomcat's JAR's lets focus on that, and not make this into another Maven vs ANT topic, cause I don't think that was the intention. Agreed. However we should really find a way to deal with eclipse reposit