Modify ↓
Opened 5 years ago
Closed 5 years ago
#13335 closed defect (fixed)
Authz shouldn't update mtime if parsing error occurs
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.3 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | authzpolicy |
| Cc: | Branch: | ||
| Release Notes: |
Fixed authz parsing error shown only on first request after webserver startup or authz file change. |
||
| API Changes: | |||
| Internal Changes: | |||
Description
Currently, if there's a parsing error a TracError will be displayed on the first request, but not on subsequent requests.
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.



Committed to 1.4-stable in r17489, merged to trunk in r17490.