Tagged Questions

8
votes
11answers
4k views

URL Routing: Handling Spaces and Illegal Characters When Creating Friendly URLs

I've seen a lot of discussion on URL Routing, and LOTS of great suggestions... but in the real world, one thing I haven't seen discussed are: Creating Friendly URLs with Spaces and illegal ...
1
vote
1answer
379 views

URL error, Exception:Illegal character in query at index 185

What's wrong with my URL : ...
0
votes
1answer
2k views

java.net.MalformedURLException: Illegal character in URL

I am working on struts.I am encrypting password in one application and passing encrypted password to another application through open url connection.Some times this works fine if i click on the link ...