I have the following annotations placed on my controller to assure
redirect-after-post:
@Results({
  @Result(name="create", type="redirect", location="/schedule/"),
  @Result(name="update", type="redirect", location="/schedule/"),
  @Result(name="destroy", type="redirect", location="/schedule/")
})
When redirect is performed ?statusCode=303 is appended to url. Is there any
way to avoid this?

Genadii

Reply via email to