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

[jira] [Created] (WICKET-4632) ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field

Martin Grigorov created WICKET-4632:
---------------------------------------

             Summary: ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field
                 Key: WICKET-4632
                 URL: https://issues.apache.org/jira/browse/WICKET-4632
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.0.0-beta2
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


org.apache.wicket.request.resource.ResourceStreamResource#newResourceResponse() resolves the IResourceStream by using #internalGetResourceStream() but later still uses the 'stream' member field.

--
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-4632) ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field

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

Martin Grigorov resolved WICKET-4632.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
    
> ResourceStreamResource should use #getResourceStream() instead of directly using the 'stream' field
> ---------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4632
>                 URL: https://issues.apache.org/jira/browse/WICKET-4632
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0-RC1
>
>
> org.apache.wicket.request.resource.ResourceStreamResource#newResourceResponse() resolves the IResourceStream by using #internalGetResourceStream() but later still uses the 'stream' member field.

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