You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/10/18 19:07:10 UTC

DO NOT REPLY [Bug 37147] New: - IIS 6.0, isapi_redirect.dll 1.2.14, does not log page redirects

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37147>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37147

           Summary: IIS 6.0, isapi_redirect.dll 1.2.14, does not log page
                    redirects
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: wildmonkey5@verizon.net


This is either a bug or a feature request.
Using IIS6,windows server 2003 SP1+.
The redirector doesn't log requests that are page redirects, like from a meta-
refresh tag.
As an example:
(file tester.html and a dummy file gohere.html)
<html><head>
<meta http-equiv="refresh" content="2;url=gohere.html">
</head><body> test
</body></html>

The example goes to the page but the IISlog doesn't record it. It does show up 
in Tomcat's log correctly, but not the IIS-jk log.  The IIS log shows only 
a "...GET /eas/tester.html..."

Anyway, the IIS logger does fine for gets and posts, it just looks incomplete 
when trying to get statistics as a whole.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org