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

Michael Rueger m.rueger at acm.org
Mon Feb 12 23:32:46 UTC 2007


Lukas Renggli wrote:
> 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

Q.E.D.

Michael


More information about the Seaside mailing list