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

Ron Teitelbaum Ron at USMedRec.com
Tue Feb 13 00:06:54 UTC 2007


If you are going to put it back then relative files in FileLibrary will work
again.  I guess I'll wait to see how this plays out before I fix my
application!

Ron

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Lukas Renggli
> Sent: Monday, February 12, 2007 5:38 PM
> To: The Squeak Enterprise Aubergines Server - general discussion.
> Subject: Re: [Seaside] [2.6b1-mb.131] URL changes?
> 
> > 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
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside




More information about the Seaside mailing list