users@jersey.java.net

[Jersey] InjectLink encode question mark in resulting URL. How to prevent?

From: Alexander Makhal <amakhal_at_exadel.com>
Date: Thu, 25 Sep 2014 22:40:45 +0300

Hi,

I use Jersey's Link Headers feature to create HTTP link headers:

|_at_InjectLink(value="users/?orgId=12345&page=0",rel="first")|

Works well except question mark - this is encoded in %3F and resulting
URL looks like:|
|

|http://localhost:8080/app/users/%3ForgId=12345&page=0|

I there any way to prevent encoding and leave question mark char as is?

Thanks,
Alex.