You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Marco Pauck <pa...@wmd.de> on 2000/10/06 20:39:05 UTC

Request object broken?

I just noticed that request.getRemoteHost() evaluates to
an empty string. All other methods I've tested, such as
request.getRemoteAddr(), work fine.

I grepped through the Cocoon sources but found nothing
suspicious, so this is probably a Tomcat bug, right?

(using Apache 1.3.12, Tomcat 3.1, Cocoon 1.8)

	Marco