Skip to content

Instantly share code, notes, and snippets.

@gmoore
Created November 12, 2010 21:35
Show Gist options
  • Save gmoore/674727 to your computer and use it in GitHub Desktop.
Save gmoore/674727 to your computer and use it in GitHub Desktop.
Nov 12, 2010 4:34:30 PM com.sun.jersey.api.container.filter.LoggingFilter filter
INFO: 59 * Server in-bound request
59 > POST http://localhost:8080/tix/tickets/.json
59 > accept: */*
59 > connection: close
59 > user-agent: artful.ly
59 > content-type: application/json
59 > content-length: 831
59 > host: localhost:8080
59 >
{"price":"20","type":{"uri_parser":{},"_model_name":"Athena::Ticket","prefix_parameters":[],"inheritable_attributes":{},"schema":{"price":"integer","type":"string","event":"string","performance":"string","venue":"string","sold":"string"},"connection":{"uri_parser":{},"format":{},"site":{"opaque":null,"port":8080,"fragment":null,"registry":null,"scheme":"http","path":"/tix/","host":"localhost","user":null,"password":null,"query":null},"user":null,"password":null},"site":{"opaque":null,"port":8080,"fragment":null,"registry":null,"scheme":"http","path":"/tix/","host":"localhost","user":null,"password":null,"query":null},"known_attributes":["price","event","type","performance","venue","sold"],"headers":{"User-agent":"artful.ly"}},"event":"Addams Family ][","performance":"2013-11-12T21:34:00Z","venue":"Circle In The Square"}
Nov 12, 2010 4:34:30 PM com.sun.jersey.api.container.filter.LoggingFilter$Adapter finish
INFO: 59 * Server out-bound response
59 < 400
59 < Content-Type: text/plain
59 <
Could not understand JSON request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment