Commit 0433705e by Tuomas Riihimäki

Fix rest auth with MAC

1 parent e2157027
......@@ -243,6 +243,7 @@ public class HostnameFilter implements Filter {
hashBuilder.append(httpRequest.getParameter("appstamp")).append(":");
hashBuilder.append(httpRequest.getParameter("appmac")).append(":");
hashBuilder.append(httpRequest.getPathInfo());
restAuthStr = hashBuilder.toString();
}
boolean ret = true;
try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!