[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by Jason Brittain

2010-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by Jason Brittain. The comment on this change is: Added a presentation about the methods of getting Tomcat Stand-alone to answer

Re: [Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions" by markt

2010-03-22 Thread Jason Brittain
I just added one to discuss the various solutions for running Tomcat stand-alone on port 80 or 443. There are several popular ways people tend to configure their non-Windows Tomcat instances to do this, and I thought there might be some interest in discussing the advantages and disadvantages of th

Re: [GSoC] Regarding JSR 196 implementation project idea

2010-03-22 Thread jean-frederic clere
On 03/22/2010 05:40 AM, Rajeev Sampath wrote: > Thanks Mark for your reply. > > Though it's not mandatory, if it's going to be useful, then I'll continue > working on it and prepare a proposal. > > The other idea which seemed to be interesting is the one on implementing a > connector to support S

Re: [GSoC] Regarding JSR 196 implementation project idea

2010-03-22 Thread Rajeev Sampath
Thanks Jean-Frederic for your clarification. I'll look into this one as well. Regards, Rajeev On Mon, Mar 22, 2010 at 1:47 PM, jean-frederic clere wrote: > On 03/22/2010 05:40 AM, Rajeev Sampath wrote: > > Thanks Mark for your reply. > > > > Though it's not mandatory, if it's going to be usef

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 ashish.j...@in.ibm.com changed: What|Removed |Added Attachment #24930|0 |1 is obsolete|

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #7 from ashish.j...@in.ibm.com 2010-03-22 09:40:40 UTC --- Created an attachment (id=25158) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25158) Jaas configuration file -- Configure bugmail: https://issues.apache.o

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #8 from ashish.j...@in.ibm.com 2010-03-22 09:41:36 UTC --- Created an attachment (id=25159) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25159) Krb5 configuration file -- Configure bugmail: https://issues.apache.o

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #9 from ashish.j...@in.ibm.com 2010-03-22 09:44:46 UTC --- Created an attachment (id=25160) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25160) Libraries for login module, realm implementation -- Configure bugmail

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #10 from ashish.j...@in.ibm.com 2010-03-22 09:45:49 UTC --- Created an attachment (id=25161) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25161) Sample test application -- Configure bugmail: https://issues.apache.

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #11 from ashish.j...@in.ibm.com 2010-03-22 09:48:03 UTC --- Created an attachment (id=25162) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25162) Java opts -- Configure bugmail: https://issues.apache.org/bugzilla/u

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #12 from ashish.j...@in.ibm.com 2010-03-22 10:02:23 UTC --- Hi Mark, I have modified the patch as you have suggested in your latest update. The new modified patch includes the following: 1) No dependency on Basic, the applicati

DO NOT REPLY [Bug 48956] New: SSI regular expressions not working

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48956 Summary: SSI regular expressions not working Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: major Priority: P2

svn commit: r926042 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 11:50:53 2010 New Revision: 926042 URL: http://svn.apache.org/viewvc?rev=926042&view=rev Log: It is valid to call startAsync() inside a dispatched request Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tomcat/trunk/java/org

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

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 12:52:07 2010 New Revision: 926055 URL: http://svn.apache.org/viewvc?rev=926055&view=rev Log: Servlets added through the new ServletContext.addServlet(...) methods may not be initialised Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

svn commit: r926064 - /tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 13:18:31 2010 New Revision: 926064 URL: http://svn.apache.org/viewvc?rev=926064&view=rev Log: Fire listeners in reverse order for requestDestroyed Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java Modified: tomcat/trunk/java/org/apa

svn commit: r926087 - in /tomcat/trunk/java/org/apache/catalina/deploy: FilterDef.java ServletDef.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 13:57:46 2010 New Revision: 926087 URL: http://svn.apache.org/viewvc?rev=926087&view=rev Log: Fix some TCK issues. The behaviour is undefined in the spec, so go with the TCK requirements Modified: tomcat/trunk/java/org/apache/catalina/deploy/FilterDef.java

svn commit: r926101 - in /tomcat/trunk: java/org/apache/catalina/deploy/WebXml.java test/org/apache/catalina/deploy/TestWebXmlOrdering.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 14:23:26 2010 New Revision: 926101 URL: http://svn.apache.org/viewvc?rev=926101&view=rev Log: Make method names consistent with the names the digester looks for Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java tomcat/trunk/test/org/apache/c

DO NOT REPLY [Bug 48959] New: Tomcat looses request parameters

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48959 Summary: Tomcat looses request parameters Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: All Status: NEW Severity: major Priority: P2 Com

DO NOT REPLY [Bug 48960] New: SSI Servlet should support safe configuration

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 Summary: SSI Servlet should support safe configuration Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priori

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Filip Hanik - Dev Lists
my implementation makes an assumption that the app calls complete(), but it seems as the TCK expects the container to call complete for the app. This is specifically in the dispatchZeroArgTest. The spec defines is as the container will call complete() if the servlet doesn't support async. Howeve

DO NOT REPLY [Bug 48959] Tomcat looses request parameters

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

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Mark Thomas
On 22/03/2010 16:49, Filip Hanik - Dev Lists wrote: > my implementation makes an assumption that the app calls complete(), but > it seems as the TCK expects the container to call complete for the app. > This is specifically in the dispatchZeroArgTest. The spec defines is as > the container will cal

DO NOT REPLY [Bug 48959] Tomcat looses request parameters

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48959 --- Comment #2 from Fabien Balageas 2010-03-22 17:04:36 UTC --- I don't think it is an application issue: if it was, could you explain me why the internal objects of Tomcat are impacted? (it works well with other webapp servers such as Web

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Filip Hanik - Dev Lists
here is what I posted to the JSR list This is in relation to http://markmail.org/message/gafapyibbowo4jdb There are two problems that we encounter with the test code below 1. This servlet does support Async, so it should call complete(), not rely on the container to do so 2. Since it calls disp

DO NOT REPLY [Bug 48960] SSI Servlet should support safe configuration

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #1 from Mark

DO NOT REPLY [Bug 48956] SSI regular expressions not working

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48956 Mark Thomas changed: What|Removed |Added Severity|major |enhancement --- Comment #1 from Mark

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Mark Thomas
On 22/03/2010 17:05, Filip Hanik - Dev Lists wrote: > here is what I posted to the JSR list > > This is in relation to > http://markmail.org/message/gafapyibbowo4jdb > > There are two problems that we encounter with the test code below > 1. This servlet does support Async, so it should call compl

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Remy Maucherat
On Mon, 2010-03-22 at 11:05 -0600, Filip Hanik - Dev Lists wrote: > 2. Since it calls dispatch() before it calls request.setAttribute, it > ends up in a loop For 1), unless the Servlet does startAsync again in the dispatch, it is complete, even if the servlet does not call complete. For 2), this

svn commit: r926219 - in /tomcat/trunk/java/org/apache: coyote/ajp/ coyote/http11/ tomcat/util/net/

2010-03-22 Thread fhanik
Author: fhanik Date: Mon Mar 22 17:44:24 2010 New Revision: 926219 URL: http://svn.apache.org/viewvc?rev=926219&view=rev Log: More async stuff, implement timeout handling Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java tomcat/trunk/java/org/apache/coyote/http11/Abstract

Re: svn commit: r925232 - in /tomcat/trunk: java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/examples/jsp/async/

2010-03-22 Thread Filip Hanik - Dev Lists
On 03/22/2010 11:15 AM, Mark Thomas wrote: On 22/03/2010 17:05, Filip Hanik - Dev Lists wrote: here is what I posted to the JSR list This is in relation to http://markmail.org/message/gafapyibbowo4jdb There are two problems that we encounter with the test code below 1. This servlet does su

DO NOT REPLY [Bug 48960] SSI Servlet should support safe configuration

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 --- Comment #2 from Yair Lenga 2010-03-22 18:06:18 UTC --- Created an attachment (id=25166) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25166) Replacement for SSIServlet.java SSIProcessor.java SSIFilter.java Attached is a q

DO NOT REPLY [Bug 48960] SSI Servlet should support safe configuration

2010-03-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 --- Comment #3 from Yair Lenga 2010-03-22 18:10:55 UTC --- Will you take a patch for Tomcat 5.5 ? I'm using RedHat5, which has a Tomcat 5.5 bundled in. It's much easier to get a security upgrade installed, than to get a new version upgrade

[Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions " by funkman

2010-03-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatTrackNA10_PMC_Sessions" page has been changed by funkman. http://wiki.apache.org/tomcat/TomcatTrackNA10_PMC_Sessions?action=diff&rev1=11&rev2=12 -

svn commit: r926332 - /tomcat/trunk/java/org/apache/catalina/deploy/ServletDef.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 21:00:24 2010 New Revision: 926332 URL: http://svn.apache.org/viewvc?rev=926332&view=rev Log: Provide the method expected by the digester for adding security-role-ref elements Modified: tomcat/trunk/java/org/apache/catalina/deploy/ServletDef.java Modified: tom

svn commit: r926355 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 21:38:52 2010 New Revision: 926355 URL: http://svn.apache.org/viewvc?rev=926355&view=rev Log: SRV.9.3 says we must throw a FNFE Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets

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

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 22:27:24 2010 New Revision: 926377 URL: http://svn.apache.org/viewvc?rev=926377&view=rev Log: TCK failures: Servlets do not support async by default Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/apache

svn commit: r926378 - /tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 22:28:38 2010 New Revision: 926378 URL: http://svn.apache.org/viewvc?rev=926378&view=rev Log: TCK failures: Make sure FilterDefs where async-support was not defined are set to the default of false before being added to the context Modified: tomcat/trunk/java/or

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

2010-03-22 Thread markt
Author: markt Date: Mon Mar 22 22:29:18 2010 New Revision: 926379 URL: http://svn.apache.org/viewvc?rev=926379&view=rev Log: TCK failures: Look for the right element Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java Modified: tomcat/trunk/java/org/apache/catalina/startu

Re: Will your project feature at ApacheCon North America 2010?

2010-03-22 Thread Kevan Miller
Apologies for the broadcast message... In thinking about ApacheCon 2010, I began to wonder if there is interest in creating an "Enterprise Java" track for the conference. I think there is the potential for a lot of interesting content. Many of our projects are busy implementing JSR specs for Ja