forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix InterruptedException while stopping the spider
Append the messages to output tab and add the messages to History tab asynchronously in the EDT, preventing the exceptions (and "hanging" the spider worker threads more time than needed). More detailed changes: - AuthenticationHelper, append the authentication status messages to the OutputPanel and add the authentication messages to the ExtensionHistory, asynchronously (for the latter also check if the View is initialised, otherwise there's no point adding it); - OutputPanel, add a convenience method that adds a message asynchronously to the panel itself. Fix zaproxy#2429 - InterruptedExceptions while stopping the spider with user authentication
- Loading branch information
Showing
2 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters