Skip to content

Commit 40e9abf

Browse files
committed
warn using qs
1 parent 2a6a278 commit 40e9abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464
String token = ea.generateURLToken(path);
6565
String url = String.format("http(s)://%s%s?%s=%s", hostname, path,
6666
ea.getTokenName(), token);
67-
// If you have a query string, be aware of string formatter in url.
67+
// If url has a query string which isn't for the token, be aware of the string formatter and symbol(? and &).
6868
// => Link or Request "url" /w Query string
6969
} catch (EdgeAuthException e) {
7070
e.printStackTrace();

0 commit comments

Comments
 (0)