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
[proxy] don't call post_actions for already handled requests
for example oauth has own routes that can handle the request
so there is no need to call post_action for them
it should be called only when the access phase is evaluated
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
- Use `RESOLVER` before falling back to `resolv.conf`[PR #324](https://github.com/3scale/apicast/pull/324)
19
19
- Improve error logging when failing to download configuration [PR #335](https://github.com/3scale/apicast/pull/325)
20
20
- Service hostnames are normalized to lower case [PR #336](https://github.com/3scale/apicast/pull/326)
21
+
- Don't attempt to perform post\_action when request was handled without authentication [PR #343](https://github.com/3scale/apicast/pull/343)
0 commit comments