On Wed, Oct 15, 2008 at 9:36 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Currently the URL is not prefixed with the context path. > > Questions: > > (1) Would this be, what you envisioned ?
Yes, mainly the context path prefix is what I need. > (2) Obviously this implementation is not exactly what the Spec says, the > encodeURL method is about: encodeURL is used to rewrite the URL to add > the Session ID. Seen that, and I think we should have a separate method here, as we don't want a session ID in Sling apps ;-) and don't want to be in conflict with the spec. Since the current implementation of encodeUrl calls the super implementation at the end, you would get the session ID as part of the URL if cookies don't work (IIRC). Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
