提交 c6e641e8 编写于 作者: X xvrl

fix invalid cache keys

上级 01dc7872
......@@ -131,6 +131,6 @@ public class MemcachedCacheBroker implements CacheBroker
}
private String computeKey(String identifier, byte[] key) {
return identifier + Base64.encodeBytes(key);
return identifier + Base64.encodeBytes(key, Base64.DONT_BREAK_LINES);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册