Allow IResourceStream.length() to return -1 -------------------------------------------
Key: WICKET-473 URL: https://issues.apache.org/jira/browse/WICKET-473 Project: Wicket Issue Type: New Feature Components: wicket Reporter: Jean-Baptiste Quenot Assigned To: Jean-Baptiste Quenot Fix For: 1.3 When IResourceStream.length() returns -1, Wicket's ResourceStreamRequestTargetResponse will not send a Content-Length header. When an IResourceStream doesn't know in advance the number of bytes, that allows to send a response without buffering the whole resouse. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.