-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Lost Issues
-
Component/s: None
Currently, in order to run FenixEdu, Tomcat must be configured with the option
-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false.
This is due to improper " escaping in JSP files (example).
Since FenixEdu 3.0.0.M1 that it is possible to use Expression Language directly on JSPs, so most of these bad usages should be simple to replace.