[Mono-bugs] [Bug 53072][Nor] New - location tag not recognized in web.config

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jan 2004 18:05:31 -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 martijn@boland.org.

http://bugzilla.ximian.com/show_bug.cgi?id=53072

--- shadow/53072	2004-01-19 18:05:31.000000000 -0500
+++ shadow/53072.tmp.11019	2004-01-19 18:05:31.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 53072
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martijn@boland.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: location tag not recognized in web.config
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+I've got a <location></location> section in my web.config to prevent 
+anonymous access to the 'Admin' subdirectory, but access still is allowed 
+while I should be redirected to the login page.
+
+Steps to reproduce the problem:
+1. Add a subdirectory under the application root ('Admin').
+2. Create a location section in the web.config that points to the created 
+subdirectory (<location path="Admin">)
+3. Add  to that section <system.web><authorization><deny 
+users="?" /></authorization></system.web>
+
+Actual Results:
+When brosing to a page in the subdirectory access is still allowed.
+
+Expected Results:
+A login screen should appear.
+
+
+How often does this happen? 
+All the time.
+
+Additional Information: