> From: Guo, Jiaqi [mailto:[EMAIL PROTECTED] > Subject: Http header "referer" is gone in jk1.2.6+tomcat > 5.0.28+Apache/2.0.54] > > Tomcat 5.0.25 running on Fedora Core 4, connected with Apache 2.0.54 > with the binary released version of jk1.2.6. Everything's fine except > request.getHeader( "referer" ) always returning null in my servlet.
A quick search of the archives found this: http://marc.theaimsgroup.com/?l=tomcat-user&m=112378853330819&w=2 > There's nothing funny in the log, "Dec 22, 2005 4:36:06 PM > org.apache.jk.server.JkCoyoteHandler action, INFO: Response already > commited" message keeps displaying to the console for each request. Looks like your app is trying to modify the response after it's been committed (and possibly sent). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]