Hello everyone,

i can't manage to get a custom http-request header to reach tomcat
from a applet through iis 6 and latest isapi_redirect JK-1.2.23.

tha applet with tomcat works ok using port 8080 (direct tomcat
connection) but doesn't using port 80 (virtual folder on iis 6 and
isapi filter)

everything else works in the web application.

i'm using a uriworkingmap like:
/context/*=worker1
and
/context/servlet/*=worker1

and i know the servlet is really invoked (POST with
enctype="multipart/form-data") but
request.getHeader("custom-header-name") simply returns null using iis

can it be a known bug or a misconfiguration on iis ?

thanx to everyone.

Marco

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to