bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.37k stars 1.46k forks source link

"Allow" header value on 405 responses is still incorrect despite the issue being fixed in the master branch #1225

Closed PLPeeters closed 4 years ago

PLPeeters commented 4 years ago

The value of the Allow header on 405 responses is still incorrect despite it being fixed by #668, which was merged into master in 3b09891fc516e9d1f9fe578d7e06208dc688e378 almost three years ago.

How come this didn't make it into releases 0.12.14 and later?

defnull commented 4 years ago

No one bothered backporting it. Most clients just ignore this header, so this fix is not important for most people, as it seems. Pull requests (against the release-0.12 branch) are welcomed.

PLPeeters commented 4 years ago

Good to know, I'll PR it in the 0.12 branch!

PLPeeters commented 4 years ago

@defnull Is there a chance of getting a merge on this sometime soon?