Hi list,
porting my application to tomcat 6.0.18 I'm now fighting with this bug:

https://issues.apache.org/bugzilla/show_bug.cgi?id=45511 ( EL "empty" keyword does not work )

since in my application I have a lot of something like ${empty('')}.
I have seen that the bug is already closed, so I would like to ask when 6.0.19 will be released (if you already know it) since maybe I can wait for the next release instead of change my code. I have another question about that bug. For EL specification which is the right way ? ${empty('')} or ${empty ('')} ? I would like to understand if changing my code can cause issues with other web servers or in any case the specification says the space is required.

Thanks a lot
ste





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to