Release Notes for v3.0.0a4

Release Notes for v3.0.0a4

Date: 20th June 2004

  • Added support for file upload via posting multipart/form-data forms.
  • Context Classes

    Created interfaces for context classes that just expose the methods needed by clients. I'm still not entirely happy with the design as some downcasting is now needed in the kernel.

  • Renamed application, servlet etc to be consistent.
  • Tested Weaver with Jetty 5.0RC0 (some minor mods were required).
  • Added simple request timing to admin console.
  • Written File Upload HOWTO, and made relevant additions to other docs.
  • Added cookie support in EL.