users@jersey.java.net

[Jersey] Issues with encoding semicolons in matrix parameters

From: Dário Abdulrehman <dario.rehman_at_gmail.com>
Date: Sun, 21 Feb 2010 14:14:41 +0000

If I make a request with URL encoded semicolons (%3B) the matrix parameters
are not properly parsed.
Should semicolons be encoded or not?

The issue arises because my services URLs are going through Apache
mod_rewrite rules and even if I don't encode them explicitly in my request
the engine does it.

Thanks.