Re: bug? RequestUtils.toAbsolutePath using AJAX is not constructing a valid path

2009-03-08 Thread Igor Vaynberg
file a jira, preferrably with a quickstart -igor On Sat, Mar 7, 2009 at 6:29 AM, Antoine van Wel wrote: > Hey hey, > > > trying to construct a URL like this: > > RequestUtils.toAbsolutePath(urlFor(MyPage.class, null).toString()); > > > this works fine in general, but when executed using AJAX cal

bug? RequestUtils.toAbsolutePath using AJAX is not constructing a valid path

2009-03-07 Thread Antoine van Wel
Hey hey, trying to construct a URL like this: RequestUtils.toAbsolutePath(urlFor(MyPage.class, null).toString()); this works fine in general, but when executed using AJAX calls, it produces " http:/mypagemountpath " instead of the expected " http://my.host.name/mypagemountpath " Am I missing