Re: Expressions and migration from 2.0.9

2008-05-19 Thread Musachy Barroso
You can define a taglib-location in web.xml, but I am not sure if that overwrites the one from the jar file. musachy On Mon, May 19, 2008 at 3:14 PM, Oleg Mikheev <[EMAIL PROTECTED]> wrote: > Dave Newton wrote: >> >> Change the TLD? >> >> The combination of the two levels of EL is a security risk

Re: Expressions and migration from 2.0.9

2008-05-19 Thread Oleg Mikheev
Dave Newton wrote: Change the TLD? The combination of the two levels of EL is a security risk in some applications. If you're not worried about it or not affected by it then it's an easy, if annoying, workaround. Thanks Is repackaging struts jar the only way of doing that? --

Re: Expressions and migration from 2.0.9

2008-05-19 Thread Dave Newton
Change the TLD? The combination of the two levels of EL is a security risk in some applications. If you're not worried about it or not affected by it then it's an easy, if annoying, workaround. Dave --- Oleg Mikheev <[EMAIL PROTECTED]> wrote: > I was trying to upgrade from 2.0.9 to the latest S