We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a242795 commit 3216f2aCopy full SHA for 3216f2a
cdn/signed-urls/src/main/java/com/google/cdn/SignedUrls.java
@@ -36,13 +36,13 @@ public class SignedUrls {
36
/**
37
* Creates a signed URL for a Cloud CDN endpoint with the given key
38
* should pass in a properly formatted URL
39
- * good:
+ * will work:
40
* https://www.google.com/
41
* http://www.google.com/
42
* https://www.google.com/?foo=test&bar=test
43
* https://www.google.com/foo
44
*
45
- * bad:
+ * won't work:
46
* https://www.google.com
47
* https://www.google.com?test
48
* www.google.com
0 commit comments