Download Latest Version viewvcplus_0_2_1.zip (694.5 kB)
Email in envelope

Get an email when there's a new version of ViewVC+

Home / source / windows / aspfool
Name Modified Size InfoDownloads / Week
Parent folder
README 2006-04-06 816 Bytes
aspfool.dll 2005-12-22 8.3 kB
aspfool.cpp 2003-06-27 1.5 kB
aspfool.def 2003-02-07 137 Bytes
aspfool.dsp 2003-02-07 4.1 kB
aspfool.dsw 2003-02-07 539 Bytes
Makefile 2003-02-07 229 Bytes
Totals: 7 Items   15.6 kB 0
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
Source: README, updated 2006-04-06