NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item923: Adding two new fields to the default response header: Action and URI. read Development.ExtraResponseHeaderFields for details
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
core |
EugenMayer |
Adding to new fields to the default response header: Action and URI. read
Development.ExtraResponseHeaderFields for details.
If have using this patch for over 2 weeks now and did not face any issues ( even though i did a lot of header research and work trough that time ). Its RFC compliant and actually iam not expected anyone who is not using it recognising any changes.
--
changed the order, where the header is set, because this would confuse a rest-handler, which returns his on page ( header are set after content ). No i set the header before, so they get overwritten if needed
Well opening new bug request.
--
EugenMayer - 03 Feb 2009
If the goal is to have these headers sent
always (even for rest handlers), you put them in the right place. I changed the call from
header to
pushHeader cause the former is similar to
CGI::header (it adjusts lots of headers) and it's not necessary.
--
GilmarSantosJr - 04 Feb 2009