Do you mean in the actual Seaside released package or just in your application?<div><br></div><div>Also, I&#39;m not clear what you mean by &quot;<meta charset="utf-8">map the path index to the parameter values&quot;...<br>

<br><div class="gmail_quote">On Mon, Jul 4, 2011 at 9:19 PM, Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi<br>
<br>
I have a case where I need to pass the session id as a path parameter<br>
[1] to a load balancer. The URL would when look something like this<br>
<br>
/examples/counter;_s=sessionId?_k=.... (&amp;_s=sessionId might follow<br>
doesn&#39;t matter)<br>
(not that this must not be percent escaped)<br>
<br>
As this is a really rare case I thought about adding a lazily<br>
initialized SmallDictionary to WAUrl that would map the path index to<br>
the parameter values. Opinions?<br>
<br>
And yes, it will make for a cool demo ;-)<br>
<br>
 [1] <a href="http://doriantaylor.com/policy/http-url-path-parameter-syntax" target="_blank">http://doriantaylor.com/policy/http-url-path-parameter-syntax</a><br>
<br>
Cheers<br>
Philippe<br>
_______________________________________________<br>
seaside-dev mailing list<br>
<a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev</a><br>
</blockquote></div><br></div>