Jeremy Thomerson created WICKET-5351:
----------------------------------------

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


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
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to