2009-06-02 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Tue, 2 Jun 2009 21:26:57 +0000 (21:26 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 2 Jun 2009 21:26:57 +0000 (21:26 -0000)
commit8f225cf892fd9b4e23eba36d449f6f27e99f73a5
tree8e8c976e2c6d7277e2fc999b1bc2dd06b14c9009
parentbad8da7a7c5df9be6df14ffeba28eecc468c41d5
2009-06-02  Marek Habersack  <mhabersack@novell.com>

* HttpApplication.cs: LocateHandler needs to pass current request
path and filepath to WebConfigurationManager when retrieving
system.web/httpHandlers section as only this will guarantee that
any <location> elements relating to the current request's which
contain system.web/httpHandlers section will be correctly read and
used. Also fixes reading httpHandlers section if it's found in
web.config located in a subdirectory. Fixes bug #509069

svn path=/trunk/mcs/; revision=135237
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpApplication.cs