Skip to content

Commit

Permalink
quickstart: tweak error message (#1849)
Browse files Browse the repository at this point in the history
Include expected status code in the error message.
Update changes in ZapAddOn.xml file.
  • Loading branch information
thc202 authored and psiinon committed Oct 22, 2018
1 parent aa73250 commit 59825dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/org/zaproxy/zap/extension/quickstart/ZapAddOn.xml
Expand Up @@ -9,6 +9,7 @@
<![CDATA[
Inform when quick attack is disabled by the current mode (Issue 5069).<br>
Notify when quick attack starts.<br>
Include expected status code in the error message.<br>
]]>
</changes>
<extensions>
Expand Down
Expand Up @@ -69,7 +69,7 @@ quickstart.progress.ascan = Actively scanning (attacking) the URLs discovered
quickstart.progress.complete = Attack complete - see the Alerts tab for details of any issues found
quickstart.progress.failed = Failed to attack the URL, please check that the URL you specify is valid
quickstart.progress.failed.badhost = Failed to attack the URL: host not found, please check that the URL you specify is correct
quickstart.progress.failed.code = Failed to attack the URL: received a {0} response code
quickstart.progress.failed.code = Failed to attack the URL: received a {0} response code, expected 200.
quickstart.progress.failed.reason = Failed to attack the URL: {0}
quickstart.progress.notstarted = Not started
quickstart.progress.spider = Spidering the URL to discover the content
Expand Down

0 comments on commit 59825dc

Please sign in to comment.