diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-03-29 14:08:05 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-03-29 14:08:05 +0200 |
commit | 61846f4d01e6e9a15b78f4c82e80fa6e711c3cd8 (patch) | |
tree | 4248c91ac2c78ddb33a1cfe160c26234c3e70e7c /BUGS | |
parent | 4be06ae90467f04335d031ec8e78525167941d45 (diff) |
import of release 1.01.0
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@2 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Bug report sould be sent to the webcheck mailing list. If you absolutely +cannot subscribe to the mailing list then you may report bugs to +mwm@mired.org. See INSTALL for details. + +Known bugs: + +I tried webcheck on a site that used FrontPage publishing on IIS and +IIS reports error 406 whenever webcheck attemts to retieve the HEADers +for a document in one of the "underscore" directories. I'm not yet +sure why this happens, but I doubt its really webcheck's fault. I +might just have to code a way around it. In the meantime, you can +usually yank these URLs with -y '/_' or something similiar. + +Some (IIS?) servers seem to be reporting -1 as an HTTP status code. +I'm not sure what that means or what to do about it. + |