DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #16 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 15:57:13 PST --- With the current trunk implementation, you would need to do the following to disable HttpOnly As with any Context configuration you could set this

Re: Servlet 3.0 and Common Javaflow

2008-09-14 Thread Filip Hanik - Dev Lists
hi Stefano, Stefano Bagnara wrote: Hi all, I read that Servlet 3.0 will probably support pause/resume methods and I read that Jetty 7 preview already rewrote its continuations support to expose "standard" servlet 3.0 services. Is there any plan to support this in tomcat? the servlet 3.0 ha

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #15 from Jim Manico <[EMAIL PROTECTED]> 2008-09-14 14:19:30 PST --- Thanks for the clarification, Mark. If I'm reading this right - you are placing the HttpOnly configuration option within the context of one virtual host ins

[CfO] Fwd: Google Alert - Diary of a mad white woman=Sarah Palin

2008-09-14 Thread Played1231
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Coloradans for Obama" group. To post to this group, send email to coloradansforobama@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTE

svn commit: r695284 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java

2008-09-14 Thread markt
Author: markt Date: Sun Sep 14 13:43:15 2008 New Revision: 695284 URL: http://svn.apache.org/viewvc?rev=695284&view=rev Log: Improve previous fix to handle WAR deployment Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Modified: tomcat/trunk/java/org/apache/catalina/

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

2008-09-14 Thread markt
Author: markt Date: Sun Sep 14 13:43:47 2008 New Revision: 695285 URL: http://svn.apache.org/viewvc?rev=695285&view=rev Log: Improve fix for 45785 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/STATU

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

2008-09-14 Thread markt
Author: markt Date: Sun Sep 14 13:03:48 2008 New Revision: 695275 URL: http://svn.apache.org/viewvc?rev=695275&view=rev Log: Propose fix for 45785 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/STATU

DO NOT REPLY [Bug 45785] ClassCastException if directory ending with .jar exists in WEB-INF/lib

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 13:03:54 PST --- 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 rece

svn commit: r695274 - in /tomcat/trunk/java/org/apache/catalina: loader/WebappLoader.java util/ExtensionValidator.java

2008-09-14 Thread markt
Author: markt Date: Sun Sep 14 13:01:21 2008 New Revision: 695274 URL: http://svn.apache.org/viewvc?rev=695274&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45785 Ignore directories named xxx.jar in WEB-INF/lib Modified: tomcat/trunk/java/org/apache/catalina/loader/Weba

svn commit: r695273 - /tomcat/trunk/java/org/apache/catalina/util/

2008-09-14 Thread markt
Author: markt Date: Sun Sep 14 12:45:08 2008 New Revision: 695273 URL: http://svn.apache.org/viewvc?rev=695273&view=rev Log: Some clean up in o.a.c.util Use generics, remove unused code, fix various Eclipse warnings. Removed: tomcat/trunk/java/org/apache/catalina/util/Queue.java Modified:

DO NOT REPLY [Bug 33453] Jasper should recompile JSP files whose datestamps change in either direction (not just newer)

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33453 Roberto <[EMAIL PROTECTED]> changed: What|Removed |Added Version|5.5.9 |5.5.15 -- Config

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #14 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 07:11:43 PST --- I don't think I was too clear in my previous comment. Configuration isn't via the Manager app it is via the Manager element that may be placed within a Co

DO NOT REPLY [Bug 45765] Heap size is growing

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45765 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-09-14 07:09:07 PST --- The ideal information would be the steps to reproduce this issue on a clean Tomcat installation. Failing providing the hprof output obtained from JMap (eith

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #13 from Jim Manico <[EMAIL PROTECTED]> 2008-09-14 07:00:35 PST --- Mark, thank you! I'm a big fan of the choices you made here in terms of proposing default-on for tomcat 5/6 and easy configuration via the Tomcat Manager.

svn commit: r695173 - /tomcat/tc6.0.x/trunk/webapps/docs/building.xml

2008-09-14 Thread jfclere
Author: jfclere Date: Sun Sep 14 02:59:51 2008 New Revision: 695173 URL: http://svn.apache.org/viewvc?rev=695173&view=rev Log: Arrange doc about building with eclipse. Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml URL: http

svn commit: r695164 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2008-09-14 Thread jfclere
Author: jfclere Date: Sun Sep 14 02:38:47 2008 New Revision: 695164 URL: http://svn.apache.org/viewvc?rev=695164&view=rev Log: Fix for PR#44809 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/tc6.0.x/trunk/w

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

2008-09-14 Thread jfclere
Author: jfclere Date: Sun Sep 14 01:55:54 2008 New Revision: 695148 URL: http://svn.apache.org/viewvc?rev=695148&view=rev Log: Propose a fix to build with eclipse. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc

DO NOT REPLY [Bug 45765] Heap size is growing

2008-09-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45765 --- Comment #4 from Barak <[EMAIL PROTECTED]> 2008-09-14 00:55:14 PST --- Please advice - what kind of relevant information should I attached to the bug? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai