aspose file tools
The moose likes Servlets and the fly likes Header information on Response 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 "Header information on Response" Watch "Header information on Response" New topic
Author

Header information on Response

Harikrishna Gorrepati
Ranch Hand

Joined: Sep 23, 2010
Posts: 422
Hi, How to get HTTP header information from the response object. Please share some some


OCPJP 6.0-81% | Preparing for OCWCD
http://www.certpal.com/blogs/cert-articles | http://sites.google.com/site/mostlyjava/scwcd |
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56201
    
  13

If you are using Servlets 3.0, a perusal of the Javadoc for HttpServletResponse would be in order.

There is no support for reading response headers prior to that.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Header information on Response
 
Similar Threads
Servlet Model.1.3?
Setting headers on Http Request
Response header
Setting Refresh header not refreshing to specified URL
Servlet Headers Problem