dgaudet 98/03/12 02:36:38
Modified: . mmn.txt
Log:
I think we're ready to call parse_uri_components and all of that change
part of the API... they've been pretty stable.
Note the other few clarifications.
Revision Changes Path
1.13 +10 -0 apache-devsite/mmn.txt
Index: mmn.txt
===================================================================
RCS file: /export/home/cvs/apache-devsite/mmn.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mmn.txt 1998/03/05 19:03:45 1.12
+++ mmn.txt 1998/03/12 10:36:38 1.13
@@ -33,3 +33,13 @@
of the STANDARD_MODULE_STUFF header
19980304 (1.3b6-dev) - abstraction of SERVER_BUILT and SERVER_VERSION
19980305 (1.3b6-dev) - ap_config.h added for use by external modules
+19980312 (1.3b6-dev) - parse_uri_components() and its ilk
+ - remove r->hostlen, add r->unparsed_uri
+ - set_string_slot_lower()
+ - clarification: non-RAW_ARGS cmd handlers do not
+ need to pstrdup() their arguments
+ - clarification: request_rec members content_type,
+ handler, content_encoding, content_language,
+ content_languages MUST all be lowercase strings,
+ and MAY NOT be modified in place -- modifications
+ require pstrdup().