Jasper bug exposed through Struts ?

2003-06-04 Thread Petr Jiricka
Hello list, recently I filed the following bug against Struts: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20155 However, it is not quite clear that this is a Struts bug. The Struts developers argue in the bug report that this may be a bug in Jasper and its classloading behavior. Or at t

Jasper Bug

2002-09-21 Thread David Shanahan
There is still a bug in Jasper 2 (tomcat 4.1.10) that generates incorrect code for IterationTag (s). There is no variable synchronization between doStartTag() and the loop body. The following (snippet) of a jsp page with an IterationTag ... --- --- I can count to ten.

[PATCH][4.1.9] Jasper bug - script variables not synchronized

2002-08-12 Thread David Shanahan
a release soon. Thanks to everyone for their efforts on Tomcat ! -Original Message- From: David Shanahan Sent: Monday, August 12, 2002 3:54 PM To: '[EMAIL PROTECTED]' Subject: RE: [4.1.9] New test milestone released There is a bug in 4.1.9 (a Jasper bug) that breaks my ap

pageContext null from JSP method -- Jasper bug?

2002-06-20 Thread Jones, Stephen
Hey Jasper gurus-- is this a bug? I have this JSP example (note the exclamation point): <%! /* This method returns null-- Jasper should probably give a compiler error, since this is a dangerous pitfall for JSP developers. */ private PageContext getPageContext() {

RE: jasper bug

2001-04-05 Thread Larry Isaacs
ioned for properties set with type String. I have also resolved bug 1207 as invalid for the same reason. Cheers, Larry > -Original Message- > From: Samuel Niles Peretz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 10:22 AM > To: [EMAIL PROTECTED] > Subject: j

jasper bug

2001-04-05 Thread Samuel Niles Peretz
org/apache/jasper/runtime/JspRuntimeLibrary.java in the method: introspecthelper This is a fix for the bug in handling jsp:setProperty for text fields (as posted in previous bug reports such as http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1207) where set method of property is not invoked for

Re: Jasper Bug 652 (do*Body not called): not a bug?

2001-01-18 Thread Rickard Öberg
Jeff Turner wrote: > Having a look through bug 652: > > BodyTag doInitBody and doAfterBody called on tags without body > > (http://znutar.cortexity.com/BugRatViewer/ShowReport/652) > > I don't think this is a bug. > > The JSP spec, p88, says: > > "If an action element can have a non-empty bo

Jasper Bug 652 (do*Body not called): not a bug?

2001-01-17 Thread Jeff Turner
Hi, Having a look through bug 652: BodyTag doInitBody and doAfterBody called on tags without body (http://znutar.cortexity.com/BugRatViewer/ShowReport/652) I don't think this is a bug. The JSP spec, p88, says: "If an action element can have a non-empty body and is interested in the conte