[Seaside] [2.6b1-mb.131] URL changes?

Boris Popov boris at deepcovelabs.com
Tue Feb 13 07:13:39 UTC 2007


Okay, what's the solution for? I know I complained about the infinite redirect, but according to my scenario I sent earlier it probably has more to do with cookie changes than the slash, no? I wish I could do more than just yap here ;)

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: The Squeak Enterprise Aubergines Server - general discussion. <seaside at lists.squeakfoundation.org>
Sent: Mon Feb 12 23:05:12 2007
Subject: Re: [Seaside] [2.6b1-mb.131] URL changes?

> > Having no $/ at the end makes it impossible (unless someone can prove
> > otherwise) to run an application in the root (e.g.
> > http://www.somedomain.com) and generate REST-full URLs.
>
> 'http://www.xxx.ccc' asURI resolveRelativeURI: '?de'
>
> ==>  http://www.xxx.ccc/?de
>
> 'http://www.xxx.ccc' asURI resolveRelativeURI: 'abc?de'
>
> =>  http://www.xxx.ccc/abc?de

For Pier I don't want to just add parameters, but a whole path. So
something like:

      http://www.xxx.ccc/foo/bar/zork?a=1&b=2&c=3

Then the root directory turns out to be a problem:

      http://www.xxx.ccc?a=1&b=2&c=3

So I changed it to:

      http://www.xxx.ccc/?a=1&b=2&c=3

That's what this change is all about. It has been in for quite a while
and nobody complained so far. Now we need to look for a solution ...

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070212/5e8ea4a0/attachment.htm


More information about the Seaside mailing list