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

Mark Thomas <[email protected]> changed:

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

--- Comment #3 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to