Repository: trafficserver
Updated Branches:
refs/heads/5.2.x 07e977183 -> 143d63310
TS-3276: Fix cache backwards compatibility issue.
Conflicts:
CHANGES
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/143d6331
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/143d6331
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/143d6331
Branch: refs/heads/5.2.x
Commit: 143d633108356e755ddfdfbec5c14a2eab9b547f
Parents: 07e9771
Author: Alan M. Carroll <[email protected]>
Authored: Thu Jan 8 18:00:21 2015 -0600
Committer: Leif Hedstrom <[email protected]>
Committed: Thu Jan 8 18:54:12 2015 -0700
----------------------------------------------------------------------
CHANGES | 2 ++
proxy/hdrs/URL.cc | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/143d6331/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 84ba607..aafac69 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache Traffic Server 5.2.0
+ *) [TS-3276] Fix cache backwards compatibility issue.
+
*) [TS-2119] Fix builds for mysql remap plugin.
*) [TS-3083] Fix core dump due to FetchSM double delete.
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/143d6331/proxy/hdrs/URL.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/URL.cc b/proxy/hdrs/URL.cc
index 2950440..f92d003 100644
--- a/proxy/hdrs/URL.cc
+++ b/proxy/hdrs/URL.cc
@@ -97,7 +97,7 @@ int url_hash_method = 0;
/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
-URLHashContext::HashType URLHashContext::Setting = URLHashContext::MMH;
+URLHashContext::HashType URLHashContext::Setting = URLHashContext::MD5;
URLHashContext::URLHashContext() {
switch (Setting) {