https://bz.apache.org/bugzilla/show_bug.cgi?id=58554

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
There is nothing I could find in the JSP specification that states that the
implicit variables are final.

The current JSP code generation is clearly written on the basis that they are
not final and that they may change during the execution of the JSP page.

As an aside, the example in the description wouldn't work even if out were
final due to the IOExceptions thrown. A try/catch block is also required.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to