Created
May 14, 2013 03:39
-
-
Save t-botz/5573497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -v -XHEAD http://owasp-java-html-sanitizer.googlecode.com/svn/maven/org/terracotta/bigmemory/bigmemory/4.0.0/bigmemory-4.0.0.pom | |
* About to connect() to owasp-java-html-sanitizer.googlecode.com port 80 (#0) | |
* Trying 173.194.72.82... connected | |
* Connected to owasp-java-html-sanitizer.googlecode.com (173.194.72.82) port 80 (#0) | |
> HEAD /svn/maven/org/terracotta/bigmemory/bigmemory/4.0.0/bigmemory-4.0.0.pom HTTP/1.1 | |
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5 | |
> Host: owasp-java-html-sanitizer.googlecode.com | |
> Accept: */* | |
> | |
< HTTP/1.1 404 Not Found | |
< Date: Tue, 14 May 2013 03:32:20 GMT | |
< Server: Apache | |
< Content-Type: text/html; charset=iso-8859-1 | |
< Transfer-Encoding: chunked | |
< | |
^C | |
$ curl -v -XHEAD http://repo.terracotta.org/maven2/owasp-java-html-sanitizer/owasp-java-html-sanitizer/r99/owasp-java-html-sanitizer-r99.jar | |
* About to connect() to repo.terracotta.org port 80 (#0) | |
* Trying 207.171.187.117... connected | |
* Connected to repo.terracotta.org (207.171.187.117) port 80 (#0) | |
> HEAD /maven2/owasp-java-html-sanitizer/owasp-java-html-sanitizer/r99/owasp-java-html-sanitizer-r99.jar HTTP/1.1 | |
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5 | |
> Host: repo.terracotta.org | |
> Accept: */* | |
> | |
< HTTP/1.1 404 Not Found | |
< x-amz-request-id: F09B94FFD6CCCE3A | |
< x-amz-id-2: JwKuaZdGjr5sTcSAEgylEyrQwRL9HMl5ishaa+Sj4VG+onZl44KCCShxanKDHUrB | |
< Content-Type: application/xml | |
< Transfer-Encoding: chunked | |
< Date: Tue, 14 May 2013 03:23:18 GMT | |
< Server: AmazonS3 | |
< | |
^C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment