[Mono-bugs] [Bug 71871][Maj] Changed - Relative Path Lost on Forms Authentication Login Redirect
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Feb 2005 20:55:58 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71871
--- shadow/71871 2005-02-01 18:33:35.000000000 -0500
+++ shadow/71871.tmp.25185 2005-02-28 20:55:58.000000000 -0500
@@ -40,6 +40,18 @@
------- Additional Comments From gonzalo@ximian.com 2005-02-01 18:33 -------
Fixed in SVN 1-0 and HEAD.
Thanks.
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-28 20:55 -------
+Hey Rob. The fix for this caused bug #73073.
+So i tested xsp (not IIS) under windows runtime and, surprise, it does
+not serve the image.
+
+Probably IIS is handling image files before asp.net jumps in.
+
+The way to achieve the exact same thing in apache is to use AddHandler
+instead of SetHandler. For xsp standalone, the only alternative is to
+have the images in a separate directory on which access is allowed
+(say /images) and reference those from the authentication page.