Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • (warning) Merged security fix from version 2.3.15.1, 2.3.15.2 and 2.3.15.3
  • Defined new factory interfaces to simplify extending ObjectFactory, see WW-4158
  • New interface ParamNameAwareResult was defined, see WW-4144
  • (warning) Solved problem with global "error" result in the Convention Plugin, see WW-4100
  • RolesInterceptor was extended to allow check defined roles and also precedent was changed that disallowedRoles are examined in the first place, see WW-4118
  • New parameter was added to <s:param/> tag to allow suppress empty parameters, see WW-4088
  • During devMode user can explicit disable XML reloading, I18N reloading and any other, see devMode page
  • (warning) The action: and method: prefixes are be by default excluded and changed order to first check excludeParams and then acceptedParams in ParametersInterceptor, see WW-4023
  • (warning) Restored previous behaviour where both ParamatersInterceptor AND ParameterNameAware must accept parameter - there is no more precedence
  • (warning) Added proper support for multiple ActionMapper's used with PrefixBasedActionMapper, see PrefixBasedActionMapper and WW-4131
  • New DeprecationInterceptor was added, to warn users about unknown/deprecated options, see WW-4232
  • <s:debug/> tag was improved and now works properly under Jetty, see WW-4223
  • New PostbackResult was defined, see WW-4229
  • Improved extending theme mechanism to allow override single template in parent theme, see WW-4145 and Extending Themes
  • (warning) Solved problem with creating empty map entries via Ognl, see WW-3603
  • {{org.apache.struts2.views.TagLibrary}} was  was split into two separated interfaces to allow moving Velocity support into plugin, see WW-4243
  • and other small improvements

...