"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Johannes Thyssen Tishman <johannes@thyssentishman.com>
Subject:
Re: fix gotsysd test failures with new gotwebd redirect
To:
gameoftrees@openbsd.org
Date:
Mon, 20 Jul 2026 11:24:37 +0000

Download raw body.

Thread
2026-07-19T16:46:41+0200 Stefan Sperling <stsp@stsp.name>:
> Restore gotwebd's ability to redirect with HTTP status codes.
> 
> This is needed to keep gotsysd tests passing because w3m does not work as
> required in our test scripts when the HTML body refresh redirect method
> is used.
> 
> The new page refresh redirect way remains the default.
> The non-default behaviour is used by our tests, and might be useful
> to someone, somewhere, some day.
> 
> ok?

Ran regression tests and tested all three variants of redirect_method
(unset, page_refresh and status_code) on my instance and the (not yet
released) gotweb authenticator app without issues.

Other than in regression tests, I only tested with gotwebd and not
gotsysd as I don't have that set up.

ok jtt@