This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.2.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 17f99dabd9eec950d6f3e4130d8b11aa2c2b7335 Author: Masakazu Kitajo <[email protected]> AuthorDate: Tue Apr 28 10:18:23 2026 -0600 Remove unused error page template (#13122) (cherry picked from commit dcec715505390b3cab68234ec1c9866a913d8c2c) --- configs/body_factory/default/access#redirect_url | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configs/body_factory/default/access#redirect_url b/configs/body_factory/default/access#redirect_url deleted file mode 100644 index 3a4fcf11e9..0000000000 --- a/configs/body_factory/default/access#redirect_url +++ /dev/null @@ -1,15 +0,0 @@ -<HTML> - <HEAD> - <TITLE>Authentication Failed</TITLE> - <meta http-equiv="refresh" content="0;URL=%<{@redirect_url}cqh>"> - </HEAD> - - <BODY BGCOLOR=#88DAFF FGCOLOR="black"> - <H1>Authentication Failed.</H1> - <HR> - <FONT FACE="Helvetica,Arial"> - <B>Please wait while you are redirected to another page.</B> - If your browser fails to redirect, click on this <a href="%<{@redirect_url}cqh>">link</a>. - </FONT> - </BODY> -</HTML>
