Abhishek Garg created SLING-12322:
-------------------------------------
Summary: Stream Reader should Return SC_OK if content length is
less than specified range
Key: SLING-12322
URL: https://issues.apache.org/jira/browse/SLING-12322
Project: Sling
Issue Type: Bug
Components: Servlets
Affects Versions: Servlets Get 2.2.0
Reporter: Abhishek Garg
if the Request contains following header :
{code:java}
Range: bytes=0-8388607 {code}
and file length is less than this, then we should return SC_OK(200) instead ofÂ
SC_PARTIAL_CONTENT(206).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)