vlsi commented on a change in pull request #147:
URL: https://github.com/apache/calcite-avatica/pull/147#discussion_r663698028
##########
File path:
server/src/test/java/org/apache/calcite/avatica/server/HttpAuthBase.java
##########
@@ -80,12 +80,11 @@ void readWriteData(String url, String tableName, Properties
props) throws Except
static String getHashLoginServicePropertiesString() {
try {
- final String userPropertiesFile =
-
URLDecoder.decode(HttpQueryStringParameterRemoteUserExtractorTest.class
- .getResource("/auth-users.properties").getFile(),
"UTF-8");
+ final String userPropertiesFile = (new File(BasicAuthHttpServerTest.class
+ .getResource("/auth-users.properties").toURI())).getPath();
Review comment:
`Sources` please
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]