Date of release: 2003-09-03

Maintenance and bugfix release.

Changes on the Java side

  • Improvements to JSP taglib support. If some third party taglib didn't work for you with FreeMarker, maybe now it will.

    • The JSP PageContext now implements forward and include methods.

    • Accepting EVAL_PAGE as an alias to SKIP_BODY in return values from doStartTag. It's a common bug in some widespread tag libraries, and now FreeMarker is less strict and accepts it.

  • Fixes for some rare problems regarding namespaces of macros.

Other changes

  • Minor improvements to the documentation.