Mailing List Archive

cvs commit: apache-1.3 STATUS
jim 98/05/01 06:16:18

Modified: . STATUS
Log:
Some ideas on STATUS

Revision Changes Path
1.344 +9 -0 apache-1.3/STATUS

Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- STATUS 1998/05/01 10:00:39 1.343
+++ STATUS 1998/05/01 13:16:17 1.344
@@ -108,8 +108,11 @@
FINAL RELEASE SHOWSTOPPERS:

* MIME type case sensitivity disparity between 1.2.6 and 1.3b6 (PR #2112)
+ Jim: Is the suggested change in find_title() not
+ sufficient? Or is the fix to remap all mimes to lowercase?

* proxy security fixes from 1.2.5 need to be brought forward
+ Jim: What are these?

* Someone other than Dean has to do a security/correctness review on
psprintf(), bprintf(), and ap_snprintf(). In particular these routines
@@ -123,10 +126,16 @@
make the child exit with a special code when a fatal error occurs; the
parent would then abort. See
<Pine.LNX.3.96dg4.980413204700.6322R-100000@twinlark.arctic.org>
+ Jim: Is this something to hold 1.3.0 up for? I'm thinking maybe
+ some sort of error-code be placed in scoreboard that
+ the parent could act on? Of course, we already use
+ waitpid() so we have the status already...

* The DoS issue about symlinks to /dev/zero is still present.
A device checker patch had been sent to the list a while ago.
Msg-Id: ?
+ Jim: Couldn't we just use stat() and check the file-type?
+ stats are expensive though...

* get_path_info bug; ap_get_remote_host should be ap_vformatter instead.
See: <Pine.LNX.3.96dg4.980427034301.16648P-100000@twinlark.arctic.org>