-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR8
Coverity static-analysis scan found missing parent calls in Elytron. They seems to be a simple fixes:
- DisposedCallbackSaslClientFactory should use super.dispose() instead of delegate.dispose()
- DisposedCallbackSaslServerFactory should use super.dispose() instead of delegate.dispose()
- org.wildfly.security.auth.client.MatchSchemeSpecificPartRule.matches(URI, String, String, String)
- compare to MatchHostRule class
- https://scan7.coverity.com/reports.htm#v16159/p11778/fileInstanceId=5622496&defectInstanceId=1486714&mergedDefectId=1375739
- is cloned by
-
ELY-731 Coverity static analysis: Missing parent calls in Elytron
- Resolved