On 09/03/2016 18:20, jimi.hulleg...@svensktnaringsliv.se wrote: > Has anyone seen this problem before? What could be the cause of it?
It is a known 'feature' of the new EL requirements added in 3.0. The EL parser can't differentiate between an attribute without a scope and a reference to an static field. See https://bz.apache.org/bugzilla/show_bug.cgi?id=57583 The way to avoid it is to always add an explicit scope (page, request, application, session) to your attributes. Suggestions for improvements to the default ImportHandler implementation to make this faster are welcome. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org