fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
487 stars 301 forks source link

Error found in webtrees log file #4761

Closed hartenthaler closed 1 year ago

hartenthaler commented 1 year ago

The error occurred several times when nobody is logged in (no user, no tree, IP=52.167.144.79).

It was first discussed at https://github.com/vesta-webtrees-2-custom-modules/vesta_extended_relationships/issues/99 but is not related to the Vesta modules.

fisharebest commented 1 year ago

Is the same issue as #4548

ric2016 commented 1 year ago

Not sure this issue should be closed - The related issue is closed without fix, apparently.

fisharebest commented 1 year ago

This was the fix:

https://github.com/fisharebest/webtrees/commit/65905dc446ba24b6b706b2394d6cc0b3e72c8618

For requests with an invalid method, we were creating the correct response - but not returning it.

Hence the rest of the application was seeing a request without a matched route.

ric2016 commented 1 year ago

Sorry, I missed that.