Bugs item #494764, was opened at 2001-12-18 22:57
Message generated for change (Comment added) made by cito
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=494764&group_id=4866
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Geoff Talvola (gtalvola)
Assigned to: Nobody/Anonymous (nobody)
Summary: UseAutomaticPathSessions fails on IIS
Initial Comment:
UseAutomaticPathSessions doesn't seem to work on IIS,
using either wkcgi.exe or WebKit.cgi. I suspect it's
something to do with how redirects are handled.
----------------------------------------------------------------------
>Comment By: Christoph Zwerschke (cito)
Date: 2008-11-13 20:37
Message:
After 7 years, I'm pleased to fix this bug which is the last open issue on
Webware's bug trackers :-)
In fact IIS handles redirects internally when the URL has no scheme, as
was the case in Webware. Fixed in r7625 by always setting scheme and
hostname in the redirect URL.
----------------------------------------------------------------------
Comment By: Geoff Talvola (gtalvola)
Date: 2003-01-15 23:48
Message:
Logged In: YES
user_id=88162
Still broken in CVS as of 2003-01-15. It looks like IIS is
doing a server-side redirect, so the address in the browser
never gets updated with the session ID embedded.
Actually, I'm not quite sure why this works with Apache
since I would also expect Apache to do a server-side
redirect in this case -- redirecting to a URL that starts
with a "/". Nevertheless it does work with my Apache 2.0
installation on Windows.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=494764&group_id=4866
|