DO NOT REPLY [Bug 48379] Session cookie domain and path configuration support

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 --- Comment #3 from Mark Thomas ma...@apache.org 2010-03-10 08:29:09 UTC --- See also https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 --- Comment #8 from Mark Thomas ma...@apache.org 2010-03-10 08:29:14 UTC --- See also https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

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

2010-03-10 Thread jfclere
Author: jfclere Date: Wed Mar 10 09:27:05 2010 New Revision: 921266 URL: http://svn.apache.org/viewvc?rev=921266view=rev Log: My votes. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Mark Thomas
On 09/03/2010 17:19, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.26/ According to the release process, the 6.0.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable OpenPGP signatures verified Signing key in ASF

svn commit: r921331 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/docs/config/

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 12:54:16 2010 New Revision: 921331 URL: http://svn.apache.org/viewvc?rev=921331view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 for TC7 Allow session cookie domain to be over-ridden by context configuration in the same way httpOnly may be

DO NOT REPLY [Bug 48379] Session cookie domain and path configuration support

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 Mark Thomas ma...@apache.org changed: What|Removed |Added CC||donn.ai...@gmail.com

DO NOT REPLY [Bug 48258] Creating a session cookie with a specific default domain.

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48258 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Mladen Turk
On 03/09/2010 06:19 PM, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.26/ According to the release process, the 6.0.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Tested on linux and windows. Regards -- ^TM

svn commit: r921352 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/docs/config/

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 13:56:28 2010 New Revision: 921352 URL: http://svn.apache.org/viewvc?rev=921352view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 Allow session cookie path to be configured per context With this option, the servlet 3 options and

DO NOT REPLY [Bug 48379] Session cookie domain and path configuration support

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 --- Comment #5 from Mark Thomas ma...@apache.org 2010-03-10 14:00:02 UTC --- Bug 48258 implemented domain configuration and I've just added path config to trunk. Cookie name is next. -- Configure bugmail:

svn propchange: r921352 - svn:log

2010-03-10 Thread markt
Author: markt Revision: 921352 Modified property: svn:log Modified: svn:log at Wed Mar 10 14:01:01 2010 -- --- svn:log (original) +++ svn:log Wed Mar 10 14:01:01 2010 @@ -1,3 +1,4 @@ Partial fix for

DO NOT REPLY [Bug 46925] Nested groups in JNDI realm with non-recursive implementation

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46925 --- Comment #2 from Mark Thomas ma...@apache.org 2010-03-10 14:11:42 UTC --- This improvement was added to 6.0.x in 6.0.21 onwards -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

Re: Reusing instances

2010-03-10 Thread Mladen Turk
On 03/10/2010 02:58 PM, Mark Thomas wrote: Work directory, temp directory come to mind. Easier to use a CATALINA_HOME/CATALINA_BASE style approach. The idea IS to use the same directory and same files. I'm trying to locate things that presume Tomcat is running as self contained singleton

svn commit: r921372 - /tomcat/trunk/webapps/docs/changelog.xml

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 14:41:07 2010 New Revision: 921372 URL: http://svn.apache.org/viewvc?rev=921372view=rev Log: Remove some changes that have since made it into 6.0.x Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Konstantin Kolinko
2010/3/9 jean-frederic clere jfcl...@gmail.com: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.26/ According to the release process, the 6.0.26 tag is: [x] Stable Best regards, Konstantin Kolinko

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Jim Jagielski
On Mar 9, 2010, at 12:19 PM, jean-frederic clere wrote: The candidates binaries are available here: http://people.apache.org/~jfclere/tomcat-6/v6.0.26/ According to the release process, the 6.0.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable

svn commit: r921389 - in /tomcat/site/trunk: .classpath docs/migration.html xdocs/migration.xml

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 15:11:50 2010 New Revision: 921389 URL: http://svn.apache.org/viewvc?rev=921389view=rev Log: Add some Tomcat 7 migration information Added: tomcat/site/trunk/.classpath (with props) Modified: tomcat/site/trunk/docs/migration.html

svn commit: r921390 - /tomcat/site/trunk/.classpath

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 15:13:37 2010 New Revision: 921390 URL: http://svn.apache.org/viewvc?rev=921390view=rev Log: Remove accidentally added file Removed: tomcat/site/trunk/.classpath - To unsubscribe, e-mail:

svn commit: r921426 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/docs/config/

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 16:18:10 2010 New Revision: 921426 URL: http://svn.apache.org/viewvc?rev=921426view=rev Log: Remainder of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 Allow session cookie name to be configured per context With this option, the servlet 3 options

svn commit: r921428 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 16:20:45 2010 New Revision: 921428 URL: http://svn.apache.org/viewvc?rev=921428view=rev Log: More migration notes Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified: tomcat/site/trunk/docs/migration.html URL:

DO NOT REPLY [Bug 48379] Session cookie domain and path configuration support

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379 --- Comment #6 from Mark Thomas ma...@apache.org 2010-03-10 16:22:36 UTC --- This has now been implemented in trunk with a modified patch that takes account of the additional session cookie configuration options available in Servlet 3.0 --

DO NOT REPLY [Bug 48879] Duplicate local variable status

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48879 --- Comment #2 from André Schäfer andre.schae...@namics.com 2010-03-10 16:23:35 UTC --- I checked with 6.0.25 from SVN and it seems to be fixed. Sorry for opening this new BUG, didn't find the other one. Thank you for your efforts. --

DO NOT REPLY [Bug 48879] Duplicate local variable status

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48879 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 Mark Thomas ma...@apache.org changed: What|Removed |Added CC|

svn commit: r921444 - /tomcat/trunk/bin/catalina.sh

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 16:46:46 2010 New Revision: 921444 URL: http://svn.apache.org/viewvc?rev=921444view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48793 Make catalina.sh more robust to different return values on different platforms Patch provided by Thomas GL

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

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 16:48:50 2010 New Revision: 921446 URL: http://svn.apache.org/viewvc?rev=921446view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 48793] catalina.sh: stop errors on HP-UX

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48793 --- Comment #1 from Mark Thomas ma...@apache.org 2010-03-10 16:48:54 UTC --- Thanks for the patch. It has been applied to trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Filip Hanik - Dev Lists
On 03/09/2010 10:19 AM, jean-frederic clere wrote: [X] Stable - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release build 6.0.26

2010-03-10 Thread Henri Gomez
[X] Stable Les admin français vous remercient :) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2010-03-10 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 has an issue affecting its community integration. This issue

svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 17:35:43 2010 New Revision: 921464 URL: http://svn.apache.org/viewvc?rev=921464view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 If compilation fails, always try to re-compile the next time around Modified:

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

2010-03-10 Thread markt
Author: markt Date: Wed Mar 10 17:37:37 2010 New Revision: 921466 URL: http://svn.apache.org/viewvc?rev=921466view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 48795] Tomcat tries to use cache when compilation failed

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 --- Comment #1 from Mark Thomas ma...@apache.org 2010-03-10 17:37:48 UTC --- This has been fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

Re: [g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2010-03-10 Thread Mark Thomas
On 10/03/2010 11:43, Bill Barker wrote: -ERROR- Missing Output: /srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-juli.jar -ERROR- See Directory Listing Work for Missing Outputs -INFO- Failed to extract fallback artifacts from Gump Repository I think I have fixed this. We'll

Re: svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-10 Thread Remy Maucherat
On Wed, 2010-03-10 at 17:35 +, ma...@apache.org wrote: Author: markt Date: Wed Mar 10 17:35:43 2010 New Revision: 921464 URL: http://svn.apache.org/viewvc?rev=921464view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 If compilation fails, always try to

Re: svn commit: r921464 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2010-03-10 Thread Mark Thomas
On 10/03/2010 17:46, Remy Maucherat wrote: On Wed, 2010-03-10 at 17:35 +, ma...@apache.org wrote: Author: markt Date: Wed Mar 10 17:35:43 2010 New Revision: 921464 URL: http://svn.apache.org/viewvc?rev=921464view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 If

DO NOT REPLY [Bug 47242] request for AJP command line client

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242 --- Comment #13 from Ken Van Camp ken.vanc...@andesaservices.com 2010-03-10 18:14:47 UTC --- Thanks Chamith for your prompt fixes! Could you please attach your updated source code too? Looks like your latest attachment is just the jar

svn commit: r921571 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.xml container/webapps/docs/changelog.xml

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 21:13:54 2010 New Revision: 921571 URL: http://svn.apache.org/viewvc?rev=921571view=rev Log: Correct MD5 generation in the build process. Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.xml

Re: Reusing instances

2010-03-10 Thread Costin Manolache
You want to have each webapp served by a different process ? Or even different versions of a webapp in a different process ? Sounds very good ! Costin On Wed, Mar 10, 2010 at 6:17 AM, Mladen Turk mt...@apache.org wrote: On 03/10/2010 02:58 PM, Mark Thomas wrote: Work directory, temp

svn commit: r921597 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/util/CustomObjectInputStream.java container/webapps/docs/changelog.xml

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 22:27:29 2010 New Revision: 921597 URL: http://svn.apache.org/viewvc?rev=921597view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=48007#c5 Improve exception processing in CustomObjectInputStream#resolveClass(), to help find the cause behind BZ

DO NOT REPLY [Bug 48007] ClassNotFoundException when deserializing custom object with FileStore

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48007 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com 2010-03-10 22:29:04 UTC --- Exception handling fix applied to 5.5, will be in 5.5.29 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r921603 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/naming/resources/FileDirContext.java container/catalina/src/share/org/apache/naming/resources/WARDirC

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 22:43:20 2010 New Revision: 921603 URL: http://svn.apache.org/viewvc?rev=921603view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48760 Remove race condition that can result in multiple threads trying to use the same InputStream (markt)

DO NOT REPLY [Bug 48760] Tomcat breaks in serving large files (=1.8MB) under high load and high threading.

2010-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48760 --- Comment #16 from Konstantin Kolinko knst.koli...@gmail.com 2010-03-10 22:45:45 UTC --- The patch (r920858) was applied to Tomcat 5.5, will be in 5.5.29 onwards. -- Configure bugmail:

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

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 23:10:17 2010 New Revision: 921618 URL: http://svn.apache.org/viewvc?rev=921618view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

svn commit: r921629 - in /tomcat/trunk: build.properties.default build.xml

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 23:36:38 2010 New Revision: 921629 URL: http://svn.apache.org/viewvc?rev=921629view=rev Log: Fix download of commons-daemon-1.0.2: The destfile parameter has to be specified for downloadzip task. It specifies the file which absence triggers the download of the

svn commit: r921630 - /tomcat/trunk/build.properties.default

2010-03-10 Thread kkolinko
Author: kkolinko Date: Wed Mar 10 23:39:45 2010 New Revision: 921630 URL: http://svn.apache.org/viewvc?rev=921630view=rev Log: Update to NSIS 2.46 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r921647 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-03-10 Thread kkolinko
Author: kkolinko Date: Thu Mar 11 00:30:49 2010 New Revision: 921647 URL: http://svn.apache.org/viewvc?rev=921647view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

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

2010-03-10 Thread kkolinko
Author: kkolinko Date: Thu Mar 11 01:08:25 2010 New Revision: 921654 URL: http://svn.apache.org/viewvc?rev=921654view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-03-10 Thread kkolinko
Author: kkolinko Date: Thu Mar 11 01:53:42 2010 New Revision: 921663 URL: http://svn.apache.org/viewvc?rev=921663view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Re: [g...@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2010-03-10 Thread Bill Barker
Mark Thomas ma...@apache.org wrote in message news:4b97da6f.50...@apache.org... On 10/03/2010 11:43, Bill Barker wrote: -ERROR- Missing Output: /srv/gump/public/workspace/tomcat-trunk/output/build/lib/tomcat-juli.jar -ERROR- See Directory Listing Work for Missing Outputs -INFO- Failed to

Re: Reusing instances

2010-03-10 Thread Mladen Turk
On 03/10/2010 11:10 PM, Costin Manolache wrote: You want to have each webapp served by a different process ? Or even different versions of a webapp in a different process ? First goal is to get rid of connectors and use Tomcat directly inside httpd or IIS or new Commons Runtime (replacing

Re: Reusing instances

2010-03-10 Thread Costin Manolache
On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turk mt...@apache.org wrote: On 03/10/2010 11:10 PM, Costin Manolache wrote: You want to have each webapp served by a different process ? Or even different versions of a webapp in a different process ? First goal is to get rid of connectors and use

Re: Reusing instances

2010-03-10 Thread Mladen Turk
On 03/11/2010 07:52 AM, Costin Manolache wrote: On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turkmt...@apache.org wrote: On 03/10/2010 11:10 PM, Costin Manolache wrote: You want to have each webapp served by a different process ? Or even different versions of a webapp in a different process ?

net start Apache tomcat is not working on java build

2010-03-10 Thread pannar
Hi, I have built the automated script used to compile the java classes and sends an email result.It is working fine but after build , i really wanted to start the tomcat from build.bat file, seems like it doesn't work, My build.bat file. @echo on ECHO. ECHO. ECHO. ECHO

Re: net start Apache tomcat is not working on java build

2010-03-10 Thread Mladen Turk
On 03/11/2010 08:31 AM, pannar wrote: Hi, #BUT HERE It is Failed to execute, whats wrong?? ECHO. ECHO Starting Tomcat 6 net start Apache Tomcat 6 pause Try with real service name without spaces (It should be Tomcat6) Ant is probably messing up with your cmd line Regards -- ^TM

Re: net start Apache tomcat is not working on java build

2010-03-10 Thread Mladen Turk
And please next time use the users list for such questions. On 03/11/2010 08:31 AM, pannar wrote: Hi, I have built the automated script used to compile the java classes and sends Regards -- ^TM - To unsubscribe, e-mail:

Re: net start Apache tomcat is not working on java build

2010-03-10 Thread pannar
Boss, If the space is the problem, then how come the net stop Apache Tomcat 6 command line worked?? Can't we use the net start after the build? Please help me,as i really need to fix this issue if not possible, how to call another bat file from one bat file. Another bat file, let me use net

About Docs on AntiResource Locking

2010-03-10 Thread Gurkan Erdogdu
Hi; In the documentation of context.xml( http://tomcat.apache.org/tomcat-6.0-doc/config/context.html) it says relate with antiResourceLocking attribute: Please note that setting this flag to true in applications that are outside the appBase for the Host (the webapps directory by default) will

Re: Reusing instances

2010-03-10 Thread jean-frederic clere
On 03/11/2010 08:30 AM, Mladen Turk wrote: On 03/11/2010 07:52 AM, Costin Manolache wrote: On Wed, Mar 10, 2010 at 10:28 PM, Mladen Turkmt...@apache.org wrote: On 03/10/2010 11:10 PM, Costin Manolache wrote: You want to have each webapp served by a different process ? Or even different