DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39007>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39007





------- Additional Comments From [EMAIL PROTECTED]  2006-03-25 20:21 -------
"...to deal with the standard handlers (trace.axd, WebResource.axd)"

where does the definition of 'standard' end?

Presuming you want to -generally- go with file-must-exist logic (not use the
+virtual option), then we need to list out -all- of these extensions.

One obvious Apache solution (not so obvious if one is coming from traditional
ASP.NET platforms) is the config fragment...

<Files "*.axd">
    AspNet +virtual
</Files>

which -should- cause all requests to somepage.axd to be routed through the
virtual engine without a corresponding file.  Please test and help refine
how we can secure 'anticipated' virutal resources.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to