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

Lukas Renggli renggli at gmail.com
Mon Feb 12 22:38:08 UTC 2007


> Looks like a bug to me, i.e. no rationale.
>
> Could you try the fix below in WAUrl and let me know and I publish a
> corrected version.
>
> pathString
>         ^ String streamContents: [ :stream |
>                 path do: [ :each |
>                         stream
>                                 nextPut: $/;
>                                 nextPutAll: each ] ]

I changed that because it looked to me as a bug.

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.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list