Mac OS X war file failing.
I am trying to get subsonic running under macosx 10.6.6 with Tomcat and although the deployed war file executes for the most part most of the pages result in a "CSRF" error message showing the following line:
I don't know too much about Java and can't find a way to get past this error. Some help would be greatly appreciated.
- Code: Select all
/WEB-INF/jsp/userSettings.jsp(120,4) "${not command.new and not command.admin}" contains invalid expression(s): javax.el.ELException: The identifier [new] is not a valid Java identifier as required by section 1.19 of the EL specification (Identifier ::= Java language identifier). This check can be disabled by setting the system property org.apache.el.parser.SKIP_IDENTIFIER_CHECK to true.
I don't know too much about Java and can't find a way to get past this error. Some help would be greatly appreciated.