A recent version of Archiva is logging everything about incoming requests, but I don't see anything about the requests it makes out to proxied repositories.
After deleting junit from both the local repository and the proxy-of-central 'releases' repo served by Archiva, I see the following when building a simple project (below). Can we change this to a single line for the request, and have it log any requests it makes out to proxied repositories? (Apologies if this has already changed on trunk, I haven't built it in a couple of weeks.) jvm 1 | -->>> request ------------------------------------------------------- --- jvm 1 | --> http://localhost:8080/repository jvm 1 | GET /archiva/repository/releases/junit/junit/3.8.1/junit-3.8.1.pom HTTP/1.1 jvm 1 | Accept-Encoding: gzip jvm 1 | Pragma: no-cache jvm 1 | User-Agent: Java/1.5.0_06 jvm 1 | Host: localhost:8080 jvm 1 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 jvm 1 | Connection: keep-alive jvm 1 | Content-Type: application/x-www-form-urlencoded jvm 1 | jvm 1 | --------------------------------------------------------------------- --- jvm 1 | -->>> request ------------------------------------------------------- --- jvm 1 | --> http://localhost:8080/repository jvm 1 | GET /archiva/repository/releases/junit/junit/3.8.1/junit-3.8.1.pom.sha1 HTTP/1.1 jvm 1 | Accept-Encoding: gzip jvm 1 | Pragma: no-cache jvm 1 | User-Agent: Java/1.5.0_06 jvm 1 | Host: localhost:8080 jvm 1 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 jvm 1 | Connection: keep-alive jvm 1 | Content-Type: application/x-www-form-urlencoded jvm 1 | jvm 1 | --------------------------------------------------------------------- --- jvm 1 | -->>> request ------------------------------------------------------- --- jvm 1 | --> http://localhost:8080/repository jvm 1 | GET /archiva/repository/releases/junit/junit/3.8.1/junit-3.8.1.jar HTTP/1.1 jvm 1 | Accept-Encoding: gzip jvm 1 | Pragma: no-cache jvm 1 | User-Agent: Java/1.5.0_06 jvm 1 | Host: localhost:8080 jvm 1 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 jvm 1 | Connection: keep-alive jvm 1 | Content-Type: application/x-www-form-urlencoded jvm 1 | jvm 1 | --------------------------------------------------------------------- --- jvm 1 | -->>> request ------------------------------------------------------- --- jvm 1 | --> http://localhost:8080/repository jvm 1 | GET /archiva/repository/releases/junit/junit/3.8.1/junit-3.8.1.jar.sha1 HTTP/1.1 jvm 1 | Accept-Encoding: gzip jvm 1 | Pragma: no-cache jvm 1 | User-Agent: Java/1.5.0_06 jvm 1 | Host: localhost:8080 jvm 1 | Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 jvm 1 | Connection: keep-alive jvm 1 | Content-Type: application/x-www-form-urlencoded jvm 1 | jvm 1 | ------------------------------------------------------------------------ -- Wendy
