次のようなページの URL があります。
http://mydomain.com/nodes/32/article/new?return=view
tomcat 7 をインストールした後、アクセスしようとすると、次の例外が発生しました。
/nodes/${param.id}/article/new?return=${param.return}
contains invalid expression(s): javax.el.ELException: The identifier [return] 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.
なぜ私はそれを得るのですか?それを修正するには、Tomcat のみでこのプロパティを変更する必要がありますか?