Menu

#6 Document virtualization of standard .axd handlers

open
nobody
None
5
2015-03-27
2007-10-03
No

"...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.

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.