[Seaside-dev] path parameters in WAUrl?

Philippe Marschall philippe.marschall at gmail.com
Mon Jul 4 20:19:25 UTC 2011


Hi

I have a case where I need to pass the session id as a path parameter
[1] to a load balancer. The URL would when look something like this

/examples/counter;_s=sessionId?_k=.... (&_s=sessionId might follow
doesn't matter)
(not that this must not be percent escaped)

As this is a really rare case I thought about adding a lazily
initialized SmallDictionary to WAUrl that would map the path index to
the parameter values. Opinions?

And yes, it will make for a cool demo ;-)

 [1] http://doriantaylor.com/policy/http-url-path-parameter-syntax

Cheers
Philippe


More information about the seaside-dev mailing list