triannon-client 0.2.0.pre.0.rc1 → 0.2.1.pre.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/.env_example +1 -0
  3. data/bin/console +7 -1
  4. data/lib/triannon-client/configuration.rb +3 -0
  5. data/lib/triannon-client/triannon_client.rb +27 -11
  6. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +78 -78
  7. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +78 -78
  8. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +78 -78
  9. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +78 -78
  10. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trig_.yml +78 -78
  11. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trix_.yml +78 -78
  12. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +78 -78
  13. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +78 -78
  14. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +78 -78
  15. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/n3_.yml +78 -78
  16. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +78 -78
  17. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +78 -78
  18. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +78 -78
  19. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +51 -51
  20. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +46 -46
  21. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +45 -45
  22. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +45 -45
  23. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +29 -29
  24. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +29 -29
  25. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +29 -29
  26. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +29 -29
  27. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +29 -29
  28. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +29 -29
  29. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trig_.yml +29 -29
  30. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trix_.yml +29 -29
  31. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +29 -29
  32. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +29 -29
  33. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +29 -29
  34. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +29 -29
  35. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/n3_.yml +29 -29
  36. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +29 -29
  37. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +29 -29
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +29 -29
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +29 -29
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +29 -29
  41. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +29 -29
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +29 -29
  43. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +29 -29
  44. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +29 -29
  45. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +29 -29
  46. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +29 -29
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +85 -498
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +51 -51
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +29 -273
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +45 -45
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +29 -2473
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +51 -51
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/deletes_an_open_annotation_that_exists.yml +39 -38
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/fails_to_delete_an_open_annotation_that_does_NOT_exist.yml +10 -10
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_false_for_a_500_response_to_a_DELETE_request.yml +5 -5
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_200_response_to_a_DELETE_request.yml +5 -5
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_202_response_to_a_DELETE_request.yml +5 -5
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_204_response_to_a_DELETE_request.yml +5 -5
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +5 -5
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +17 -17
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +17 -17
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +49 -49
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +29 -29
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +29 -29
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +29 -29
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +29 -29
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml +29 -29
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_that_is_a_valid_URI.yml +39 -38
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +41 -41
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +29 -29
  71. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +29 -29
  72. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +29 -29
  73. data/spec/lib/triannon-client/configuration_spec.rb +18 -2
  74. data/spec/lib/triannon-client/triannon_client_spec.rb +14 -6
  75. data/triannon-client.gemspec +3 -4
  76. metadata +10 -76
  77. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +0 -4088
  78. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +0 -4088
  79. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +0 -4088
  80. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +0 -4088
  81. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trig_.yml +0 -4088
  82. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trix_.yml +0 -4088
  83. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +0 -4088
  84. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +0 -4088
  85. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +0 -4088
  86. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/n3_.yml +0 -4088
  87. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +0 -4088
  88. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +0 -4088
  89. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +0 -4088
  90. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_JSON-LD_content.yml +0 -2502
  91. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +0 -2502
  92. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_using_a_default_JSON-LD_content.yml +0 -2502
  93. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_optional_content_type_parameter.yml +0 -2502
  94. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_turtle_content_type_parameter.yml +0 -2502
  95. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/checks_the_annotation_ID.yml +0 -2561
  96. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/logs_exceptions.yml +0 -2502
  97. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_a_nil_ID.yml +0 -2502
  98. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +0 -2502
  99. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_integer_ID.yml +0 -2502
  100. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +0 -2502
  101. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +0 -3623
  102. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +0 -4946
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"8f797e59201167eac7184f811dc6965e"
34
+ - W/"89c157cd054ec071a35849bc2265856b"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - ff19908c-7420-48b3-87bb-2df3324daa71
38
+ - 2443fe68-5109-40af-a5c2-9d366e38f90c
39
39
  X-Runtime:
40
- - '1.396321'
40
+ - '1.381139'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 04 May 2015 18:39:59 GMT
44
+ - Mon, 11 May 2015 21:30:42 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=T3ROc1FUNVltVVA2SVREWG5SNENaa05MU2VGb0d6NDNXNUpmemJQQkpsbDRpdVV0Zko4QktTTG5kMWwwdU1YeVdwNFQyOG82NVNDOW9YOE9zY1NRSTNQL053YUhBRmROc3N2NCtUUitJcGhTanlxenpEazBEclVXYlNJVGE0L3MxVzlpU3Z5UjM3cXozUE5pNGNkTGc0bjVZVXB2cTZtZzRxWlUweWVMY1dlbnY3OENmM05NU0JNV0NoWEhXWTByNzRIaFJLSUllajlUeHo4RE8wcStRNlJ5ZzRpUE14a2Rkcks2ZUlaZmtyUT0tLXlEckZIbEtXRElQenpxS3pTUEM1V2c9PQ%3D%3D--d8ac6592aa7b8347e2718fa80857f60c9bb27d50;
50
+ - _internal_session=ckxnYkpYektjbVRhdjBvTlIzWnV0d3BMSW9iMzhycUlkeEFjenhMRVNyRVhLM052K1RGT0ZWK2tPWGZOc0hYdjJycmUrMEdpQW40dkhFYkRWNDZ3aDllOFBRbVl1eHdhZ3VYZzdJanl1alR5YkdMN1pad3IvaTZOQi9TN1p3UHJtWFpzN2R6cnNuTm90NjFkWEhtZmRrSWRSMGo2cFpWOXJ1MUZNQzdOME9lb1pMeUhxa1hEVVBoNHJ1ZHV5anZXSnRVbWxRRElFTGV4WURQN3NwMXR5MVZ2Nzl1Ti8yMlJhZmhCYlZYMk5qTzhLWmhTekRzK0FHYjUxazhNU3FONi0tUmJ0ZDMzY2JDaXF1MXQ5RmM1SWdzdz09--4bcace880e50d6c3cdc52268e5e548bcc70ab252;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075011041240","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/82e92723-3468-4cb4-b841-f3634f819783","@type":"oa:Annotation","hasBody":"_:g70075011041240","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902320770180","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/ab/83/8e/08/ab838e08-572e-4268-b95b-df1c18c26bd3","@type":"oa:Annotation","hasBody":"_:g69902320770180","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 18:39:59 GMT
58
+ recorded_at: Mon, 11 May 2015 21:30:42 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 04 May 2015 18:39:59 GMT
78
+ - Mon, 11 May 2015 21:30:42 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Tue, 05 May 2015 00:39:59 GMT
86
+ - Tue, 12 May 2015 03:30:42 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 04 May 2015 18:39:59 GMT
102
+ recorded_at: Mon, 11 May 2015 21:30:42 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 04 May 2015 18:39:59 GMT
124
+ - Mon, 11 May 2015 21:30:42 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Tue, 05 May 2015 00:39:59 GMT
138
+ - Tue, 12 May 2015 03:30:42 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 04 May 2015 18:39:59 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:30:43 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 04 May 2015 18:39:59 GMT
1276
+ - Mon, 11 May 2015 21:30:43 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Tue, 05 May 2015 00:39:59 GMT
1284
+ - Tue, 12 May 2015 03:30:43 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 04 May 2015 18:39:59 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:30:43 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 04 May 2015 18:39:59 GMT
1322
+ - Mon, 11 May 2015 21:30:43 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Tue, 05 May 2015 00:39:59 GMT
1336
+ - Tue, 12 May 2015 03:30:43 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 18:40:00 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:30:43 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/82e92723-3468-4cb4-b841-f3634f819783
2457
+ uri: http://localhost:3000/annotations/ab%2F83%2F8e%2F08%2Fab838e08-572e-4268-b95b-df1c18c26bd3
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2479,27 +2479,27 @@ http_interactions:
2479
2479
  Content-Type:
2480
2480
  - application/ld+json; charset=utf-8
2481
2481
  Etag:
2482
- - W/"fbaa29a85f888360e23c4defd3cec641"
2482
+ - W/"1463b0e612b4156231915a2c8b0c34b3"
2483
2483
  Cache-Control:
2484
2484
  - max-age=0, private, must-revalidate
2485
2485
  X-Request-Id:
2486
- - 92c22870-b6f9-49a0-b284-0e23fc7cc12d
2486
+ - 29597b89-1072-43d6-8690-0fcf634a2f27
2487
2487
  X-Runtime:
2488
- - '0.688048'
2488
+ - '0.670444'
2489
2489
  Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2490
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2491
2491
  Date:
2492
- - Mon, 04 May 2015 18:40:00 GMT
2492
+ - Mon, 11 May 2015 21:30:44 GMT
2493
2493
  Content-Length:
2494
- - '431'
2494
+ - '443'
2495
2495
  Connection:
2496
2496
  - Keep-Alive
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075066656960","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/82e92723-3468-4cb4-b841-f3634f819783","@type":"oa:Annotation","hasBody":"_:g70075066656960","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
2499
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902318586720","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/ab/83/8e/08/ab838e08-572e-4268-b95b-df1c18c26bd3","@type":"oa:Annotation","hasBody":"_:g69902318586720","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
2501
2501
  http_version:
2502
- recorded_at: Mon, 04 May 2015 18:40:00 GMT
2502
+ recorded_at: Mon, 11 May 2015 21:30:44 GMT
2503
2503
  - request:
2504
2504
  method: get
2505
2505
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -2519,7 +2519,7 @@ http_interactions:
2519
2519
  message: Temporary Redirect
2520
2520
  headers:
2521
2521
  Date:
2522
- - Mon, 04 May 2015 18:40:00 GMT
2522
+ - Mon, 11 May 2015 21:30:49 GMT
2523
2523
  Server:
2524
2524
  - Apache/2
2525
2525
  Location:
@@ -2527,7 +2527,7 @@ http_interactions:
2527
2527
  Cache-Control:
2528
2528
  - max-age=21600
2529
2529
  Expires:
2530
- - Tue, 05 May 2015 00:40:00 GMT
2530
+ - Tue, 12 May 2015 03:30:49 GMT
2531
2531
  Content-Length:
2532
2532
  - '240'
2533
2533
  Content-Type:
@@ -2543,7 +2543,7 @@ http_interactions:
2543
2543
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
2544
2544
  </body></html>
2545
2545
  http_version:
2546
- recorded_at: Mon, 04 May 2015 18:40:01 GMT
2546
+ recorded_at: Mon, 11 May 2015 21:30:49 GMT
2547
2547
  - request:
2548
2548
  method: get
2549
2549
  uri: http://www.w3.org/ns/oa.jsonld
@@ -2565,7 +2565,7 @@ http_interactions:
2565
2565
  message: OK
2566
2566
  headers:
2567
2567
  Date:
2568
- - Mon, 04 May 2015 18:40:01 GMT
2568
+ - Mon, 11 May 2015 21:30:49 GMT
2569
2569
  Server:
2570
2570
  - Apache/2
2571
2571
  Last-Modified:
@@ -2579,7 +2579,7 @@ http_interactions:
2579
2579
  Cache-Control:
2580
2580
  - max-age=21600
2581
2581
  Expires:
2582
- - Tue, 05 May 2015 00:40:01 GMT
2582
+ - Tue, 12 May 2015 03:30:49 GMT
2583
2583
  P3p:
2584
2584
  - policyref="http://www.w3.org/2014/08/p3p.xml"
2585
2585
  Access-Control-Allow-Origin:
@@ -3697,7 +3697,7 @@ http_interactions:
3697
3697
 
3698
3698
 
3699
3699
  http_version:
3700
- recorded_at: Mon, 04 May 2015 18:40:01 GMT
3700
+ recorded_at: Mon, 11 May 2015 21:30:50 GMT
3701
3701
  - request:
3702
3702
  method: get
3703
3703
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -3717,7 +3717,7 @@ http_interactions:
3717
3717
  message: Temporary Redirect
3718
3718
  headers:
3719
3719
  Date:
3720
- - Mon, 04 May 2015 18:40:01 GMT
3720
+ - Mon, 11 May 2015 21:30:50 GMT
3721
3721
  Server:
3722
3722
  - Apache/2
3723
3723
  Location:
@@ -3725,7 +3725,7 @@ http_interactions:
3725
3725
  Cache-Control:
3726
3726
  - max-age=21600
3727
3727
  Expires:
3728
- - Tue, 05 May 2015 00:40:01 GMT
3728
+ - Tue, 12 May 2015 03:30:50 GMT
3729
3729
  Content-Length:
3730
3730
  - '240'
3731
3731
  Content-Type:
@@ -3741,7 +3741,7 @@ http_interactions:
3741
3741
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
3742
3742
  </body></html>
3743
3743
  http_version:
3744
- recorded_at: Mon, 04 May 2015 18:40:01 GMT
3744
+ recorded_at: Mon, 11 May 2015 21:30:50 GMT
3745
3745
  - request:
3746
3746
  method: get
3747
3747
  uri: http://www.w3.org/ns/oa.jsonld
@@ -3763,7 +3763,7 @@ http_interactions:
3763
3763
  message: OK
3764
3764
  headers:
3765
3765
  Date:
3766
- - Mon, 04 May 2015 18:40:01 GMT
3766
+ - Mon, 11 May 2015 21:30:50 GMT
3767
3767
  Server:
3768
3768
  - Apache/2
3769
3769
  Last-Modified:
@@ -3777,7 +3777,7 @@ http_interactions:
3777
3777
  Cache-Control:
3778
3778
  - max-age=21600
3779
3779
  Expires:
3780
- - Tue, 05 May 2015 00:40:01 GMT
3780
+ - Tue, 12 May 2015 03:30:50 GMT
3781
3781
  P3p:
3782
3782
  - policyref="http://www.w3.org/2014/08/p3p.xml"
3783
3783
  Access-Control-Allow-Origin:
@@ -4895,10 +4895,10 @@ http_interactions:
4895
4895
 
4896
4896
 
4897
4897
  http_version:
4898
- recorded_at: Mon, 04 May 2015 18:40:01 GMT
4898
+ recorded_at: Mon, 11 May 2015 21:30:50 GMT
4899
4899
  - request:
4900
4900
  method: delete
4901
- uri: http://localhost:3000/annotations/82e92723-3468-4cb4-b841-f3634f819783
4901
+ uri: http://localhost:3000/annotations/ab%2F83%2F8e%2F08%2Fab838e08-572e-4268-b95b-df1c18c26bd3
4902
4902
  body:
4903
4903
  encoding: US-ASCII
4904
4904
  string: ''
@@ -4925,22 +4925,22 @@ http_interactions:
4925
4925
  Cache-Control:
4926
4926
  - no-cache
4927
4927
  X-Request-Id:
4928
- - 18547297-4eee-468d-b9e3-0747eb394308
4928
+ - 36823781-dc63-415d-a79e-e1d6cdccb575
4929
4929
  X-Runtime:
4930
- - '0.130587'
4930
+ - '0.151565'
4931
4931
  Server:
4932
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
4932
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4933
4933
  Date:
4934
- - Mon, 04 May 2015 18:40:02 GMT
4934
+ - Mon, 11 May 2015 21:30:50 GMT
4935
4935
  Connection:
4936
4936
  - Keep-Alive
4937
4937
  Set-Cookie:
4938
- - _internal_session=WTQ1c21QbEhqNnhMNFUxUVNZMzlQVXl5VXlsQW00Ui9PUWF0WXdYTjhxZXFkL1FjaHgwNjlFNDJlTlowMzFnM2phZ1JYL25ZYWllbDl5Rk1YY0JMWmZ1eTJ3eFNzMVBpelRXU1h2NmQyU0JUNmx6MFpkNVg4VmV2aC8wNi85eTFqQU4yR0l1bVI0SmN0VnpBODFBOENjOC9hT3hMRnh6c2RueGlITVNadFA5YThLc3ZadUVVZDFBMjhHQzhyeWE2LS01aDNQSGRxL0pKYjdYVVBiU29wM0dnPT0%3D--f830e0e44442f8e3c7fc11874f06de81e779e41f;
4938
+ - _internal_session=ZVBESkRVN0NzdFlvOEV2TEdpL2tFL0UzZ1dIeE1DQUZacW5MK3Q2Ty9EWjNMcE1NeWRheXBSRm9Nb3lWRVI3c3NYMm9PZWVXN1N1dFM5SVVDZURWK2YzMk9ONCtsVC9rcWVJWXIyRmVVbXNWYU9scG5BM1AvZ29XbDJmUDkxOFFDTTltcTBZN2RZdC82QXl4N2prOW9NVkk2blg2dHpsR1l4RnhySU1kNmdueDJ1bGw3RDNVUm52djc3VE9SWTduLS1EcXVXcFo1MEVwemZhbVRzeEt6TWlRPT0%3D--4b793ac106438223fa9e3ba71a841e127b6c589a;
4939
4939
  path=/; HttpOnly
4940
4940
  - request_method=DELETE; path=/
4941
4941
  body:
4942
4942
  encoding: UTF-8
4943
4943
  string: ''
4944
4944
  http_version:
4945
- recorded_at: Mon, 04 May 2015 18:40:02 GMT
4945
+ recorded_at: Mon, 11 May 2015 21:30:50 GMT
4946
4946
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"3d96293c7bdc48c73d38745abb21a104"
34
+ - W/"de94ef130ef92bd2287c8a865b26eceb"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 26b43f3d-2ccd-4fc6-b7ba-07e7e63bcc69
38
+ - 44ad1430-b7c6-4e00-b39e-5d3e2d3db54c
39
39
  X-Runtime:
40
- - '2.926212'
40
+ - '12.939326'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 04 May 2015 17:52:10 GMT
44
+ - Mon, 11 May 2015 21:26:55 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=NTRacDMwWEhPeEVTK3R3a3RERW9WNVpsUFdwWm15azY2aUh2b0EzMEVxcThXYTFqbFBRMEJhbk56VXZKb3Bwa2dEUWdwRTg0WlBtc1BpcXF2YnhIMUMxZThWMitZOGcxNjdKdnZEUTVjeFFjTFZmT3l3WVNCOUdMWDRSWTA5OHovNGFhV3IwQmc0ZkIrZUhLTnlxRDZsdnlFRlYxRkovUUVLN1BJUmZHR0txTEI0djZaT3M5N0Y0RmRLcTMrODVSNTFWeDliWnY5alg2WXFCbWJPTk5sbFphUHl6cWViaHZFVExBZmtwajdiVT0tLXJqcHduVkFnbmcrQUdrSEx3MmRaa2c9PQ%3D%3D--621629b8ed0b82b776bd8e5a6c7bb4a111f0de63;
50
+ - _internal_session=TXVUMGdOaGNvUTE1SVhDRDRTYnR2QU1Zc3RJeU1UVWVxY05pUWFlNUJ6UE1iNy8wNXd6QVZmUDJPR1dpYm1WWURXM3NlTjVZVjBMNG16MEU1Um02NU5QZUwyYzQ3T3hLRVpKOG56bkFxYTBnMS9jU1d1a1IxQW5Ed0JvbzBPRDk2WENaTXFZVVVHaFlXa3BWdjhTR0JSRERmSFY1R2xNZFFVSFJZY3NjblpGVDZBWXpuTjVBVVlZUXJSclVyQ3BQcUt3Nkl6VEwySlFBbU9INGNnS1BObUVZVktWbHNBYTdKNzMyMTAvQmRmS1VmbnU3cGtJclJ4L3ExVXRZdTBoNC0tajgyNi9sRGZiNjJMVjI1SStMMkJsUT09--a1be521cf4b9a401fe8e05caa4c61c0a169b843a;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075066584580","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/cca887fe-ce83-4b1b-a45b-bd4e613a5878","@type":"oa:Annotation","hasBody":"_:g70075066584580","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902326016920","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/a7/d9/1c/95/a7d91c95-f7ee-4f49-8082-0bf9b1361a28","@type":"oa:Annotation","hasBody":"_:g69902326016920","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:52:10 GMT
58
+ recorded_at: Mon, 11 May 2015 21:26:55 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 04 May 2015 17:52:10 GMT
78
+ - Mon, 11 May 2015 21:26:55 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Mon, 04 May 2015 23:52:10 GMT
86
+ - Tue, 12 May 2015 03:26:55 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 04 May 2015 17:52:10 GMT
102
+ recorded_at: Mon, 11 May 2015 21:26:56 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 04 May 2015 17:52:10 GMT
124
+ - Mon, 11 May 2015 21:26:57 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Mon, 04 May 2015 23:52:10 GMT
138
+ - Tue, 12 May 2015 03:26:57 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 04 May 2015 17:52:10 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:26:57 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 04 May 2015 17:52:10 GMT
1276
+ - Mon, 11 May 2015 21:26:57 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Mon, 04 May 2015 23:52:10 GMT
1284
+ - Tue, 12 May 2015 03:26:57 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 04 May 2015 17:52:10 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:26:57 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 04 May 2015 17:52:11 GMT
1322
+ - Mon, 11 May 2015 21:26:57 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Mon, 04 May 2015 23:52:11 GMT
1336
+ - Tue, 12 May 2015 03:26:57 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:26:57 GMT
2455
2455
  - request:
2456
2456
  method: delete
2457
- uri: http://localhost:3000/annotations/cca887fe-ce83-4b1b-a45b-bd4e613a5878
2457
+ uri: http://localhost:3000/annotations/a7%2Fd9%2F1c%2F95%2Fa7d91c95-f7ee-4f49-8082-0bf9b1361a28
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2481,27 +2481,27 @@ http_interactions:
2481
2481
  Cache-Control:
2482
2482
  - no-cache
2483
2483
  X-Request-Id:
2484
- - 2164a942-83f0-475f-8a1e-cabaa497cd85
2484
+ - 0e3dcc21-359a-43fd-b20f-a0f5355aaf99
2485
2485
  X-Runtime:
2486
- - '0.232093'
2486
+ - '0.296828'
2487
2487
  Server:
2488
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2489
2489
  Date:
2490
- - Mon, 04 May 2015 17:52:11 GMT
2490
+ - Mon, 11 May 2015 21:26:58 GMT
2491
2491
  Connection:
2492
2492
  - Keep-Alive
2493
2493
  Set-Cookie:
2494
- - _internal_session=OHBCY1phYzBSUTNSbzNzd1JVYXh3ZzdYeWdRMHVUUXZoVm1NR0VIcnk0R0VVK0JjaDFvUW83SjRMSTVIOFB0TzlsajlqS0FTUHU3OGVtaFlzYUpHK2NOQ245YVNQMHQ2Vk9XeUdkbCthZnFKZDcxZVpBS1Buakx3RjQ4ZmZWNko2bmpsVjhka1FsNUZWeGJldWtwQTRNRjdsTkI0T1pxZ0JJRXNIOVF1NUxWcWJHeFV6dXJzbyt4c1VWTmlFVE9ZLS02VWcrS1R3a1Y3RXdzcjZzaFRkZDZBPT0%3D--b5af2ab4bb3a616bec8954a47bfc007232fac15c;
2494
+ - _internal_session=S1FnbjU2SGRIUDV2UEVxckFiUk8yTFdINENRQXhXWFpzVTV0dmVCVkVramRQS3gwd3EzOHFvVDdNeHBnanl0WjNBSjFMT2J6MGtFZTYwMVBpY0pOOTU2V0tpUVR3OXA1cTFwRVY3MHk4YmRmUDVnUHR1Vng1Szc1bjRTc05acFpJU2RaQUhjSWxJNG9aUncyMGNyY3B5TU1IeDJxVlVGT1RNbForVWc1UVhHYzFuUW5MNTJQNSt3OG1pRFFEeGRkLS1wRW9PckRGT1ArU2s5MzljS09JR1lRPT0%3D--37a9e3b173002bfc8b229a20f21470ab5083d2e3;
2495
2495
  path=/; HttpOnly
2496
2496
  - request_method=DELETE; path=/
2497
2497
  body:
2498
2498
  encoding: UTF-8
2499
2499
  string: ''
2500
2500
  http_version:
2501
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
2502
2502
  - request:
2503
2503
  method: get
2504
- uri: http://localhost:3000/annotations/cca887fe-ce83-4b1b-a45b-bd4e613a5878
2504
+ uri: http://localhost:3000/annotations/a7%2Fd9%2F1c%2F95%2Fa7d91c95-f7ee-4f49-8082-0bf9b1361a28
2505
2505
  body:
2506
2506
  encoding: US-ASCII
2507
2507
  string: ''
@@ -2528,21 +2528,22 @@ http_interactions:
2528
2528
  Cache-Control:
2529
2529
  - no-cache
2530
2530
  X-Request-Id:
2531
- - f1d56ad7-bf84-4ec0-80f0-dc12f4dbfe75
2531
+ - fe01167f-d3a9-4f19-8cc4-98f5546872ee
2532
2532
  X-Runtime:
2533
- - '0.014609'
2533
+ - '0.040047'
2534
2534
  Server:
2535
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2535
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2536
2536
  Date:
2537
- - Mon, 04 May 2015 17:52:11 GMT
2537
+ - Mon, 11 May 2015 21:26:58 GMT
2538
2538
  Content-Length:
2539
- - '146'
2539
+ - '272'
2540
2540
  Connection:
2541
2541
  - Keep-Alive
2542
2542
  body:
2543
2543
  encoding: UTF-8
2544
- string: "<h2>error getting cca887fe-ce83-4b1b-a45b-bd4e613a5878 from LDP</h2>Discovered
2545
- tombstone resource at org.fcrepo.kernel.impl.TombstoneImpl@4788737d"
2544
+ string: "<h2>error getting a7/d9/1c/95/a7d91c95-f7ee-4f49-8082-0bf9b1361a28
2545
+ from LDP</h2>Discovered tombstone resource at /anno/a7/d9/1c/95/a7d91c95-f7ee-4f49-8082-0bf9b1361a28
2546
+ {jcr:createdBy=bypassAdmin, jcr:primaryType=fedora:Tombstone, jcr:created=2015-05-11T14:26:58.219-07:00}"
2546
2547
  http_version:
2547
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
2548
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
2548
2549
  recorded_with: VCR 2.9.3
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - 1f92de84-879d-4eae-a591-6f7f7a8c57ba
32
+ - 9658a0fa-5c59-40f7-8a43-145392d7c8c2
33
33
  X-Runtime:
34
- - '0.013469'
34
+ - '0.036513'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:11 GMT
38
+ - Mon, 11 May 2015 21:26:58 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -58,7 +58,7 @@ http_interactions:
58
58
  \ \n<br/> \n<br/>
59
59
  \ \n\n</body>\n</html>\n"
60
60
  http_version:
61
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
61
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
62
62
  - request:
63
63
  method: delete
64
64
  uri: http://localhost:3000/annotations/anno_does_not_exist
@@ -88,13 +88,13 @@ http_interactions:
88
88
  Cache-Control:
89
89
  - no-cache
90
90
  X-Request-Id:
91
- - 8e605d20-19b6-45e8-b573-35d6818ebf3f
91
+ - c5238253-e933-4c47-8545-9e7fe14da749
92
92
  X-Runtime:
93
- - '0.013532'
93
+ - '0.035157'
94
94
  Server:
95
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
95
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
96
96
  Date:
97
- - Mon, 04 May 2015 17:52:11 GMT
97
+ - Mon, 11 May 2015 21:26:58 GMT
98
98
  Content-Length:
99
99
  - '1452'
100
100
  Connection:
@@ -119,5 +119,5 @@ http_interactions:
119
119
  \ \n<br/> \n<br/>
120
120
  \ \n\n</body>\n</html>\n"
121
121
  http_version:
122
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
122
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
123
123
  recorded_with: VCR 2.9.3
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - 44a30438-8fb9-4747-8502-ee1167269abc
32
+ - 7fd43269-9825-407c-9f7b-52c714b75168
33
33
  X-Runtime:
34
- - '0.480381'
34
+ - '0.459223'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:07 GMT
38
+ - Mon, 11 May 2015 21:26:42 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -60,5 +60,5 @@ http_interactions:
60
60
  \ \n<br/> \n<br/>
61
61
  \ \n\n</body>\n</html>\n"
62
62
  http_version:
63
- recorded_at: Mon, 04 May 2015 17:52:07 GMT
63
+ recorded_at: Mon, 11 May 2015 21:26:42 GMT
64
64
  recorded_with: VCR 2.9.3
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - 0b9eea78-11ec-4cc0-8ba3-121b40f3b25d
32
+ - 08f9e74f-0bc6-4bda-857b-5a6060cd16b9
33
33
  X-Runtime:
34
- - '0.017352'
34
+ - '0.046827'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:07 GMT
38
+ - Mon, 11 May 2015 21:26:42 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -60,5 +60,5 @@ http_interactions:
60
60
  \ \n<br/> \n<br/>
61
61
  \ \n\n</body>\n</html>\n"
62
62
  http_version:
63
- recorded_at: Mon, 04 May 2015 17:52:07 GMT
63
+ recorded_at: Mon, 11 May 2015 21:26:42 GMT
64
64
  recorded_with: VCR 2.9.3