-
Enhancement
-
Resolution: Done
-
Major
-
None
Temporary large file is created in a different location than `DefaultServer` is expecting it.
The file is created in `/tmp` folder when running with JDK 17 even though the value in java.io.tmpdir which specify the location of the temporary file should be used.
This test works just fine with JDK11
- relates to
-
UNDERTOW-2160 Enhance FileHandlerTestCase.testFileTransferLargeFile
- Closed