spring-framework/spring-webmvc/src
Sam Brannen 0621a8eff1 Fix concurrency issues in FreeMarkerMacroTests
Prior to this commit, tests in these two classes intermittently failed
with errors similar to the following, due to concurrent modification
of shared files.

expected:
  "<input type="text" id="name" name="name" value="Darren"     >"
 but was:
  "<input type="text" id="name" name="name" value="Darren"     >

  "hidden"/>"

This commit fixes this by creating a new temporary folder for each test
method invocation.
2022-07-05 13:17:50 +02:00
..
main Avoid request params access for form data in logRequest 2022-07-01 02:55:16 +01:00
test Fix concurrency issues in FreeMarkerMacroTests 2022-07-05 13:17:50 +02:00