Hi Jose,

On 25/2/08 19:17, "Blanco, Jose" <[EMAIL PROTECTED]> wrote:

> Recently I sent out the email below about trying to get reference
> information using the HttpServletRequest class, and I did not hear back.
> 
> Is there not a way to get this information from HttpServletRequest?  Is
> the only way to get this is from looking at the tomcat access logs?

Have you tried:

String referer = request.getHeader("Referer");

See: 
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServ
letRequest.html#getHeader(java.lang.String)

Thanks,


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to