<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.14">
<TITLE>Re: [Seaside] [2.6b1-mb.131] URL changes?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Okay, what's the solution for? I know I complained about the infinite redirect, but according to my scenario I sent earlier it probably has more to do with cookie changes than the slash, no? I wish I could do more than just yap here ;)<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: The Squeak Enterprise Aubergines Server - general discussion. &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Mon Feb 12 23:05:12 2007<BR>
Subject: Re: [Seaside] [2.6b1-mb.131] URL changes?<BR>
<BR>
&gt; &gt; Having no $/ at the end makes it impossible (unless someone can prove<BR>
&gt; &gt; otherwise) to run an application in the root (e.g.<BR>
&gt; &gt; <A HREF="http://www.somedomain.com">http://www.somedomain.com</A>) and generate REST-full URLs.<BR>
&gt;<BR>
&gt; '<A HREF="http://www.xxx.ccc'">http://www.xxx.ccc'</A> asURI resolveRelativeURI: '?de'<BR>
&gt;<BR>
&gt; ==&gt;&nbsp; <A HREF="http://www.xxx.ccc/?de">http://www.xxx.ccc/?de</A><BR>
&gt;<BR>
&gt; '<A HREF="http://www.xxx.ccc'">http://www.xxx.ccc'</A> asURI resolveRelativeURI: 'abc?de'<BR>
&gt;<BR>
&gt; =&gt;&nbsp; <A HREF="http://www.xxx.ccc/abc?de">http://www.xxx.ccc/abc?de</A><BR>
<BR>
For Pier I don't want to just add parameters, but a whole path. So<BR>
something like:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.xxx.ccc/foo/bar/zork?a=1&b=2&c=3">http://www.xxx.ccc/foo/bar/zork?a=1&b=2&c=3</A><BR>
<BR>
Then the root directory turns out to be a problem:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.xxx.ccc?a=1&b=2&c=3">http://www.xxx.ccc?a=1&b=2&c=3</A><BR>
<BR>
So I changed it to:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.xxx.ccc/?a=1&b=2&c=3">http://www.xxx.ccc/?a=1&b=2&c=3</A><BR>
<BR>
That's what this change is all about. It has been in for quite a while<BR>
and nobody complained so far. Now we need to look for a solution ...<BR>
<BR>
Cheers,<BR>
Lukas<BR>
<BR>
--<BR>
Lukas Renggli<BR>
<A HREF="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch</A><BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>