Otan wrote:
The problem with the extra dot-dot in the image src that arises when the
filter is map to /* seems to be fixed when I do this:
mountBookmarkablePage("/home", HomePage.class);

Now, the URL I see in the browser when I access the homepage is this:
http://server/context-path/home
instead of http://server/context-path/

I don't see that this makes any difference.
../images/foo would map to the same place in both cases.

Regardless of that, this is working absolutely fine for me, whether the home page is mounted or not.

that makes the extra dot-dot in the images src acceptable.

----

To reproduce the problem,
1. map the filter to /*
2. have an unmounted page (page not mounted to a path).
3. Access the the page. The src paths in the images will be problematic
because of the extra dot-dot (..)

This doesn't reproduce the problem for me.

Make us a quickstart.

Regards,

Al

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to