>>> * absolute uri: starts with scheme:// >> >> Is the value of scheme important, or is it just to signal that this is >> an absolute uri? >> If the value is to be used in the resolution, then we should take into >> account that requests can be both http:// and https://
On Sun, Nov 23, 2008 at 7:30 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Basically, I would say, the scheme is important, too: For example you > might want to force https on certain content locations. Hmmm. I'm not sure I agree. I think a resource should be the same regardless of what protocol you choose to deliver it. I can see cases where I want to force https, but that would be depending on the use case (e.g. passing a login), not depending on the resource itself. So I think I want to avoid having to map both http and https explicitly. If I want to force https on something, I'll do it with scripts. -- Vidar S. Ramdal <[EMAIL PROTECTED]> - http://www.idium.no Akersgata 16, N-0158 Oslo, Norway
