Skip to content

OverrideMethodHandler bug#741

Closed
skojin wants to merge 1 commit intokemalcr:masterfrom
skojin:fix/override-method-cached-route-lookup
Closed

OverrideMethodHandler bug#741
skojin wants to merge 1 commit intokemalcr:masterfrom
skojin:fix/override-method-cached-route-lookup

Conversation

@skojin
Copy link

@skojin skojin commented Mar 1, 2026

OverrideMethodHandler not works in real app, this PR add test to show it

<form method="post" action="/items/42">
  <input type="hidden" name="_method" value="PUT">
  <button type="submit">Update</button>
</form>

@sdogruyol
Copy link
Member

@skojin I've opened a PR #742 to fix this issue. Could you please give it a try

@skojin
Copy link
Author

skojin commented Mar 1, 2026

@sdogruyol yes, it works for me

@sdogruyol
Copy link
Member

Thanks for the report @skojin 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants