exec-post-no-auth 195 B

12345
  1. #!/bin/bash
  2. rm -rf work
  3. mkdir work
  4. wget --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/post.html?id=1\&amount=5.00
  5. cat -n work/* | less