I am using Spring, CXF, Tomcat for developing web services.
I have a problem sending characters such as pipes(|) in the URL?
For example: http://localh
http://localh
please refer here for url encoding. Say suppose if you want to send Sachin|Tendulkar. You can send as Sachin%7CTendulkar.