GUACAMOLE-38: Add unit test for query string parser.

This commit is contained in:
Nick Couchman
2018-04-19 08:55:24 -04:00
parent 1011845032
commit aabc871d7d
3 changed files with 58 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ public class QCParser {
* @throws UnsupportedEncodingException
* If Java lacks UTF-8 support.
*/
private static Map<String, String> parseQueryString(String queryStr)
public static Map<String, String> parseQueryString(String queryStr)
throws UnsupportedEncodingException {
// Split the query string into the pairs