You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2014/05/30 23:04:41 UTC

[09/50] [abbrv] git commit: TS-2344: 404 error was logged while url redirect request was processed correctly Added missing file

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/5.0.x
Commit: 0c5012028577f7326b3f89eb505759ab454ab00f
Parents: 0896896
Author: Ethan Lai <yz...@yahoo.com>
Authored: Sun May 25 16:50:58 2014 -0700
Committer: Bryan Call <bc...@apache.org>
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>