* Simplify default eepsite base and CGI contexts to use a Context

instead of a ContextHolder, ServletHandler, and ServletHolder.
    This also fixes / which returned a zero-length file,
    broken in the last checkin.
This commit is contained in:
zzz
2012-03-09 20:00:18 +00:00
parent 0c55af2622
commit 5ab17da73d
4 changed files with 24 additions and 36 deletions

View File

@@ -2,6 +2,8 @@
* Update default eepsite base context to use DefaultServlet
instead of ResourceHandler, to provide resume, directory
indexes, caching, etc.
* Simplify default eepsite base and CGI contexts to use a Context
instead of a ContextHolder, ServletHandler, and ServletHolder
2012-03-08 zzz
* GarlicConfig: Remove unused reply block methods