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 2010/11/23 20:27:15 UTC

[jira] Resolved: (WICKET-3187) StringResourceStream has null lastModified time

     [ https://issues.apache.org/jira/browse/WICKET-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3187.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Martin Grigorov

Fixed with r1038292.
Now every instance of AbstractStringResourceStream has Time.now() as initial value for lastModified at construction time.

> StringResourceStream has null lastModified time
> -----------------------------------------------
>
>                 Key: WICKET-3187
>                 URL: https://issues.apache.org/jira/browse/WICKET-3187
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-M4
>
>
> From users@ :
> ...it fails with a NPE in (ResourceStreamResource.java line 72), because it seems is always expecting that any IResourceStream implementation set the lastModifiedTime in the underlying stream before calling dataNeedsToBeWritten....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.