Re: Absolute URI problem

2002-04-02 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 11:51 AM Subject: Re: Absolute URI problem > > 3.3.1 can't have such a problem, since it

Re: Absolute URI problem

2002-04-02 Thread Remy Maucherat
> 3.3.1 can't have such a problem, since it isn't a HTTP/1.1 server. :) Yes indeed ;-) > To have a HTTP/1.1 server you need to download the Coyote Beta from > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1 > .0-b4/ Coyote can handle absolute URIs AFAIK. The old HTT

Re: Absolute URI problem

2002-04-02 Thread Bill Barker
- From: "Nikolay Petrov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 2:59 AM Subject: Absolute URI problem > In http spec: > 5.1.2 Request-URI > ... > To allow for transition to absoluteURIs in all requests in future versions >

Absolute URI problem

2002-04-02 Thread Nikolay Petrov
In http spec: 5.1.2 Request-URI ... To allow for transition to absoluteURIs in all requests in future versions of HTTP, all HTTP/1.1 servers MUST accept the absoluteURI form in requests, even though HTTP/1.1 clients will only generate them in requests to proxies. ... i think version 3.3.1 ive down