"Love, Jay" <[EMAIL PROTECTED]> wrote:
> This will probably be easier than you think. We already have the code in
> place to handle "extra path info" URLs. You just need to enable it in
> Application.config, then parse the "extraURLPath" property of the Request
> object. I suggest handling all this in HTTPRequest.sessionID(). You just
> need to add a second place to check for the sessionID, in addition to
> values().
I don't think extraURLPath will help him -- (my impression is that) he
wants to use the current Servlet path mechanism, but with the SID at
the root of that path.
He'll have to subclass/edit Application in order to do this. In
particularly, the serverSideInfoForRequest method.
It would be good to factor this method better, as there's not many
hooks for doing what he wants. There should be a
serverSideInfoForRequestURI or somesuch that just takes a string --
then his subclass would just override that, strip the SID out, and
call the superclass.
As it is, there's just a heap of code he'll have to sift through :-(
Ian
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel