2003-03-03 Vivek Khera * Sandwich.pm: added LICENSE section omitted before. 2000-03-16 Vivek Khera * Sandwich.pm added new function insert_parts() to let mod_perl programs insert the HEADER or FOOTER parts easily. * Sandwich.pm (handler) call $sub->args() to set args for subrequest so that we can access the query string if necessary. 1999-05-11 Vivek Khera * Sandwich.pm (handler): instead of using a direct file send after opening the file, call a specified handler to serve the document. If no handler is specified, use "default-handler". This allows us to use SSI documents inside the sandwich. 1998-09-04 Vivek Khera * Sandwich.pm (handler): if file is not "plain text" as defined by Perl, DECLINE to handle it. Idea/request from Gil Vidals. 1998-08-31 Vivek Khera * Change: make the sandwiched document delivered directly rather than via a virtual include. This saves the dispatch time and also allows us to verify the file exists before we do anything further. * Rewrite: since it only works for GET method objects, ensure we are using GET. Document as such in the POD section of the file. 1998-08-20 Vivek Khera * Cleanup: Cleaned up code to reduce warnings to error log.