SEC-2194: Add Java Config samples
This commit is contained in:
5
samples/tutorial-xml/scripts/exec-post-wrong-password
Executable file
5
samples/tutorial-xml/scripts/exec-post-wrong-password
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
rm -rf work
|
||||
mkdir work
|
||||
wget --http-user=rod --http-password=WRONG_PASSWORD --directory-prefix=work --output-file=work/log.txt http://localhost:8080/spring-security-samples-tutorial/post.html?id=1\&amount=5.00
|
||||
cat -n work/* | less
|
||||
Reference in New Issue
Block a user