Consider a JAX-RS function with a signature like:
/runRdfQuery/{query}/{name}I'm writing a client in Java using WebClient. Consider a string for 'query' containing a '/'. Should I just URLEncode and append? Or do I have to worry about multiple urlencoding at that point?
