Re: JSP Compile Hangs

2004-10-22 Thread Eric Blenkush
Im glad to get confirmation on this. Why is it so bad that the problem is in commons-el? Eric On Oct 22, 2004, at 5:07 AM, Remy Maucherat wrote: Eric Blenkush wrote: Certainly. I hope you mean post it to this list, I didnt see anywhere on bugzilla to submit one. Here is the text of the JSP and

Re: JSP Compile Hangs

2004-10-22 Thread Remy Maucherat
Eric Blenkush wrote: Certainly. I hope you mean post it to this list, I didnt see anywhere on bugzilla to submit one. Here is the text of the JSP and the file. I can reproduce the issue, and it's obvious in the thread stack that the issue is with the parser in commons-el :( Rémy ---

Re: JSP Compile Hangs

2004-10-21 Thread Eric Blenkush
On Oct 21, 2004, at 10:17 AM, Remy Maucherat wrote: Eric Blenkush wrote: Kin-man, Thanks for the response. I filed a bug report and I have an initial fix that I have been working on. Here is a preview: This is due to the LOOKAHEAD on line 256 of ELParser.jj This fix allows the EL expression to

Re: JSP Compile Hangs

2004-10-21 Thread Remy Maucherat
Eric Blenkush wrote: Kin-man, Thanks for the response. I filed a bug report and I have an initial fix that I have been working on. Here is a preview: This is due to the LOOKAHEAD on line 256 of ELParser.jj This fix allows the EL expression to be parsed quickly but I have not tested thoroughly.

Re: JSP Compile Hangs

2004-10-20 Thread Eric Blenkush
Kin-man, Thanks for the response. I filed a bug report and I have an initial fix that I have been working on. Here is a preview: This is due to the LOOKAHEAD on line 256 of ELParser.jj This fix allows the EL expression to be parsed quickly but I have not tested thoroughly. In ELParser.jj delet

Re: JSP Compile Hangs

2004-10-20 Thread Kin-man Chung
Please file a report on bugzilla. If you also include a test case (to save me some typing :)), I'll take a look to see where Jasper is spending its time. Did you said it was in commons-el? That'd be bad. -Kin-man On Wed, 2004-10-20 at 00:43, Eric Blenkush wrote: > On Oct 19, 2004, at 10:41 PM,

Re: JSP Compile Hangs

2004-10-20 Thread Remy Maucherat
Eric Blenkush wrote: The hang is happening when the .java file is being generated from the .jsp file. I confirmed this by taking the commons-el-1.0 source and modifying it to parse the same EL statement as given above and it never completed. Any helpful comments on where to start looking to fix

Re: JSP Compile Hangs

2004-10-20 Thread Eric Blenkush
On Oct 19, 2004, at 10:41 PM, Remy Maucherat wrote: Eric Blenkush wrote: Hi, On Tomcat 5.5.2 I am experiencing very long compile times(and hangs) for certain JSP pages. The page has an EL expression like this: ${fn:toUpperCase((fn:toUpperCase((fn:toUpperCase((fn:toUpperCase((fn: toUpperCase((fn

Re: JSP Compile Hangs

2004-10-19 Thread Remy Maucherat
Eric Blenkush wrote: Hi, On Tomcat 5.5.2 I am experiencing very long compile times(and hangs) for certain JSP pages. The page has an EL expression like this: ${fn:toUpperCase((fn:toUpperCase((fn:toUpperCase((fn:toUpperCase((fn: toUpperCase((fn:toUpperCase((fn:toUpperCase((fn:toUpperCase((fn: t