are JSPs using Java5.0 syntax supported completely?

2006-10-24 Thread Dies Koper
Hello, I never doubted that Tomcat 5.5 supported JSPs using Java5.0's new syntax and features, until I read the following in the docs: The Java compiler from Eclipse JDT in included as the default compiler. [...] This new compiler will be updated to support the Java 5 syntax as soon as possible.

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Dies Koper
Hello Mark, Thank you, and William & Remy for looking at this issue. The JSP in question has several expressions. I thought the following in the JSP 2.0 spec (section JSP.1.12.3) would apply: Expressions are evaluated left-to-right in the JSP page. This does not apply when expressions are

Re: Fix for old SAX issue causing bug 40356

2007-01-23 Thread Dies Koper
>> Expressions are evaluated left-to-right in the JSP page. >> >> This does not apply when expressions are used in attributes? >> > > well, no. however section 1.14 may apply. > > The interpretation of all actions start by evaluating the values given to > its attributes left to right, and assi

Re: FW: PermGen overflow

2006-07-31 Thread Dies Koper
Hello Nikita, I only recently joined this list so I might have missed your first message (actually I subscribed that same day). I think what you wrote should help. If you are going to try it out, please let us know the result. Other than that, all I can think of to decrease heap space is to t

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

2006-08-16 Thread Dies Koper
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 same client. It did in Tomcat 4.1. It did so no mat

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

2006-08-16 Thread Dies Koper
I wrote and what the spec writes? I tried searching the mailing lists about it but could not find any discussion about it. Thank again for the reply, Dies Jan Luehe wrote: > Hi Dies, > > Dies Koper wrote On 08/16/06 05:28,: > >> Hello, >> >> I'm looking in

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

2006-08-17 Thread Dies Koper
ll in agreement on this. I suppose they changed their minds a few times on what this method should do and that led to the ambiguity. Thank you for double-checking, I'm looking forward to hearing their reply. Regards, Dies Koper

Re: TCK Failed Was: Tomcat 5.5.18-beta preview

2006-08-28 Thread Dies Koper
Hello Filip, In my application I used a pageContext.include which once threw a JasperException (ServletException) while it was supposed to (according to the spec) propagate the IOException as-is. I noticed that setting the "deployment" init param in conf\web.xml to "false" made it propagate th