aspose file tools
The moose likes Servlets and the fly likes res.encodeUrl(String someUrl) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "res.encodeUrl(String someUrl)" Watch "res.encodeUrl(String someUrl)" New topic
Author

res.encodeUrl(String someUrl)

Bob Moranski
Ranch Hand

Joined: Nov 22, 2000
Posts: 177
Hi, I have some question about aHttpServletResponse.encodeUrl(String url). It is used to add session data into URL when cookies are not available in browsers, right?
It is deprecated in jdk1.3. So, is there a method to replace it?
Thanks!
Brent Worden
Ranch Hand

Joined: Nov 26, 2001
Posts: 50
It has be replaced with encodeURL of the same class.
------------------
Brent Worden
http://www.Brent.Worden.org/


Brent Worden
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: res.encodeUrl(String someUrl)
 
Similar Threads
How do I get the whole URL?
simple web browser in java
Class not found exception
Encrypted query string is not retrieved from request.getParameter() method
Servlet Redirection