Promote v0.1.65 to main #119

Merged
binjovi-bot merged 1 commit from trunk into main 2026-09-13 12:52:19 +00:00
Collaborator
No description provided.
fix(binjovi): one error handler per staging rule, so HTML gets its redirect
All checks were successful
binjovi/ci Binjovi completed the frozen plan
49dfddb7d1
Each binjovi.dev rule listed a redirect handler for HTML and a json handler
for the rest. Oathkeeper treats a handler with no condition as responsible
for every request, so an HTML request found two responsible handlers and
answered 500 instead of the redirect.

Only the HTML redirect is rule-specific now. A request that is not HTML
matches no rule handler and falls back to the global list, whose json
handler gives the 401 the availability gate expects. The contract refuses a
per-rule json handler on the staging twins.

Claude-Session: https://claude.ai/code/session_01XdBRc9CHgFhAxCyHbdVtt6
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/ory!119
No description provided.