Re: Struts 2.2.1 static params being included in redirects

2010-08-17 Thread jordi
btw, there's also an exception now: DEBUG com.opensymphony.xwork2.DefaultActionInvocation - Executing action method = execute DEBUG org.apache.struts2.dispatcher.ServletRedirectResult - Caught OgnlException while setting property 'publicId' on type 'org.apache.struts2.dispatcher.ServletActionRedir

Struts 2.2.1 static params being included in redirects

2010-08-17 Thread jordi
Hey there, since 2.2.1, all my static params are being includes as parameters after any redirect (redirect-action or redirect). for example, i've got mapped /foo/{id}/bar and after executing /foo/1/bar and redirecting to another location i get /foo/1/barbaz?id=1 is there any workaround for this?