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 2010/11/19 20:29:15 UTC

DO NOT REPLY [Bug 50304] New: ISAPI connector isn't passing cookie when changing directories.

https://issues.apache.org/bugzilla/show_bug.cgi?id=50304

           Summary: ISAPI connector isn't passing cookie when changing
                    directories.
           Product: Tomcat Connectors
           Version: 1.2.30
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: isapi
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: benthecomputerguy@gmail.com


I have my site setup so that it sets a cookie in the root folder.  When I
change to a different folder, I need to be able to access the same cookie.  I
have found that if I browse to just the folder (eg: /test) then the cookie does
not get retrieved, even though in Firebug is shows that the cookie is still
set.  My site checks for the cookie and if it cannot find it, then it tries to
set it again, so every time I visit /test, it tries to set the cookie, over and
over again.

If however I browse to /test/index.jsp then the cookie shows up just fine. 
When I browse directly to Tomcat it works fine as well, it is just when IIS
passes the connection over that there is an issue.

I have tried both the 1.2.30 and 1.2.31 dll with the same results.

Thanks for the help!

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

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


DO NOT REPLY [Bug 50304] ISAPI connector isn't passing cookie when changing directories.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50304

Tim Whittington <ti...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
         OS/Version|                            |All

--- Comment #1 from Tim Whittington <ti...@apache.org> 2011-04-10 16:43:04 EDT ---
There shouldn't be anything in the ISAPI redirector (or IIS for that matter)
that would alter cookies on the way through (they are just HTTP headers).

I'd suggest the users list is probably the best place to get support on what
could be causing this.

If you can capture an HTTP trace (client -> IIS) and either an ISAPI redirector
debug log or a Wireshark (IIS -> Tomcat) trace demonstrating this problem then
reopen this issue and someone might have a look.

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

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