Versions Compared

Key

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

...

There is a global flag struts.ui.escapeHtmlBody which controls this behaviour for all the tags. Tag's attribute takes precedence over the global flag. It's related to

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWW-5022
and
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWW-4972
.

The date tag

The <s:date/>  tag has been adjusted to support a new Java 8 Date/Time API, which means it uses DateTimeFormatter instead of SimpleDateFormat. Yet there is a slight change in patterns supported by both classes, which means your current formatting patterns can stop working after migrating to Struts 6.x and default format will be used instead. You can find more details in

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWW-5016
.

Temp/Work directory of ApplicationServer/ServletContainer

...