> I'm struggling with this too. Tomat does what JRun does, interprets
relative
> URLs as arelative to the root rather than the the context. I think Orion's
> implementation makes more sense, but the spec is unclear. It simply says
> that relative URLs must be translated to abosolute URLs, that's all.
>
> If Tomcat is the reference implementation, then by definition it is
"right",
> even if it's wrong. That being said, unless Tomcat changes itself,
shouldn't
> Orion follow suite?.
Hi, this issue is still "up in the air" in the expert group, and yes, the
spec is unclear on the matter. As we interpret it the implicit "context"
that paths are relative to is in the spec defined to be the application root
unless otherwise stated (and this is what we feel makes the most sense too).
/Magnus Stenman, the Orion team
> --
> Duane Fields
> [EMAIL PROTECTED]
> Managing Engineer, Web Development
>
>
> ----- Original Message -----
> From: ""Jen Hsien Huang"" <[EMAIL PROTECTED]>
> Newsgroups: uo.listserv.orion
> Sent: Friday, July 14, 2000 10:33 AM
> Subject: RE: sendRedirect in orion and jrun
>
>
> > Of cause, since API says server will resolve relative, so Orion is
right.
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:owner-]On Behalf Of
> Christian Sell
> > Sent: Friday, July 14, 2000 7:43 PM
> > To: Orion-Interest
> > Subject: sendRedirect in orion and jrun
> >
> >
> > from within a servlet, i am making the following call:
> >
> > response.sendRedirect("/");
> >
> > interesting thing: in orion, this takes me back to the context root of
the
> > web application. In JRun 3.0, it takes me to the root of the web server.
> As
> > far as I can see, the API docs say that the server will resolve relative
> > URLs, but which one is right in this case?
> >
> > Christian Sell
> >
>