|
-
September 20th, 2000, 07:22 AM
#1
URL encoding:urgent
Hi all,
Can anyone provide a solution for this.
How do i encode the url's of the pages seen on the browser at the level of the web server.In other words,can i do it in such a way that the encoding is done for all the url's by intercepting all the requests in the web server using a servlet?Also give me the code for encoding the url.
return null;
-
September 20th, 2000, 01:34 PM
#2
Re: URL encoding:urgent
encode the url using the function
URLEncoder.encode("url") in the java.net package.just pass the url in the
function thats it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|