You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/04/16 10:14:15 UTC

[jira] Created: (WICKET-473) Allow IResourceStream.length() to return -1

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.


[jira] Updated: (WICKET-473) Allow IResourceStream.length() to return -1

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot updated WICKET-473:
----------------------------------------

    Fix Version/s:     (was: trunk)
                   1.3.0-beta1

> 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
>            Assignee: Jean-Baptiste Quenot
>             Fix For: 1.3.0-beta1
>
>
> 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.


[jira] Resolved: (WICKET-473) Allow IResourceStream.length() to return -1

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot resolved WICKET-473.
-----------------------------------------

    Resolution: Fixed

> 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.