Skip to content

Commit

Permalink
Merge pull request #5639 from thc202/authhelper/replace-task-helper
Browse files Browse the repository at this point in the history
authhelper: replace direct task helper usage
  • Loading branch information
psiinon authored Aug 12, 2024
2 parents 586b239 + 99901fb commit 52b4b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion addOns/authhelper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Maintenance changes.

## [0.14.0] - 2024-07-31
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ public void scanHttpResponseReceive(HttpMessage msg, int id, Source source) {
AuthUtils.findSessionTokenSource(st.getValue());
if (smrd != null) {
// Yes, found the token in a 'non standard' place
this.getTaskHelper()
.raiseAlert(smrd.getMsg().getHistoryRef(), getAlert(smrd).build());
getAlert(smrd).raise();
LOGGER.debug(
"Found {} 'unknown' response session token(s) in {}",
responseTokens.size(),
Expand Down

0 comments on commit 52b4b66

Please sign in to comment.