[Mono-bugs] [Bug 71871][Maj] Changed - Relative Path Lost on Forms Authentication Login Redirect
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Mar 2005 09:37:30 -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 informatique.internet@fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=71871
--- shadow/71871 2005-02-28 20:55:58.000000000 -0500
+++ shadow/71871.tmp.3651 2005-03-27 09:37:30.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 71871
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: rlyon@novell.com
QAContact: mono-bugs@ximian.com
@@ -52,6 +52,16 @@
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.
+
+------- Additional Comments From informatique.internet@fiducial.fr 2005-03-27 09:37 -------
+You said :
+"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."
+
+how to you configure the allowed access to /images for xsp
+standalone???
+