DO NOT REPLY [Bug 50449] New: Methodexpression with arguments fails in JSF composite component

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50449 Summary: Methodexpression with arguments fails in JSF composite component Product: Tomcat 7 Version: 7.0.5 Platform: PC Status: NEW Severity: normal

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #14 from Martin Grotzke 2010-12-09 19:24:22 EST --- (In reply to comment #13) > Re-factoring goof - fixed. Great, thanx a lot for your work! Now I ran into another issue, will submit this separately (#50448). -- Configure bu

DO NOT REPLY [Bug 50448] New: StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50448 Summary: StandardSession.expire causes IllegalStateException: getCreationTime: Session already invalidated Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux

svn commit: r1044178 - in /tomcat/trunk/java/org/apache/catalina/ha/deploy: FarmWarDeployer.java WarWatcher.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 23:58:20 2010 New Revision: 1044178 URL: http://svn.apache.org/viewvc?rev=1044178&view=rev Log: Fix Eclipse warnings in package Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java tomcat/trunk/java/org/apache/catalina/ha/deploy/War

svn commit: r1044175 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: CollectedInfo.java HeartbeatListener.java MultiCastSender.java Proxy.java TcpSender.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 23:54:21 2010 New Revision: 1044175 URL: http://svn.apache.org/viewvc?rev=1044175&view=rev Log: Fix Eclipse warnings in package Modified: tomcat/trunk/java/org/apache/catalina/ha/backend/CollectedInfo.java tomcat/trunk/java/org/apache/catalina/ha/backend/Hea

svn commit: r1044171 - in /tomcat/trunk/java/org/apache/catalina: ha/deploy/UndeployMessage.java tribes/ByteMessage.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 23:47:57 2010 New Revision: 1044171 URL: http://svn.apache.org/viewvc?rev=1044171&view=rev Log: Remove redundant interface definitions and fix other warnings (missing @Overrides) in same files Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/UndeployMe

svn commit: r1044164 - /tomcat/trunk/java/org/apache/jasper/util/Enumerator.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 23:30:15 2010 New Revision: 1044164 URL: http://svn.apache.org/viewvc?rev=1044164&view=rev Log: Grrr. Missed a couple of @Override markers Modified: tomcat/trunk/java/org/apache/jasper/util/Enumerator.java Modified: tomcat/trunk/java/org/apache/jasper/util/Enum

svn commit: r1044162 - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ el/ runtime/ tagplugins/jstl/core/ xmlparser/

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 23:29:15 2010 New Revision: 1044162 URL: http://svn.apache.org/viewvc?rev=1044162&view=rev Log: Fix missing @Override markers in Jasper and remove an unnecessary null check Modified: tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java tomcat/trun

DO NOT REPLY [Bug 49159] Improve ThreadLocal memory leak clean-up

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 --- Comment #17 from Sylvain Laurent 2010-12-09 17:16:44 EST --- rev 1044145 : committed some more enhancements in case a web application creates some ThreadLocals that it does not clean during its startup or shutdown phases (calls to List

svn commit: r1044145 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/util/threads/ test/org/apache/tomcat/util/threads/

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 22:11:27 2010 New Revision: 1044145 URL: http://svn.apache.org/viewvc?rev=1044145&view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 Use a dedicated thread when calling web application code

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

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

svn commit: r1044133 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 21:11:39 2010 New Revision: 1044133 URL: http://svn.apache.org/viewvc?rev=1044133&view=rev Log: Register the correct object after the refactoring Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java Modified: tomcat/trunk/java/org/apache/c

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Sylvain Laurent changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

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

svn commit: r1044110 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ test/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 19:49:24 2010 New Revision: 1044110 URL: http://svn.apache.org/viewvc?rev=1044110&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Add an option to control when the socket is bound Modified: tomcat/trunk/java/org/apache/tomcat/util/net/

svn commit: r1044093 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 19:15:30 2010 New Revision: 1044093 URL: http://svn.apache.org/viewvc?rev=1044093&view=rev Log: mserver != null will never be true if the mbean was registered. Drop the check since the unregister method will handle things correctly anyway Modified: tomcat/trunk

svn commit: r1044091 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 19:02:01 2010 New Revision: 1044091 URL: http://svn.apache.org/viewvc?rev=1044091&view=rev Log: Re-factoring in support of https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Log the right message at the right point Modified: tomcat/trunk/java/org/apache/c

svn commit: r1044088 - /tomcat/trunk/

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 18:59:14 2010 New Revision: 1044088 URL: http://svn.apache.org/viewvc?rev=1044088&view=rev Log: ignore work and logs directories as discussed on dev list Modified: tomcat/trunk/ (props changed) Propchange: tomcat/trunk/

svn commit: r1044083 - /tomcat/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java

2010-12-09 Thread slaurent
Author: slaurent Date: Thu Dec 9 18:55:04 2010 New Revision: 1044083 URL: http://svn.apache.org/viewvc?rev=1044083&view=rev Log: bug 49159: Improve ThreadLocal memory leak clean-up https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 some formatting after discussion over the list (operator

svn commit: r1044058 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/or

2010-12-09 Thread markt
Author: markt Date: Thu Dec 9 18:10:38 2010 New Revision: 1044058 URL: http://svn.apache.org/viewvc?rev=1044058&view=rev Log: Re-factoring in support of https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Move ad-hoc attribute handling from the ProtocolHandler to the Endpoint and expose th

DO NOT REPLY [Bug 50442] Replacing # with / does not work

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

DO NOT REPLY [Bug 50442] Replacing # with / does not work

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50442 Ognjen Milic changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

svn commit: r1043983 - in /tomcat/trunk: java/org/apache/catalina/connector/Connector.java java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Request.java we

2010-12-09 Thread schultz
Author: schultz Date: Thu Dec 9 14:35:28 2010 New Revision: 1043983 URL: http://svn.apache.org/viewvc?rev=1043983&view=rev Log: - Fixed brace and paren placement - Changed Connector.isParseBodyMethod from public -> protected - Relaxed language claiming that use of parseBodyMethods may "violate" t

Re: typo in catalina.sh

2010-12-09 Thread Henri Gomez
2010/12/9 Mark Thomas : > On 09/12/2010 13:37, Henri Gomez wrote: >> Hi to all, >> >> I think there is a typo in catalina.sh : >> >> -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ >> >> Shouldn't it be : >> >> -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ > > No. =

Re: typo in catalina.sh

2010-12-09 Thread Mark Thomas
On 09/12/2010 13:37, Henri Gomez wrote: > Hi to all, > > I think there is a typo in catalina.sh : > > -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ > > Shouldn't it be : > > -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ No. == is correct. Mark -

typo in catalina.sh

2010-12-09 Thread Henri Gomez
Hi to all, I think there is a typo in catalina.sh : -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ Shouldn't it be : -Djava.security.policy="$CATALINA_BASE"/conf/catalina.policy \ Regards - To unsubscribe, e

DO NOT REPLY [Bug 50442] Replacing # with / does not work

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

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #10 from Mark Thomas 2010-12-09 06:32:46 EST --- Yep. Working on it (well the clean up prior to implementing the fix) now. A bindOnInit param will be added to the connector that defaults to true. By default the connector will bi

DO NOT REPLY [Bug 50442] New: Replacing # with / does not work

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50442 Summary: Replacing # with / does not work Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 50441] It is not possible to have multiple instacnes of same docBase inside appBase

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50441 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #3 from Mark

DO NOT REPLY [Bug 50441] It is not possible to have multiple instacnes of same docBase inside appBase

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50441 Ognjen Milic changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 Rainer Jung changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 50441] It is not possible to have multiple instacnes of same docBase inside appBase

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

DO NOT REPLY [Bug 50326] Problem with DBCP 1.3 /jdk 6 and oracle spatial

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50326 Nils Hildebrand changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment #6 from Nil

[Tomcat Wiki] Update of "PoweredBy" by Dom Sas

2010-12-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Dom Sas. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=278&rev2=279 -- [[http://ww

[Tomcat Wiki] Update of "PoweredBy" by Dom Sas

2010-12-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Dom Sas. http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=277&rev2=278 -- === Inst

DO NOT REPLY [Bug 50441] New: It is not possible to have multiple instacnes of same docBase inside appBase

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50441 Summary: It is not possible to have multiple instacnes of same docBase inside appBase Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Sta