Re: Generics and the spec interfaces

2008-05-06 Thread Jan . Luehe
Mark Thomas wrote: Costin Manolache wrote: And if the TCK signature tests pass - that's a bug in the tests :-). We shouldn't touch the method signatures in servlet API. Having read everyone's comments and having thought some more about this during today, my current plan is: - fix any

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

2007-01-25 Thread Jan Luehe
Hi Mark, Mark Thomas wrote On 01/25/07 04:33 PM,: Jan Luehe wrote: please go to https://servlet-spec-eg.dev.java.net/ and request observer role. I tried by I can't access any of the project. My id is medthomas. Could you forward the request for me? I'm forwarding the message I just

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

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

Re: change in session activity tracking between Tomcat 4.1/5.0 and Tomcat 5.5

2006-08-17 Thread Jan Luehe
for the reply, Dies Jan Luehe wrote: Hi Dies, Dies Koper wrote On 08/16/06 05:28,: Hello, I'm looking into an issue we ran into when upgrading from Tomcat 4.1 to Tomcat 5.5. The time returned by the HttpSession.getLastAccessTime method seems to have changed. We believe it should

Re: change in session activity tracking between Tomcat 4.1/5.0 and Tomcat 5.5

2006-08-16 Thread Jan Luehe
Hi Dies, Dies Koper wrote On 08/16/06 05:28,: Hello, I'm looking into an issue we ran into when upgrading from Tomcat 4.1 to Tomcat 5.5. The time returned by the HttpSession.getLastAccessTime method seems to have changed. We believe it should return the time of the previous request from the

Re: What triggers jspDestroy?

2006-06-13 Thread Jan Luehe
Hi Bob, Bob Damato wrote On 06/13/06 07:49,: Hello, I got no response for this on the tomcat-users list. I think it may be more appropriate for this list since it's more about the internals of Tomcat: -- I have a page that renders a very large report

Re: svn commit: r399545 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

2006-05-04 Thread Jan Luehe
Bill Barker wrote On 05/04/06 11:14,: -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 1:45 AM To: Tomcat Developers List Subject: Re: svn commit: r399545 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

Re: svn commit: r399545 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

2006-05-04 Thread Jan Luehe
Bill Barker wrote On 05/04/06 17:18,: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 2:38 PM To: Tomcat Developers List Subject: Re: svn commit: r399545 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

Re: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-02-02 Thread Jan Luehe
Bill Barker wrote On 02/02/06 11:32,: -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 4:02 AM To: Tomcat Developers List Subject: Re: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catali

Re: [Fwd: Re: Response not flushed before RD.forward() returns]

2006-01-23 Thread Jan Luehe
Bill Barker wrote On 01/21/06 17:45,: Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: Yeah, it's pretty much a fatal flaw in the Catalina design. It's currently impossible for Catalina to satisfy both the requirements for error-pages and

Response not flushed before RD.forward() returns

2006-01-19 Thread Jan Luehe
Consider the following code snippet of a servlet's service() method: public class DispatcherServlet extends HttpServlet { public void service(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException {

Re: Response not flushed before RD.forward() returns

2006-01-19 Thread Jan Luehe
Bill Barker wrote On 01/19/06 18:11,: -Original Message- From: Jan Luehe [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 5:57 PM To: tomcat-dev@jakarta.apache.org Subject: Response not flushed before RD.forward() returns Consider the following code snippet

Re: getContext() - spec interpretation

2005-11-28 Thread Jan Luehe
Hi Mark, Mark Thomas wrote On 11/24/05 11:34,: All, I have been looking at bug 13040 and reviewing the current getContext() implementation. I saw Remy's comment from some time ago when fixing some related bugs (http://marc.theaimsgroup.com/?l=tomcat-devm=106008981803343w=2) that this