You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2017/06/15 05:43:00 UTC

[jira] [Closed] (WW-4803) OGNL not working with camel case and reverting to 3.0.6 isn't working

     [ https://issues.apache.org/jira/browse/WW-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart closed WW-4803.
-----------------------------

> OGNL not working with camel case and reverting to 3.0.6 isn't working
> ---------------------------------------------------------------------
>
>                 Key: WW-4803
>                 URL: https://issues.apache.org/jira/browse/WW-4803
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.3.32
>            Reporter: jade Lindquist
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.28
>
>
> After upgrading to Struts 2.3.32, actions with request parameters in camel case such as xAxis and yAxis broke. Reverting to ognl-3.0.6.jar was recommended in bug WW-4616 but it doesn't work because it throws this error:
> {noformat}
> SEVERE: Exception starting filter struts2
> java.lang.NoSuchMethodError: ognl.SimpleNode.isSequence(Lognl/OgnlContext;)
> 		at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java:310)
> {noformat}
> We still have lots of struts 1 code so we can't upgrade to struts 2.5. I also tried using the ognl-3.1.12.jar from struts 2.5 but the camel case error is still there.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)