Modify ↓
#12654 closed defect (fixed)
AuthzPolicy should not raise ConfigurationError when not in permission_policies
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.2.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | authzpolicy, exception |
Cc: | Branch: | ||
Release Notes: |
|
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
After looking at a similar issue for AuthzSourcePolicy in #12637, I realized that AuthzPolicy
is incorrectly raising a ConfigurationError
under certain conditions when it is enabled but not included in the list of permission_policies
. The behavior was implemented in r13741 (#11529), and also #11272 is related.
Attachments (0)
Change History (7)
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Milestone: | 1.0.14 → 1.2.1 |
---|
comment:4 by , 8 years ago
Description: | modified (diff) |
---|
comment:5 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to 1.2-stable in [15368:15369], merged to trunk in [15370:15371].
comment:7 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
Proposed changes in log:rjollos.git:t12654_authzpolicy_configurationerror.
The issue doesn't exist on 1.0-stable.