home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / SOFTWARE / httpd / source.tz / source / httpd_1.5.1-export / BUGS next >
Encoding:
Text File  |  1996-04-05  |  1.8 KB  |  50 lines

  1. NOTE: Bugs are mentioned in the version they are found in.  This doesn't 
  2. mean that they didn't exist prior to that version.
  3.  
  4. Known Bugs in 1.5.1b3
  5. ---------------------
  6. *) 299: File descriptors aren't set correctly on child_alone()
  7. *) 301: Sending headers on HTTP/0.9 response
  8.  
  9. Known Bugs in 1.5.1b2
  10. ---------------------
  11. *) 900: ErrorDocument 401s as html files doesn't work on Mosaic/X, does on
  12.     netscape
  13. *) 293: Socket isn't closed before CGI execution, causing client to hang
  14.     waiting for close
  15.  
  16. Known Bugs in 1.5.1b1
  17. ---------------------
  18. *) 264: imagemap fails because of invalid fgets() argument
  19. *) 265: in_ip() broken causing all access control by ip to fail
  20. *) 266: 301 and 204 status codes broken in set_stat_line()
  21. *) 267: no bounds checking in access_control array
  22.  
  23.  
  24. Known Bugs in 1.5a
  25. ---------------------
  26. *) server doesn't clean up directory indexing information added by .htaccess
  27. *) fgets in src/imagemap.c only uses MAX_STRING_LEN, which may be too short 
  28.    for complex polygons
  29. *) If you don't have an allow or require line in .htaccess LIMIT, it won't
  30.    work (ie, just a deny)
  31. *) Doesn't log HEAD request to automatically indexed directory
  32. *) Can't use group and user name which are the same in flat group file 
  33. *) Off by one errors in DBM support
  34. *) typo in LOCALHACK
  35. *) Server core dumped if user aborted before reqInfo->remote_name set 
  36. *) Server core dumped if setuid/setgid failed
  37. *) Bug in http_access.c which makes matchexp directories in access control
  38.    not work correctly
  39. *) NIS group files only work if using NIS password files as well
  40. *) Order mutual-failure is broken, does exact opposite
  41. *) Don't strip Content-Length header from CGI scripts
  42. *) require group will match user as postfix of another, and fails if a 
  43.    prefix occurs first
  44.  
  45.  
  46.  
  47. Known Bugs in 1.5
  48. ---------------------
  49. *) Typo/Thinko in http_access.c which breaks order deny/allow
  50.