DO NOT REPLY [Bug 48867] New: ISAPI Connector not connecting to Tomcat

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48867 Summary: ISAPI Connector not connecting to Tomcat Product: Tomcat Connectors Version: 1.2.27 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

svn commit: r919722 - /tomcat/trunk/java/org/apache/catalina/core/StandardPipeline.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 09:26:33 2010 New Revision: 919722 URL: http://svn.apache.org/viewvc?rev=919722view=rev Log: Fix some inconsistencies identified during lifecycle refactoring for valves - don't start a basic valve when adding it to the pipeline if the pipeline is not started - if

svn commit: r919724 - in /tomcat/trunk/java/org/apache/catalina/ha/authenticator: ClusterSingleSignOn.java ClusterSingleSignOnListener.java SingleSignOnMessage.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 09:34:08 2010 New Revision: 919724 URL: http://svn.apache.org/viewvc?rev=919724view=rev Log: Tabs to 8 spaces - no functional change Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java

DO NOT REPLY [Bug 48867] ISAPI Connector not connecting to Tomcat

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48867 wilmer@gmail.com changed: What|Removed |Added OS/Version|Windows XP |Windows Server 2003 ---

svn commit: r919725 - in /tomcat/trunk/java/org/apache: catalina/tribes/tipis/LazyReplicatedMap.java coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpProcessor.java coyote/http11/Http11AprProcessor.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 09:42:33 2010 New Revision: 919725 URL: http://svn.apache.org/viewvc?rev=919725view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

Re: tagging 6.0.26

2010-03-06 Thread Mark Thomas
On 06/03/2010 06:54, jean-frederic clere wrote: Hi, I plan to tag 6.0.26 on Sunday evening (Neuchatel time) and release on Monday. Comments? +1. Do you really mean release on Monday? I'm all for that if you can get the votes quickly enough. Mark

svn commit: r919730 - /tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 10:02:16 2010 New Revision: 919730 URL: http://svn.apache.org/viewvc?rev=919730view=rev Log: Lifecycle refactoring - Executor The LifecycleState.STARTING event was being fired too early Modified:

svn commit: r919733 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/META-INF/annotations-api.jar.manifest res/META-INF/el-api.jar.manifest res/META-INF/jsp-api.jar.manifest res/META-INF/servlet-api.jar.man

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 10:22:06 2010 New Revision: 919733 URL: http://svn.apache.org/viewvc?rev=919733view=rev Log: Move source/target JDK versions to the main section of the manifest, because these values belong to the JAR file as the whole, not to some subset of it. Modified:

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

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 10:31:21 2010 New Revision: 919736 URL: http://svn.apache.org/viewvc?rev=919736view=rev Log: Vote and replace inline patch by link, because the inline patch wasn't correctly formatted. Add another property encoding patch. Modified:

svn commit: r919737 - /tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 10:35:12 2010 New Revision: 919737 URL: http://svn.apache.org/viewvc?rev=919737view=rev Log: Fix utf-8 encoding in message string properties. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/LocalStrings_es.properties Modified:

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

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 10:37:19 2010 New Revision: 919739 URL: http://svn.apache.org/viewvc?rev=919739view=rev Log: Replace external patch link by backport URL. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Message string encoding and TC 5.5.x

2010-03-06 Thread Rainer Jung
I lost track w.r.t. UTF-8 conversion: is it still OK to use ISO-8859 encoded message strings in the tc 5.5.x LocalStrings_XX.properties files? We removed all of them in trunk and TC 6.0.x but there are lots of them in TC 5.5.x. Any need to change? Regards, Rainer

Re: Message string encoding and TC 5.5.x

2010-03-06 Thread Mark Thomas
On 06/03/2010 10:39, Rainer Jung wrote: I lost track w.r.t. UTF-8 conversion: is it still OK to use ISO-8859 encoded message strings in the tc 5.5.x LocalStrings_XX.properties files? We removed all of them in trunk and TC 6.0.x but there are lots of them in TC 5.5.x. Any need to change? To be

svn commit: r919740 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 10:54:38 2010 New Revision: 919740 URL: http://svn.apache.org/viewvc?rev=919740view=rev Log: Lifecycle refactoring - Cluster Added toString() for use in Lifecycle error messages Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

svn commit: r919742 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/startup/Catalina.java java/org/apache/juli/ClassLoaderLogManager.java java/org/apache/juli/FileHandler.java webap

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 11:15:07 2010 New Revision: 919742 URL: http://svn.apache.org/viewvc?rev=919742view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48831 Improve logging shutdown behaviour. Use Catalina's shutdown hook to shutdown Tomcat and JULI. This enables them

DO NOT REPLY [Bug 48831] Properly closing JULI FileHandler

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48831 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Component|Catalina

svn commit: r919746 - in /tomcat: tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml tc6.0.x/trunk/webapps/docs/config/systemprops.xml trunk/webapps/docs/config/systemprops.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 11:41:30 2010 New Revision: 919746 URL: http://svn.apache.org/viewvc?rev=919746view=rev Log: Correction Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml

svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 11:44:50 2010 New Revision: 919747 URL: http://svn.apache.org/viewvc?rev=919747view=rev Log: Add proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919748 - in /tomcat/trunk/java/org/apache: catalina/core/LocalStrings_es.properties jasper/resources/LocalStrings_fr.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 11:49:56 2010 New Revision: 919748 URL: http://svn.apache.org/viewvc?rev=919748view=rev Log: Fix two message strings where natively encoded chars had been lost and replaced by '?'. Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties

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

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 11:59:38 2010 New Revision: 919749 URL: http://svn.apache.org/viewvc?rev=919749view=rev Log: Add proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r919750 - in /tomcat/trunk/java/org/apache/catalina/session: JDBCStore.java LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_ja.properties StoreBa

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 12:02:19 2010 New Revision: 919750 URL: http://svn.apache.org/viewvc?rev=919750view=rev Log: Lifecycle refactoring - Store Added toString() for use in Lifecycle error messages Modified: tomcat/trunk/java/org/apache/catalina/session/JDBCStore.java

DO NOT REPLY [Bug 48867] ISAPI Connector not connecting to Tomcat

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48867 Mladen Turk mt...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread Konstantin Kolinko
2010/3/6 rj...@apache.org: Author: rjung Date: Sat Mar  6 11:44:50 2010 New Revision: 919747 URL: http://svn.apache.org/viewvc?rev=919747view=rev Log: Add proposal. + +* Remove ISO-8859 encoding from all properties files using native2ascii. +  Also fixes 3 lines were native chars had

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

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 12:12:07 2010 New Revision: 919752 URL: http://svn.apache.org/viewvc?rev=919752view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r919753 - /tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 12:42:36 2010 New Revision: 919753 URL: http://svn.apache.org/viewvc?rev=919753view=rev Log: Line length Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java URL:

svn commit: r919756 - in /tomcat/trunk/java/org/apache/catalina: ha/session/ session/

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 13:03:11 2010 New Revision: 919756 URL: http://svn.apache.org/viewvc?rev=919756view=rev Log: Lifecycle refactoring - Manager Lifecycle.START event fired too early in a number of cases Added toString() for use in Lifecycle error messages Modified:

svn commit: r919759 - /tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 13:18:42 2010 New Revision: 919759 URL: http://svn.apache.org/viewvc?rev=919759view=rev Log: Set missing svn properties. No functional change. Modified: tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties

svn commit: r919762 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 13:24:46 2010 New Revision: 919762 URL: http://svn.apache.org/viewvc?rev=919762view=rev Log: Update patch proposal. Thanks to Konstantin for observing one property file with missing eol-style svn property. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified:

Re: svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread Rainer Jung
On 06.03.2010 13:09, Konstantin Kolinko wrote: 2010/3/6rj...@apache.org: Author: rjung Date: Sat Mar 6 11:44:50 2010 New Revision: 919747 URL: http://svn.apache.org/viewvc?rev=919747view=rev Log: Add proposal. + +* Remove ISO-8859 encoding from all properties files using native2ascii. +

svn commit: r919766 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 14:03:14 2010 New Revision: 919766 URL: http://svn.apache.org/viewvc?rev=919766view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919767 - /tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/index.html

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 14:14:44 2010 New Revision: 919767 URL: http://svn.apache.org/viewvc?rev=919767view=rev Log: trivial: correct a link on an image on the jsp-examples index page Modified: tomcat/tc5.5.x/trunk/servletapi/jsr152/examples/index.html Modified:

DO NOT REPLY [Bug 48580] 6.0.24: AccessControlException in ProtectedFunctionMapper on first access to certain JSP

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48580 --- Comment #8 from Konstantin Kolinko knst.koli...@gmail.com 2010-03-06 14:18:14 UTC --- Created an attachment (id=25094) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25094) 2010-03-06_tc55_bug48580.patch -- backport of

svn commit: r919768 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 14:20:45 2010 New Revision: 919768 URL: http://svn.apache.org/viewvc?rev=919768view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919769 - in /tomcat: tc6.0.x/trunk/webapps/examples/jsp/index.html trunk/webapps/examples/jsp/index.html

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 14:28:21 2010 New Revision: 919769 URL: http://svn.apache.org/viewvc?rev=919769view=rev Log: trivial: correct a link on an image on the jsp-examples index page Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/index.html

svn commit: r919772 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 14:48:02 2010 New Revision: 919772 URL: http://svn.apache.org/viewvc?rev=919772view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

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

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 14:51:14 2010 New Revision: 919774 URL: http://svn.apache.org/viewvc?rev=919774view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r919772 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread Mark Thomas
On 06/03/2010 14:48, kkoli...@apache.org wrote: Author: kkolinko Date: Sat Mar 6 14:48:02 2010 New Revision: 919772 URL: http://svn.apache.org/viewvc?rev=919772view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919778 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 14:59:02 2010 New Revision: 919778 URL: http://svn.apache.org/viewvc?rev=919778view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919781 - /tomcat/trunk/conf/tomcat-users.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:08:58 2010 New Revision: 919781 URL: http://svn.apache.org/viewvc?rev=919781view=rev Log: Add a comment about comment to tomcat-users.xml Modified: tomcat/trunk/conf/tomcat-users.xml Modified: tomcat/trunk/conf/tomcat-users.xml URL:

svn commit: r919782 - /tomcat/trunk/conf/tomcat-users.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:14:37 2010 New Revision: 919782 URL: http://svn.apache.org/viewvc?rev=919782view=rev Log: Add comment about the manager role (copied from TC 5.5) Modified: tomcat/trunk/conf/tomcat-users.xml Modified: tomcat/trunk/conf/tomcat-users.xml URL:

svn commit: r919783 - /tomcat/tc6.0.x/trunk/conf/tomcat-users.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:16:47 2010 New Revision: 919783 URL: http://svn.apache.org/viewvc?rev=919783view=rev Log: Add comments to the tomcat-users.xml file. C-T-R Modified: tomcat/tc6.0.x/trunk/conf/tomcat-users.xml Modified: tomcat/tc6.0.x/trunk/conf/tomcat-users.xml URL:

svn commit: r919784 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:25:46 2010 New Revision: 919784 URL: http://svn.apache.org/viewvc?rev=919784view=rev Log: Updated the patch Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Re: svn commit: r919772 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread Konstantin Kolinko
2010/3/6 Mark Thomas ma...@apache.org: On 06/03/2010 14:48, kkoli...@apache.org wrote: Author: kkolinko Date: Sat Mar  6 14:48:02 2010 New Revision: 919772 URL: http://svn.apache.org/viewvc?rev=919772view=rev Log: proposal Modified:     tomcat/tc5.5.x/trunk/STATUS.txt Modified:

svn commit: r919786 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 15:27:44 2010 New Revision: 919786 URL: http://svn.apache.org/viewvc?rev=919786view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r919787 - /tomcat/tc6.0.x/trunk/res/confinstall/tomcat-users_2.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:31:37 2010 New Revision: 919787 URL: http://svn.apache.org/viewvc?rev=919787view=rev Log: Add comment to the tomcat-users.xml template used by the Tomcat exe installer on Windows. C-T-R Modified: tomcat/tc6.0.x/trunk/res/confinstall/tomcat-users_2.xml

svn commit: r919788 - /tomcat/trunk/res/confinstall/tomcat-users_2.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:32:42 2010 New Revision: 919788 URL: http://svn.apache.org/viewvc?rev=919788view=rev Log: Add comment to the tomcat-users.xml template used by the Tomcat exe installer on Windows. Modified: tomcat/trunk/res/confinstall/tomcat-users_2.xml Modified:

svn commit: r919789 - /tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 15:40:47 2010 New Revision: 919789 URL: http://svn.apache.org/viewvc?rev=919789view=rev Log: Remove Nio connector reference from TC5.5 ssl-howto.xml It is a followup to r904859 Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml Modified:

svn commit: r919790 - /tomcat/trunk/build.xml

2010-03-06 Thread markt
Author: markt Date: Sat Mar 6 15:52:40 2010 New Revision: 919790 URL: http://svn.apache.org/viewvc?rev=919790view=rev Log: Shave a few seconds of the rebuild time if the manifests don't need to be updated Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r919795 [5/5] - in /tomcat/tc5.5.x/trunk: ./ connectors/coyote/src/java/org/apache/coyote/tomcat4/ connectors/http11/src/java/org/apache/coyote/http11/ connectors/jk/java/org/apache/ajp/to

2010-03-06 Thread rjung
Modified: tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/jasper/src/share/org/apache/jasper/resources/LocalStrings_fr.properties?rev=919795r1=919794r2=919795view=diff

svn commit: r919799 - /tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 16:45:28 2010 New Revision: 919799 URL: http://svn.apache.org/viewvc?rev=919799view=rev Log: Move r919795 changelog entry to the end of the list. Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified:

svn commit: r919801 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/LocalStrings_es.properties java/org/apache/jasper/resources/LocalStrings_fr.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 17:12:52 2010 New Revision: 919801 URL: http://svn.apache.org/viewvc?rev=919801view=rev Log: Restore two lost native chars and replace by correct utf-8 encoding. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r919802 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/examples/WEB-INF/classes/LocalStrings_es.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 17:14:28 2010 New Revision: 919802 URL: http://svn.apache.org/viewvc?rev=919802view=rev Log: Replace ISO-8859 encoded character in spanish message string by ascii encoded UTF-8. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r919803 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/session/LocalStrings_fr.properties webapps/examples/WEB-INF/classes/LocalStrings_fr.properties

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 17:22:55 2010 New Revision: 919803 URL: http://svn.apache.org/viewvc?rev=919803view=rev Log: Replace ISO-8859 characters in message strings with ascii escaped encoding. Some of those prevent deployment of applications when using french language. Modified:

DO NOT REPLY [Bug 48006] Implement the header X-Powered-By suggested by the servlet specification

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48006 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 48345] Session does time-out shorter than setting in web.xml when PersistentManager is used.

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48345 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r919805 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2010-03-06 Thread rjung
Author: rjung Date: Sat Mar 6 17:52:04 2010 New Revision: 919805 URL: http://svn.apache.org/viewvc?rev=919805view=rev Log: Update changelog. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r919820 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 19:14:37 2010 New Revision: 919820 URL: http://svn.apache.org/viewvc?rev=919820view=rev Log: uppercase Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r919828 - /tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 19:36:53 2010 New Revision: 919828 URL: http://svn.apache.org/viewvc?rev=919828view=rev Log: remove extra newline character Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag URL:

svn commit: r919847 - in /tomcat/trunk/test: org/apache/jasper/compiler/TestParser.java webapp/WEB-INF/tags/bug48668.tagx webapp/bug48668a.jsp

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 20:46:06 2010 New Revision: 919847 URL: http://svn.apache.org/viewvc?rev=919847view=rev Log: Additional tests for https://issues.apache.org/bugzilla/show_bug.cgi?id=48668 The TestCase currently passes: the parts that do not pass currently are commented-out: - in

DO NOT REPLY [Bug 48668] Template text that looks like a deferred expression can be mishandled even if EL is ignored

2010-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48668 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

svn commit: r919851 - in /tomcat/trunk: java/org/apache/jasper/compiler/Parser.java test/org/apache/jasper/compiler/TestParser.java test/webapp/bug48668a.jsp

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sat Mar 6 21:03:14 2010 New Revision: 919851 URL: http://svn.apache.org/viewvc?rev=919851view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48668 Honor isELIgnored and isDeferredSyntaxAllowed in the Parser Uncommented the test cases in

Tomcat build error

2010-03-06 Thread Bharath Vasudevan
Hi, I tried building the 6.0.x tomcat source. From the installation looks like we had to execute ant download and then ant. Executing ant download completed fine and said build successful. But executing ant after it fails with this error: Any idea if some envt variable is messed up ? sudo ant

Re: Feedback on tomcat memory leak protection

2010-03-06 Thread Sylvain Laurent
On 03/03/2010 21:12, Sylvain Laurent wrote: 3) a couple of months ago I had proposed on this very list a kind of memory leak protection for those leaks caused by threads with incorrect CCL. I called this the ExpendableClassLoader. Please have a look at my post back then :

svn commit: r919914 - in /tomcat/trunk: java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ test/org/apache/jasper/compiler/ test/webapp/

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sun Mar 7 02:43:12 2010 New Revision: 919914 URL: http://svn.apache.org/viewvc?rev=919914view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48668 Fix remaining issues in BZ48668 The idea behind this change is to make ELParser aware about

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

2010-03-06 Thread kkolinko
Author: kkolinko Date: Sun Mar 7 03:35:07 2010 New Revision: 919917 URL: http://svn.apache.org/viewvc?rev=919917view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: