[
https://issues.apache.org/struts/browse/TILES-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Petrelli closed TILES-90.
---------------------------------
> [Standalone Tiles] Test fails due to URL problems on different platforms.
> -------------------------------------------------------------------------
>
> Key: TILES-90
> URL: https://issues.apache.org/struts/browse/TILES-90
> Project: Tiles
> Issue Type: Bug
> Environment: Operating System: other
> Platform: Other
> Reporter: Greg Reddin
> Fix For: 2.0.0
>
> Attachments: patchfile.txt
>
>
> The TestReloadableDefinitionsFactory test fails on Windows because of the way
> the Windows JDK
> creates URLs. If you create an URL with the path "E:/somedir/somefile" then
> call url.toExternalForm()
> you will get "file:E:/somedir/somefile". This is an invalid URL. It should
> be "file:/E:/somedir/somefile".
> I've created a patch to fix this behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.