Bugs item #1167112, was opened at 2005-03-20 19:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1167112&group_id=119783
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gili Tzabari (cowwoc) Assigned to: Nobody/Anonymous (nobody) Summary: Never call URL.getFile() directly Initial Comment: See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4701321 This problem is causing ResourceTest to fail like I've been reporting for months now :) What happens is that on UrlResource's constructor we are using URL.getFile() directly and this returns a path prefixed with a slash, which does not exist. We should search and replace all uses of URLgetFile() across the entire codebase. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1167112&group_id=119783 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
