Skip to content

Commit

Permalink
WW-5427 Upgrades Freemarker incompatible_improvements to version 2.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Oct 20, 2024
1 parent 954453b commit b103b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ protected Configuration createConfiguration(ServletContext servletContext) throw
}

protected Version getFreemarkerVersion(ServletContext servletContext) {
Version incompatibleImprovements = Configuration.VERSION_2_3_28;
Version incompatibleImprovements = Configuration.VERSION_2_3_33;

String incompatibleImprovementsParam = servletContext.getInitParameter("freemarker." + Configuration.INCOMPATIBLE_IMPROVEMENTS_KEY_SNAKE_CASE);
if (incompatibleImprovementsParam != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public void testNonceOfInvalidSession() {
DoubleSelect dblSelect = new DoubleSelect(stack, req, res);
dblSelect.evaluateParams();

assertNull(dblSelect.getParameters().get("nonce"));
assertNull(dblSelect.getAttributes().get("nonce"));
}

public void testSetNullUiStaticContentPath() {
Expand Down

0 comments on commit b103b32

Please sign in to comment.