Issue Type: Bug Bug
Affects Versions: 5.0 Alpha1, 4.5.7, 4.4.9, 4.4.8
Assignee: Unassigned
Components: core
Created: 07/Feb/13 10:21 PM
Description:

There is a bug in RangeSupportFilter.

After a HEAD request with a range header, no response data is delivered any more for all following GET/POST requests.

To fix this add the following line in RangeSupportFilter::doFilter() after "isRangedRequest = request.getHeader("Range") != null;"

isServeContent = true; // reset flag

Project: Magnolia
Labels: filter range
Priority: Major Major
Reporter: Markus Jeni
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to