You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jesse Long (JIRA)" <ji...@apache.org> on 2012/06/10 20:56:43 UTC

[jira] [Created] (WICKET-4601) IResourceStreamWriter to take OutputStream instead of Response

Jesse Long created WICKET-4601:
----------------------------------

             Summary: IResourceStreamWriter to take OutputStream instead of Response
                 Key: WICKET-4601
                 URL: https://issues.apache.org/jira/browse/WICKET-4601
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0-beta2
            Reporter: Jesse Long
            Priority: Minor


IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Resolved] (WICKET-4601) IResourceStreamWriter to take OutputStream instead of Response

Posted by Martin Grigorov <mg...@apache.org>.
There were 5 commits for this ticket but something happened during the
push and the changes are in the Apache Git repo but there are no
notification mails.
I've created https://issues.apache.org/jira/browse/INFRA-4931 about this.

On Mon, Jun 18, 2012 at 12:20 PM, Martin Grigorov (JIRA)
<ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/WICKET-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Martin Grigorov resolved WICKET-4601.
> -------------------------------------
>
>       Resolution: Fixed
>    Fix Version/s: 6.0.0-RC1
>
> Thanks for the improvements, Jesse!
>
>> IResourceStreamWriter to take OutputStream instead of Response
>> --------------------------------------------------------------
>>
>>                 Key: WICKET-4601
>>                 URL: https://issues.apache.org/jira/browse/WICKET-4601
>>             Project: Wicket
>>          Issue Type: Improvement
>>          Components: wicket
>>    Affects Versions: 6.0.0-beta2
>>            Reporter: Jesse Long
>>            Assignee: Martin Grigorov
>>            Priority: Minor
>>             Fix For: 6.0.0-RC1
>>
>>
>> IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

[jira] [Assigned] (WICKET-4601) IResourceStreamWriter to take OutputStream instead of Response

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

Martin Grigorov reassigned WICKET-4601:
---------------------------------------

    Assignee: Martin Grigorov
    
> IResourceStreamWriter to take OutputStream instead of Response
> --------------------------------------------------------------
>
>                 Key: WICKET-4601
>                 URL: https://issues.apache.org/jira/browse/WICKET-4601
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Jesse Long
>            Assignee: Martin Grigorov
>            Priority: Minor
>
> IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WICKET-4601) IResourceStreamWriter to take OutputStream instead of Response

Posted by "Jesse Long (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292556#comment-13292556 ] 

Jesse Long commented on WICKET-4601:
------------------------------------

This an a few other changes available at https://github.com/jesselong/wicket/commits/resources

Grant ASF all rights to changes.
                
> IResourceStreamWriter to take OutputStream instead of Response
> --------------------------------------------------------------
>
>                 Key: WICKET-4601
>                 URL: https://issues.apache.org/jira/browse/WICKET-4601
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Jesse Long
>            Priority: Minor
>
> IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4601) IResourceStreamWriter to take OutputStream instead of Response

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

Martin Grigorov resolved WICKET-4601.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1

Thanks for the improvements, Jesse!
                
> IResourceStreamWriter to take OutputStream instead of Response
> --------------------------------------------------------------
>
>                 Key: WICKET-4601
>                 URL: https://issues.apache.org/jira/browse/WICKET-4601
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Jesse Long
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.0.0-RC1
>
>
> IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira