What steps will reproduce the problem?
1.I have an existing 2.5.3 install. Convert all tables to InnoDB, and all tabels to UTF-8. Change jdbc connect string to use utf-8 encoding and unicode = true
db url config:
url = jdbc:mysql://localhost:3306/reviewdb?useUnicode=true&characterEncoding=utf-8
2.Run
3.View a commit
Web Error:
Code Review - Error
The page you requested was not found, or you do not have permission to view this page.
gerrit error_log:
WARN org.eclipse.jetty.server.AbstractHttpConnection : Failed UTF-8 decode for request path, trying ISO-8859-1
How to solve it?