[Actionframework-users] ANNOUNCE: ActionServlet 0.93.2c
Status: Inactive
Brought to you by:
ptoman
|
From: Petr T. <Pet...@pi...> - 2002-10-27 14:55:27
|
ActionServlet 0.93.2c (http://www.actionframework.org) - Velocity 1.2+ is now needed for rebuilding ActionServlet (but still works with Velocity 1.1) - DefaultInstantiator recognizes component construtor with 3 args - RMIInstatiator accepts component name with specified host (see API) - AS also tries to load ActionConfig relatively to servlet "real path" - ActionServlet.error() is now public, added error() with Throwable parameter - Throwable is now catched instead of Exception in many places in code - bugfix: invocation of "static" component's method caused NullPointerException - bugfix: Velocity's error() was not overridden to call ActionServlet.error() - bugfix: Velocity log didn't include stack trace info even if it was turned on - bugfix: if ActionConfig reloading was enabled, invoking action method of "session" and "request" components could cause IllegalStateException - bugfix: template path with comma-separated values was not relativized properly for Velocity engine - bugfix: HTTPParameterRetriever reported String as parameter type - bugfix: MultipartParameterRetriever now retrieves also array params -- I'm sorry for this release has been delayed, but I've had more work besides AS and a few bugs (which have always a higher priority than implementing new features) had to be fixed. Mark, your ActionServlet.processRequest rewrite was not included (yet), because there will be some more changes regarding action handling in 0.94, but I keep it in mind! Thanks to everyone for bugreports and help (especially to Mark!) I'm putting hands on 0.94 :) Petr -- [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=22957959 ] |