Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created September 9, 2010 18:27
Show Gist options
  • Save jfarcand/572283 to your computer and use it in GitHub Desktop.
Save jfarcand/572283 to your computer and use it in GitHub Desktop.
(Fail)
T 127.0.0.1:60755 -> 127.0.0.1:60750 [AP]
GET /repo/org/apache/maven/its/mng4781/release/maven-metadata.xml HTTP/1.1.
Host: localhost:60750.
Pragma: no-cache.
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2.
Connection: keep-alive.
User-Agent: Apache-Maven/3.0-beta-3 (Java 1.6.0_20; Mac OS X 10.6.4).
Accept-Encoding: gzip.
.
T 127.0.0.1:60750 -> 127.0.0.1:60755 [AP]
HTTP/1.1 400 Bad Request.
Content-Length: 0.
Server: Jetty(6.1.14).
(works)
T 127.0.0.1:60819 -> 127.0.0.1:60807 [AP]
GET /repo/org/apache/maven/its/mng4781/release/maven-metadata.xml HTTP/1.1.
Accept-Encoding: gzip.
Pragma: no-cache.
User-Agent: Apache-Maven/3.0-beta-3 (Java 1.6.0_20; Mac OS X 10.6.4).
Host: localhost:60807.
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2.
Connection: keep-alive.
.
T 127.0.0.1:60807 -> 127.0.0.1:60819 [AP]
HTTP/1.1 404 Not Found.
Content-Length: 0.
Server: Jetty(6.1.14).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment