- Notifications
You must be signed in to change notification settings - Fork2.5k
Breakpoints.#7875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Breakpoints.#7875
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
zap/src/test/java/org/parosproxy/paros/core/scanner/VariantJSONQueryUnitTest.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
kingthorin commentedMay 23, 2023
Also I believe there's a JSON View available via the Marketplace. |
kingthorin commentedMay 23, 2023
To address the DCO requirement you'll need to sign-off the commit(s): |
e5fbcc6 to20fce2cCompareKeindel commentedMay 25, 2023
Json formatting is excluded, DCO requirement is satisfied. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
kingthorin commentedMay 25, 2023
|
81eda3e toc29db43CompareKeindel commentedMay 25, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Added null-checks for not yet implemented experimental DB case. New commits are squashed and signed off for DCO. |
Keindel commentedJun 7, 2023
It seems that neglecting of special chars escaping for breaks UI may affect user workflow. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Split url string into host+path+query.Add request and/or response choice in breaks.Add break persisting.Signed-off-by: Andrey Maksimov <g.andmaximov@gmail.com>
Keindel commentedJun 26, 2023
updated header comments |
Uh oh!
There was an error while loading.Please reload this page.
In Break add/edit dialog String Field has been splitted into multiple fields: Protocol, Host, Path, Query.
Add request and/or response choice in breaks: choice of break activation on-request and/or on-response is now available.
Add break persisting. Breaks in UI are now consistent with session DB.