[Actionframework-users] ANNOUNCE: ActionPack 05-Jul-2002
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2002-07-07 15:26:24
|
* ActionPack * (http://dione.zcu.cz/~toman40/ActionPack) - upgraded modules: - ActionServlet 0.93.1 -> 0.93.1a - ASWizards 1.23 -> 1.23a - AS_miniRMI_Connector 0.92 -> 0.92a - JASSModule 0.51 -> 0.51.1 - miniRMI 0.94.1 -> 0.94.2 - Webrunner 0.5 -> 0.5a - lib\webmacro.jar upgraded 1.0 -> 1.0.1 - licenses of ASWizards and WebRunner changed from GNU GPL to GNU LGPL (because of "plug-in issue") - setup now skips modules rebuilding -> much faster installation * ActionServlet * - session based initialization code is now run before ActionServlet.handle() is called - this allows calling getComponent() method from handle() - bugfix: templates names caching removed (caused 'template was not loaded by getTemplate() method' error when template name cache expired - bugfix: JavaBeansInstantiator didn't initialize props of re-created component - bugfix: URLParameterRetriever didn't retrieve last single-character parameter * JAASModule * - bugfix: StaticPermissionsDefs.getPermissionTargetActions() method caused NullPointerException for undefined permission 'target' * miniRMI * - fixed miniRMIC support for JBuilder 7 (JBuilder OpenTools API has changed) |