1999-05-11  Vivek Khera  <khera@kciLink.com>

	* 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  <khera@kciLink.com>

	* 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  <khera@kciLink.com>

	* 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  <khera@kciLink.com>

	* Cleanup: Cleaned up code to reduce warnings to error log.