You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David Robinson <dr...@ast.cam.ac.uk> on 1996/02/07 17:23:00 UTC

More patches uploaded

More patches:

62.escape_html.patch:
  Subject: Escape active characters in html output
  Affects: httpd.h, util.c, mod_dir.c, mod_include.c, http_protocol.c
  ChangeLog: Escape active characters '<', '>' and '&' in html output in
             directory listings, error messages and redirection links.

68a.strftime.patch:
  Subject: Avoid use of strftime()
  Affects: httpd.h, util.c, http_protocol.c, mod_log_common.c
  ChangeLog: Avoid use of strftime() whilst processing request.
  Comments: strftime() under solaris is very slow and buggy. The solaris
            manpage also implies that it is permitted for strftime %M to omit
            a leading '0' - this would break the time format requirments.
  Comments: (Rob H) Conflicts with 83.timefmt.patch but makes 83 obsolete
                    anyhow.


 David.