-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #6258 - Improve auth interceptor operation handling
- Loading branch information
1 parent
2717a0d
commit 7ad2524
Showing
7 changed files
with
239 additions
and
127 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...es/ca/uhn/hapi/fhir/changelog/7_6_0/6258-improve-auth-interceptor-operation-handling.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
type: fix | ||
issue: 6258 | ||
title: "The AuthorizationInterceptor handling for operations has been improved | ||
so that operation rules now directly test the contents of response Bundle | ||
or Parameters objects returned by the operation when configure to require | ||
explicit response authorization. This fixes a regression in 7.4.0 where | ||
operation responses could sometimes be denied even if appropriate | ||
permissions were granted to view resources in a response bundle. Thanks to | ||
Gijsbert van den Brink for reporting the issue with a sample test!" |
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
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
Oops, something went wrong.