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

  • (warning) A regular expression Denial of Service when using URLValidator (similar to S2-044 & S2-047), see S2-050
  • (warning) A remote attacker may create a DoS attack by sending crafted xml request when using the Struts REST plugin, see S2-051
  • (warning) Possible Remote Code Execution attack when using the Struts REST plugin with XStream handler to handle XML payloads, see S2-052

Bug

  • [WW-4176] - Struts2 JSON Plugin: Send Map with Strings as Key to JSON Action is ignored, Numeric Keys will work and mapped
  • [WW-4813] - NP with TextProvider and wildcardmapping
  • [WW-4817] - Threads get blocked due to unnecessary synchronization in OgnlRuntime
  • [WW-4818] - Default Multipart validation regex is invalid
  • [WW-4827] - Not fully initialized ObjectFactory tries to create beans
  • [WW-4828] - http://struts.apache.org/dtds/struts-2.5.dtd missing
  • [WW-4829] - Set a global resource bundle in class
  • [WW-4830] - Override TextProvider doesnot work in struts 2.5.12
  • [WW-4831] - Array-of-null parameters are converted to string "null"
  • [WW-4839] - JakartaStreamMultiPartRequest Should Honor "struts.multipart.maxSize"
  • [WW-4840] - Build Fails Due to Unused com.sun Import
  • [WW-4841] - Struts2.5.12 - NPE in DeligatingValidatorContext
  • [WW-4842] - Struts 2 Fails to Initialize with JRebel

...