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

Boris Popov boris at deepcovelabs.com
Mon Feb 12 23:03:09 UTC 2007


The fix seems to do the trick, reversing the change and sparing me the
endless redirects problem that rears its ugly head on occasion. That's
not to say that Lukas' intention isn't a good one, there's just no time
for me to look deeper into this to see where the redirects are coming
from,

Thanks,

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Michel
Bany
Sent: Monday, February 12, 2007 2:30 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] [2.6b1-mb.131] URL changes?


On 12 Feb 2007, at 23:08 , Boris Popov wrote:

> Michel,
>
> Just loaded latest VisualWorks version based on Seaside2.6b1-mb. 
> 131.mcz
> and having problems with URLs, redirects and such,
>
> - I've seen at least 3 endless redirects happen so far, can't  
> reproduce
> it
> - URLs used to be /app?_k=MpiiFjkQ now they're /app/?_k=gnFQfgKn,  
> what'd
> the rationale for this one?
>

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

Cheers,
Michel.
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list