Versions Compared

Key

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

...

Code Block
xml
xml
titleStaging Repository
<repositories>
  <repository>
    <id>apache.nexus</id>
    <name>ASF Nexus Staging</name>
    <url>https://repository.apache.org/content/groups/staging/</url>
  </repository>
</repositories>

Internal Changes

 

Bug

  • [WW-4693] - How to handle 404 when using wildcard instead of error 500 when the wildcard method doesn't exist
  • [WW-4725] - MessageStoreInterceptor must handle all redirects
  • [WW-4726] - MaxMultiPartUpload limited to 2GB (Long --> Integer)
  • [WW-4727] - Struts 2.5.8 no longer supports the <include> directive in the struts.xml
  • [WW-4728] - JSONValidationInterceptor change static parameters names
  • [WW-4729] - ServletDispatcherResult can't handle parameters anymore
  • [WW-4730] - TokenInterceptor synchronized on session.getId().intern()
  • [WW-4731] - XSLT error during transformation
  • [WW-4733] - No default parameter defined for result [json] of type [org.apache.struts2.json.JSONResult]
  • [WW-4734] - I18Interceptor ignores session or cookie Locale after first lookup failure
  • [WW-4735] - EmailValidator does not accept new domain suffixes

...