Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud CDN #1019

Closed
Prev Previous commit
Next Next commit
changed comment wording
  • Loading branch information
Daniel Sanche committed Feb 8, 2018
commit 182445d1dfc7d60825d4bf2facac4451e0d931df
4 changes: 2 additions & 2 deletions cdn/signed-urls/src/main/java/com/google/cdn/SignedUrls.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ public class SignedUrls {
/**
* Creates a signed URL for a Cloud CDN endpoint with the given key
* should pass in a properly formatted URL
* good:
* will work:
* https://www.google.com/
* http://www.google.com/
* https://www.google.com/?foo=test&bar=test
* https://www.google.com/foo
*
* bad:
* won't work:
* https://www.google.com
* https://www.google.com?test
* www.google.com
Expand Down