CoffeeWebServer Changelog

What's new in CoffeeWebServer 2.4

Jan 26, 2018
  • Support for 101/Protocol Switching through exceptions
  • SSL Fix

New in CoffeeWebServer 2.3 (Jan 26, 2018)

  • Support for CGIs. Tested with Mediawiki for PHP in Windows.
  • HTTPHeader is now an interface. No more unknown headers!
  • MIME types can now be added to in the ini file.

New in CoffeeWebServer 2.2 (Jan 26, 2018)

  • Support for output throttling added, ini file configured.
  • Support for chunked encoding input and output added, ini file configured.
  • Directories can now be browsed according to ini file configuration

New in CoffeeWebServer 2.1 (Apr 10, 2014)

  • Fix to content-range response
  • Other Minor bug fixes
  • Support for files > 2gig
  • Expanded converters and file manager to give them more flexibility
  • New mw.ini option for disabling certain features (ranged only right now)

New in CoffeeWebServer 2.0 (Aug 23, 2013)

  • More bug fixes and performance enhancements
  • Support for access logs
  • Support for Connection: close header

New in CoffeeWebServer 1.9 (Jul 17, 2013)

  • Mostly a bug-fix build, with some minor changes to fascilitate embedding

New in CoffeeWebServer 1.8 (Dec 21, 2012)

  • Can now set file size limits on caching and compression through ini file
  • Last-Modified header now an established thing
  • If-Modified-Since now supported

New in CoffeeWebServer 1.7 (Oct 11, 2012)

  • (internal) forwarding now uses async read/writes on both sides
  • Correction to the 100-continue response conditions

New in CoffeeWebServer 1.6 (Oct 11, 2012)

  • async writes now supported -- miniwebserver is uberfast now!

New in CoffeeWebServer 1.5 (Oct 11, 2012)

  • (internal) config now uses standard java logger for better integratability with other projects
  • Protection against ../ urls added
  • Expanded HTTPRequest interface to allow user caching from servlets
  • No longer sends CONTINUE on http/1.0 requests (for Lynx)
  • Fixed a rather fundamental async-write problem.

New in CoffeeWebServer 1.4 (Oct 11, 2012)

  • added support for custom error pages
  • more data accessibility enhancements for plugin coders

New in CoffeeWebServer 1.3 (Oct 11, 2012)

  • added compression bufs to the file caching system
  • added support for 301 moved permanently when accessing directories without final /
  • added host and port forwarding in addition to previous context forwarding
  • added host and port mount directories, in addition to previous context mounts