hi,
The error "jsp.error.session.invalid" was reported because I had not written <[EMAIL PROTECTED] session="false" %> but <[EMAIL PROTECTED] session="no" %> so tomcat was trying to tell me _I_ made a mistake, but I really was not getting it until I was creating a testcase.
However, if I use the correct syntax to prevent creation of a session I still get an error if I try to use the same import tag, now it's: "Cannot use session if session is disabled".
I've added a testcase as a comment in the bugtracker (bug #6488). [it's a pity it mangles my code...]
Simon
Michiel Meeuwissen wrote:
Simon Groenewolt <[EMAIL PROTECTED]> wrote:
I would think that when I specify required="false" it should not give an exception.
I was not aware of this, and I indeed think that it is a bug that this would cause an error if there is no of an invalid session. Why not report it as such? It's problably quite easy to fix as well.
Michiel
