On Fri, Oct 31, 2008 at 8:11 AM, Martijn Brinkers
<[EMAIL PROTECTED]> wrote:
>
> On Fri, 2008-10-31 at 07:59 -0700, Howard Lewis Ship wrote:
>> My general approach is to use query parameters, not context info in
>> the path, for any dynamic portions of a query from the client.
>
> This is new to me
On Fri, 2008-10-31 at 07:59 -0700, Howard Lewis Ship wrote:
> My general approach is to use query parameters, not context info in
> the path, for any dynamic portions of a query from the client.
This is new to me. How do you get those query parameters? by injecting
Request and getting the paramet
My general approach is to use query parameters, not context info in
the path, for any dynamic portions of a query from the client.
On Fri, Oct 31, 2008 at 7:43 AM, Martijn Brinkers
<[EMAIL PROTECTED]> wrote:
> The latest build (5.0.16) comes with a new URLBuilder. The problem I now
> have is that
The latest build (5.0.16) comes with a new URLBuilder. The problem I now
have is that some AJAX'ified javascripts suddenly stops working because
the context now contains illegal characters (for example the @ symbol of
an email address). I therefore need to encode the parameters before
building the