users@jersey.java.net
[Jersey] URI generated with &
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: D'Arcy Smith <
ds_at_terratap.com
>
Date
: Fri, 22 Feb 2013 23:24:24 -0800
Hi all,
With an element in a response like:
@XmlElement
private URI x;
I get a resulting XML/JSON like this:
<x>
http://localhost:8080/y/31/z?a=1&b=2</x
>
Is there a way to have it without the amp;, like this:
<x>
http://localhost:8080/y/31/z?a=1&b=2</x
>
Thanks,
..darcy
This message
: [
Message body
]
Next message
:
Noah White: "[Jersey] Re: URI generated with &"
Previous message
:
Marek Potociar: "[Jersey] Re: Jersey REST - Post JAXB object and file in a single post method"
In reply to
:
Barkha Keni: "[Jersey] Jersey REST - Post JAXB object and file in a single post method"
Next in thread
:
Noah White: "[Jersey] Re: URI generated with &"
Reply
:
Noah White: "[Jersey] Re: URI generated with &"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]