Use try with resources instead of try (#921)

* Use try with resources instead of try

* Remove unused lesson

* Remove unused fields
This commit is contained in:
avivmu
2021-01-13 19:21:04 +02:00
committed by GitHub
parent b219854f81
commit 74b218b2a7
13 changed files with 32 additions and 265 deletions

View File

@ -15,7 +15,7 @@
action="/WebGoat/SSRF/task1">
<table>
<tr>
<td><input type="hidden" id="url" name="url" value="images/tom.png"/></td>
<td><input type="hidden" id="url1" name="url" value="images/tom.png"/></td>
<td><input
name="Steal the Cheese" value="Steal the Cheese" type="SUBMIT"/></td>
@ -37,7 +37,7 @@
action="/WebGoat/SSRF/task2">
<table>
<tr>
<td><input type="hidden" id="url" name="url" value="images/cat.png"/></td>
<td><input type="hidden" id="url2" name="url" value="images/cat.png"/></td>
<td><input
name="try this" value="try this" type="SUBMIT"/></td>