Sort of - but Wicket doesn't have to handle the prepending of it.  If I use
"/foo/bar.css", Wicket should generate my link tag using exactly that
string, without modifying it in any way.  Then the browser handles
submitting that request to the domain.  It never actually has to be
prepended.  I'm assuming this is what you meant as well.

I'll look at the JIRA issue sent in a later reply and see if I can assist.

Jeremy Thomerson

On 6/3/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> I think if someone uses an absolute slash - it should treat it as
absolute.
> That is what the standard is anywhere else within a web app, console
> environment, you name it.  If you want relative to where you are, you
leave
> the slash off.  If you want absolute, you use the slash.  With the bug I
> mention below, I have no way of forcing an absolute URL - Wicket takes
that
> away from me and makes it where I would have to inject the actual domain
> into my application to be able to accomplish this.

That sounds reasonable to me, though Al currently is the one who has
got the best knowledge on how this impacts things. Another note is
that absolute without a protocol prefix is still relative as you want
the context path prepended, correct?

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to