[
https://issues.apache.org/jira/browse/WW-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15062478#comment-15062478
]
Hudson commented on WW-4545:
----------------------------
SUCCESS: Integrated in Struts-JDK6-support-2.3 #940 (See
[https://builds.apache.org/job/Struts-JDK6-support-2.3/940/])
WW-4545 - Setting status code in HttpHeaders will be ignored (amashchenko: rev
f2958524823a2b514aa5de239d264cf6a622297d)
*
plugins/rest/src/main/java/org/apache/struts2/rest/DefaultContentTypeHandlerManager.java
> Setting status code in HttpHeaders will be ignored
> --------------------------------------------------
>
> Key: WW-4545
> URL: https://issues.apache.org/jira/browse/WW-4545
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - REST
> Affects Versions: 2.5
> Reporter: Johannes Geppert
> Labels: rest, struts2
> Fix For: 2.3.25, 2.5
>
> Attachments: WW-4545.patch
>
>
> Setting the status code for validation has no effect.
> {code:xml}
> <constant name="struts.rest.validationFailureStatusCode" value="406"/>
> {code}
> Inside of the RestWorkflowInterceptor this status code is used:
> {code:java}
> HttpHeaders info = new DefaultHttpHeaders()
> .disableCaching()
> .renderResult(method)
> .withStatus(validationFailureStatusCode);
> {code}
> But the result has still a 200 success result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)