martin 98/05/27 16:07:42
Modified: . mmn.txt Log: Add info about added 'error-notes' Revision Changes Path 1.24 +6 -0 apache-devsite/mmn.txt Index: mmn.txt =================================================================== RCS file: /home/cvs/apache-devsite/mmn.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -u -u -r1.23 -r1.24 --- mmn.txt 1998/05/27 14:05:57 1.23 +++ mmn.txt 1998/05/27 23:07:41 1.24 @@ -60,3 +60,9 @@ 19980527 (1.3b8-dev) - renamed some more functions to ap_ prefix which were missed at the big renaming (because they are defines): is_default_port, default_port and http_method. + A new communication method for modules was added: + they can create customized error messages under the + "error-notes" key in the request_rec->notes table. + This string will be printed in place of the canned error + responses, and will be propagated to ErrorDocuments + or cgi scripts in the (REDIRECT_)ERROR_NOTES variable.