summary of puzzles 1-4

This commit is contained in:
Curt Hash 2009-10-08 15:54:42 -06:00
parent 1ca3e319e1
commit 6fb8d935ec
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
10: the key is in the generated source.
20: enter a non-integer into form field and submit. the key is in the resulting
traceback.
30: change the value in the GET request to a non-integer. the key is in the
resulting traceback.
40: change the value in the POST request to a non-integer. the key is in the
resulting traceback.