Consider a string containing "ABC News/Washington Post". If I pass this to a JAX-RS proxy object for an item that maps to a PathParam, I'd expect that / to be somehow escaped. Instead, we end up with a URL with too many pieces.
What's to be done, other than moving it to a body payload? If I escape it myself I've got some problems.
