Re: Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-24 Thread Jan Luehe
Mark, Mark Thomas wrote On 01/24/07 07:59 PM,: Jan Luehe wrote: Hi Mike, thanks for your comments, which I have recorded at: https://servlet-spec-eg.dev.java.net/issues/show_bug.cgi?id=40 Jan - is it possible to get read access to this? please go to https://servlet-spec-eg.dev

Re: Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-24 Thread Mark Thomas
Jan Luehe wrote: > Hi Mike, > > thanks for your comments, which I have recorded at: > > https://servlet-spec-eg.dev.java.net/issues/show_bug.cgi?id=40 Jan - is it possible to get read access to this? Cheers, Mark - To unsubs

Re: Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-24 Thread Jan Luehe
Hi Mike, thanks for your comments, which I have recorded at: https://servlet-spec-eg.dev.java.net/issues/show_bug.cgi?id=40 and https://glassfish.dev.java.net/issues/show_bug.cgi?id=2212 I agree with all the problems you've pointed out, and I agree they need to be fixed. I think we've inhe

DO NOT REPLY [Bug 36303] - webdav servlet does not work when setting port to 80 for the http connector

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41432] - Webdav servlet does not work correctly with Windows XP webdav redirector.

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37794] - getParameter() fails on POST with transfer-encoding: chunked

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38360] - Domain for session cookies

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-24 Thread Mike Kaufman
I think there's a bug in javax.servlet.http.HttpServlet, but I'm not sure where to report it. I'm posting this here for the time being (and possibly on the Glassfish "issue tracker" if and when I can jump through the hoops required to do so), but please let me know if it ought to be reported so

Re: Jasper: Using a non-File based environment

2007-01-24 Thread Felix Meschberger
Hi, Sorry to not have replied earlier - I was very much distracted into the underwoods On 11/17/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: File abstraction is already present in Tomcat (for example, JSP used to run on top of Slide), so you can have all webapp resources loaded from a re

Re: Comet API and InputStream.available()

2007-01-24 Thread Filip Hanik - Dev Lists
In most cases, almost all cases there will be data to be read when a READ event occurs. An example where there is none, is when we recieve a request, and there is no data in the body yet. as we parse the GET request, we invoke READ so that you can read any client data, if any. And that is the c

RE: Comet API and InputStream.available()

2007-01-24 Thread Christophe Pierret
OK, I understand your rationale. It is a tough job to retrofit asynchronous IOs in a synchronous framework like the "servlet specification" and you did great given the constraints ! Continue the good job... Christophe -Message d'origine- De : Remy Maucherat [mailto:[EMAIL PROTECTED] E

DO NOT REPLY [Bug 41447] - It's not possible to deploy a WAR file to a multi-level context path

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41452] - JkMount /*/servlet/ xxxx doesn't detect need to connect

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41452] New: - JkMount /*/servlet/ xxxx doesn't detect need to connect

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41447] - It's not possible to deploy a WAR file to a multi-level context path

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40356] - expressions in XML attributes evaluated in wrong order

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Comet API and InputStream.available()

2007-01-24 Thread Remy Maucherat
Christophe Pierret wrote: Here is what I understood: Assumption #1: When you receive a CometEvent.EventType.READ event, you can always read() at least one byte from the request's InputStream without blocking. Is this correct ? If not correct, then this mail goes directly to tra

DO NOT REPLY [Bug 41447] - It's not possible to deploy a WAR file to a multi-level context path

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41447] - path element in new context.xml files

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Comet API and InputStream.available()

2007-01-24 Thread Christophe Pierret
Here is what I understood: Assumption #1: When you receive a CometEvent.EventType.READ event, you can always read() at least one byte from the request's InputStream without blocking. Is this correct ? If not correct, then this mail goes directly to trash (and sorry for the inco

DO NOT REPLY [Bug 39637] - AJP13 connector does not handle chain of SSL client certificate

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39636] - mod_jk does not pass SSL client certificate chain to AJP connector

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39636] - mod_jk does not pass SSL client certificate chain to AJP connector

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41432] - Webdav servlet does not work correctly with Windows XP webdav redirector.

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu