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

Lukas Renggli renggli at gmail.com
Tue Feb 13 07:05:12 UTC 2007


> > 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


More information about the Seaside mailing list