Repository: trafficserver Updated Branches: refs/heads/master 0896896aa -> 0c5012028
TS-2344: 404 error was logged while url redirect request was processed correctly Added missing file Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0c501202 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0c501202 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0c501202 Branch: refs/heads/master Commit: 0c5012028577f7326b3f89eb505759ab454ab00f Parents: 0896896 Author: Ethan Lai <[email protected]> Authored: Sun May 25 16:50:58 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Sun May 25 16:50:58 2014 -0700 ---------------------------------------------------------------------- .../body_factory/default/redirect#moved_permanently | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0c501202/proxy/config/body_factory/default/redirect#moved_permanently ---------------------------------------------------------------------- diff --git a/proxy/config/body_factory/default/redirect#moved_permanently b/proxy/config/body_factory/default/redirect#moved_permanently new file mode 100644 index 0000000..a5c5036 --- /dev/null +++ b/proxy/config/body_factory/default/redirect#moved_permanently @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<TITLE>Document Has Moved</TITLE> +</HEAD> + +<BODY BGCOLOR="white" FGCOLOR="black"> +<H1>Document Has Moved</H1> +<HR> + +<FONT FACE="Helvetica,Arial"><B> +Description: The document you requested has moved to a new location. The new location is "%<{Location}psh>". +</B></FONT> +<HR> +</BODY>
