You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a discrepancy between the official Spring Security documentation and the actual code regarding the verify method in the AuthorizationManager interface.
Discrepancy:
In the official documentation, the verify method is shown as returning an AuthorizationDecision:
Was this an intentional difference in the documentation, perhaps to illustrate a conceptual point?
Or is this an error in the documentation that should be corrected?
It would be helpful to clarify whether the documentation needs to be updated to reflect the actual method signature in the code, or if there is an intended reason for this difference that we should be aware of.
Thank you for your assistance!
Best regards,
yoonji
The text was updated successfully, but these errors were encountered:
Hi,
I noticed a discrepancy between the official Spring Security documentation and the actual code regarding the verify method in the AuthorizationManager interface.
Discrepancy:
In the official documentation, the
verify
method is shown as returning anAuthorizationDecision
:However, in both the actual code and the same online API documentation, the verify method has a void return type:
You can also see this in the official online API documentation:
AuthorizationManager API Documentation
Request for Clarification:
It would be helpful to clarify whether the documentation needs to be updated to reflect the actual method signature in the code, or if there is an intended reason for this difference that we should be aware of.
Thank you for your assistance!
Best regards,
yoonji
The text was updated successfully, but these errors were encountered: