On Wed, Jan 13, 2016 at 12:20 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> All,
> For the benefit of the archives:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=58836
>
> This issue was raised in BZ and will be fixed in Tomcat 8.0.31 as well
> as others. See the bug for deta
All,
On 1/11/16 9:21 PM, Mark Olsson wrote:
> Adding = to a parameter does cause it to be available to the destination
> servlet, but that doesn't seem like a particularly good solution. A
> parameter without a value is technically a keyless value, not the other way
> around. But I'll stick to t
Adding = to a parameter does cause it to be available to the destination
servlet, but that doesn't seem like a particularly good solution. A
parameter without a value is technically a keyless value, not the other way
around. But I'll stick to the servlet terminology of calling them
parameter name
Did you try:
"/page2?foo=&bar=123"
Normally parameters come as key/value pairs, separated by an equal sign.
On 12/01/16 09:21, Mark Olsson wrote:
I'm getting unexpected parameter handling with a
request.getRequestDispatcher().forward(). Not sure if this is a bug or I'm
using gRD.f wrong, but