viewvc-4intranet/windows/aspfool
rey4 a5c7a1279f Remove Codewarrior project file for aspfool. It's a good compiler,
but the bloated binary project file format sucks and nobody uses it.

* aspfool/aspfool.mcp
* aspfool/README


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1312 8cb11bc2-c004-0410-86c3-e597b4017df7
2006-04-06 16:52:38 +00:00
..
Makefile Russell Yanofsky (rey4@sourceforge.net) obviuosly spend a lot of time 2002-03-06 09:53:08 +00:00
README Remove Codewarrior project file for aspfool. It's a good compiler, 2006-04-06 16:52:38 +00:00
aspfool.cpp just changed tabs to spaces. 2003-06-27 22:45:03 +00:00
aspfool.def Russell Yanofsky (rey4@sourceforge.net) obviuosly spend a lot of time 2002-03-06 09:53:08 +00:00
aspfool.dll Add precompiled aspfool.dll. It's needed to run ViewCVS under 2005-12-22 19:50:11 +00:00
aspfool.dsp Russell Yanofsky (rey4@sourceforge.net) obviuosly spend a lot of time 2002-03-06 09:53:08 +00:00
aspfool.dsw Russell Yanofsky (rey4@sourceforge.net) obviuosly spend a lot of time 2002-03-06 09:53:08 +00:00

README

Some script interpreters for IIS (like ASP and PHP) fail when they recieve requests like

  /script.asp/extra
  /script.php/fake/path
  
Aspfool is an ISAPI filter dll that intercepts requests with fake paths and maps them to valid local paths that the script interpreters should be able to handle more readily. The extended path information is still available to the actual scripts through the server variables, which are not altered.

Aspfool does not currently distinguish between scripts and other types of files. As a result, requests like

  /page.html/blah/blah
  /image.jpg/ha ha ha
 
will return actual files, instead of 404 not found errors.

Aspfool is known to compile with Visual C++ 6.0 and GCC 2.95 (mingw). Makefiles and project files are included.

Russ Yanofsky
rey4@columbia.edu