mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
GUACAMOLE-38: Add unit test for query string parser.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user