thc202

Results 1126 comments of thc202

For me is enough splitting the refactoring into multiple commits in this PR (e.g. a commit extracting the decoders, rework of the scanner...).

@psiinon can this be closed with the `remote` tests added in #230?

That would require opening a new PR.

The pull request is now updated (after build changes, zaproxy/zaproxy#5302).

Yes, something changed and the HUD no longer works with Firefox, the cause is being investigated.

Please see https://github.com/zaproxy/zap-extensions/pull/3665/checks?check_run_id=5565672113 Be good to add tests. The changelogs need to be updated.

We should add the grammar and a Gradle task to (re)generate the code.

The ANTLR tool version 4.10.x requires Java 11, the code will be generated and executed with version 4.9.x which still supports Java 8.

IMHO we should not repeat the same information in multiple places, either keep it here (probably better) or in the wiki, not both. Otherwise we have to maintain it in...