Skip to content

Instantly share code, notes, and snippets.

@gmoore
Created October 29, 2010 21:35
Show Gist options
  • Save gmoore/654477 to your computer and use it in GitHub Desktop.
Save gmoore/654477 to your computer and use it in GitHub Desktop.
Oct 29, 2010 5:33:00 PM com.sun.jersey.api.container.filter.LoggingFilter filter
INFO: 31 * Server in-bound request
31 > POST http://localhost:8080/tickets/transactions
31 > content-length: 18
31 > content-type: application/json; charset=UTF-8
31 > host: localhost:8080
31 > connection: Keep-Alive
31 > user-agent: Apache-HttpClient/4.0-beta2 (java 1.5)
31 > expect: 100-Continue
31 >
{tickets: ["50"] }
Oct 29, 2010 5:33:00 PM com.sun.jersey.api.container.filter.LoggingFilter$Adapter finish
INFO: 31 * Server out-bound response
31 < 200
31 < Content-Type: application/json
31 <
{"tickets":["50"],"lockExpires":"Oct 29, 2010 5:43:00 PM","id":"ced933ce-4b25-4c02-8b4b-41c782488643","lockedByIp":"127.0.0.1","status":"OK"}
Oct 29, 2010 5:33:04 PM com.sun.jersey.api.container.filter.LoggingFilter filter
INFO: 32 * Server in-bound request
32 > POST http://localhost:8080/tickets/transactions
32 > content-length: 18
32 > content-type: application/json; charset=UTF-8
32 > host: localhost:8080
32 > connection: Keep-Alive
32 > user-agent: Apache-HttpClient/4.0-beta2 (java 1.5)
32 > expect: 100-Continue
32 >
{tickets: ["50"] }
Oct 29, 2010 5:33:04 PM com.sun.jersey.api.container.filter.LoggingFilter$Adapter finish
INFO: 32 * Server out-bound response
32 < 409
32 < Content-Type: text/plain
32 <
Unable to obtain lock on tickets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment