This page last changed on Dec 13, 2004 by casey.

HttpHeader

A custom Result type for evaluating HTTP headers against the ValueStack.

Parameters Required Description
status no the http servlet response status code that should be set on a response
parse no true by default. If set to false, the headers param will not be parsed for Ognl expressions
headers no header values

Example:
<result name="success" type="header">
    <param name="status">204</param>
    <param name="headers.a">a custom header value</param>
    <param name="headers.b">another custom header value</param>
</result>
Document generated by Confluence on Dec 14, 2004 16:36