triannon-client 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/triannon-client/triannon_client.rb +14 -3
  4. 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 +49 -61
  5. 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 +49 -61
  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/rdf_json_.yml +49 -61
  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/rdf_n3_.yml +49 -61
  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/trig_.yml +49 -61
  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/trix_.yml +49 -61
  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/turtle_.yml +49 -61
  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/x-ld_json_.yml +49 -61
  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/x-trig_.yml +49 -61
  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_text/n3_.yml +49 -61
  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_text/rdf_n3_.yml +49 -61
  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/rdf_turtle_.yml +49 -61
  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/x-nquads_.yml +49 -61
  17. 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 +46 -46
  18. 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 +34 -34
  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/x-turtle_.yml +33 -33
  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_text/turtle_.yml +33 -33
  21. 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 +26 -26
  22. 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 +26 -26
  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/n-triples_.yml +26 -26
  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/rdf_json_.yml +26 -26
  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/rdf_n3_.yml +26 -26
  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_xml_.yml +26 -26
  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/trig_.yml +26 -26
  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/trix_.yml +26 -26
  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/turtle_.yml +26 -26
  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/x-ld_json_.yml +26 -26
  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/x-trig_.yml +26 -26
  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-turtle_.yml +26 -26
  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_text/n3_.yml +26 -26
  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_text/rdf_n3_.yml +26 -26
  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/rdf_turtle_.yml +26 -26
  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/turtle_.yml +26 -26
  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/x-nquads_.yml +26 -26
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +26 -26
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +26 -26
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +26 -26
  41. 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 +26 -26
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +26 -26
  43. 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 +26 -26
  44. 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 +26 -26
  45. 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 +99 -40
  46. 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 +46 -46
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +26 -26
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +40 -40
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +26 -26
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +46 -46
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{returns_true_for_a_204_response_to_a_DELETE_request.yml → does_not_log_exceptions_for_missing_annotations_404_responses_.yml} +10 -10
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{returns_false_for_a_500_response_to_a_DELETE_request.yml → does_not_log_exceptions_for_missing_annotations_410_responses_.yml} +10 -10
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{returns_true_for_a_202_response_to_a_DELETE_request.yml → logs_exceptions.yml} +9 -9
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{returns_true_for_a_200_response_to_a_DELETE_request.yml → returns_FALSE_for_a_500_response_to_a_DELETE_request.yml} +11 -12
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_TRUE_for_a_200_response_to_a_DELETE_request.yml +63 -0
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_TRUE_for_a_202_response_to_a_DELETE_request.yml +63 -0
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_TRUE_for_a_204_response_to_a_DELETE_request.yml +63 -0
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_TRUE_for_a_404_response_to_a_DELETE_request.yml +63 -0
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_TRUE_for_a_410_response_to_a_DELETE_request.yml +63 -0
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{fails_to_delete_an_open_annotation_that_does_NOT_exist.yml → returns_TRUE_when_deleting_an_open_annotation_that_does_NOT_exist.yml} +8 -8
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/{deletes_an_open_annotation_that_exists.yml → returns_TRUE_when_deleting_an_open_annotation_that_exists.yml} +34 -34
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +8 -8
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +14 -14
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +14 -14
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +42 -42
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +26 -26
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/logs_exceptions.yml +5601 -0
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/logs_exceptions_for_RestClient_Exception.yml +5601 -0
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +26 -26
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +26 -26
  71. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +26 -26
  72. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uris/returns_an_RDF_URI_that_is_a_valid_URI.yml +34 -34
  73. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uris/returns_an_array_of_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml +26 -26
  74. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +38 -38
  75. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +26 -26
  76. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +26 -26
  77. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +26 -26
  78. data/spec/lib/triannon-client/triannon_client_spec.rb +67 -26
  79. data/triannon-client.gemspec +1 -1
  80. metadata +28 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad2bdd8eea9fad891aa01ca7bd58807e78f6a338
4
- data.tar.gz: 899c3ddeec8c273651e340b97228b63327af3be6
3
+ metadata.gz: 802b9f76579fab24a550f34599ebdd1cc7c5f0f2
4
+ data.tar.gz: 1a2a565638e4e2384fd0dd04769115b2b36a886f
5
5
  SHA512:
6
- metadata.gz: 716bcc044314815b1bc05043ddf3b99a9e60f3a8dabf7940694dcb6eed3c6b72ad01bdf034236836dab2ac231e9c3c2fe56492d3fcb482be5d18d3ba3375c5cd
7
- data.tar.gz: a912faf2ff692943aaa703ebe9771d5e1e8e62c09548489c96ad8fdcb8c909cb8ce97ff30867be2ecdda6695e9de38b70da94cfe7102c987b00d4db0bbd07bab
6
+ metadata.gz: 81d538d12dfad2cbc8fdfecfc72bd0ed37d32260bc1375552145df4a466c0e0320f38e05cddbcb4263358403f99c0ea85f4f59810fd6024ee2f4f8c0b3ed1b30
7
+ data.tar.gz: 018a3e5016569319760d9b279b25974966883525e75ff02d76bc7bccccc8cbd593ead4dac1b3f4bf84089b2b931de02ff1af29e8f61d903645ef57b834ebee3a
data/README.md CHANGED
@@ -40,6 +40,7 @@ require 'triannon-client'
40
40
  config.host = 'http://triannon.example.org:8080'
41
41
  config.user = 'authUser'
42
42
  config.pass = 'secret'
43
+ container = '/annotations/'
43
44
  end
44
45
  ```
45
46
 
@@ -56,6 +56,13 @@ module TriannonClient
56
56
  # 204 (No Content) if the action has been enacted but the response
57
57
  # does not include an entity.
58
58
  [200, 202, 204].include? response.code
59
+ rescue RestClient::Exception => e
60
+ response = e.response
61
+ # If an annotation doesn't exist, consider the request a 'success'
62
+ return true if [404, 410].include? response.code
63
+ binding.pry if @config.debug
64
+ @config.logger.error("Failed to DELETE annotation: #{id}, #{response.body}")
65
+ false
59
66
  rescue => e
60
67
  binding.pry if @config.debug
61
68
  @config.logger.error("Failed to DELETE annotation: #{id}, #{e.message}")
@@ -75,14 +82,18 @@ module TriannonClient
75
82
  tries = 0
76
83
  begin
77
84
  tries += 1
78
- # TODO: add Accept content type, somehow?
79
85
  response = @container.post post_data, :content_type => JSONLD_TYPE, :accept => JSONLD_TYPE
80
- rescue => e
86
+ rescue RestClient::Exception => e
81
87
  sleep 1*tries
82
88
  retry if tries < 3
83
89
  response = e.response
84
90
  binding.pry if @config.debug
85
- @config.logger.error("Failed to POST annotation: #{response.code}: #{response.body}")
91
+ @config.logger.error("Failed to POST annotation: #{response.code}, #{response.body}")
92
+ rescue => e
93
+ sleep 1*tries
94
+ retry if tries < 3
95
+ binding.pry if @config.debug
96
+ @config.logger.error("Failed to POST annotation: #{e.message}")
86
97
  end
87
98
  return response
88
99
  end
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"8f8df37d15aa1d0f88aee7cc98fae9c9"
34
+ - W/"3693f746f7f82271c0e1eaa0a6cb8586"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - c0e914fc-9c99-4ace-91b2-f84548e645e5
38
+ - 17a87e35-68f1-4977-8f0a-15c5b0c0f4e4
39
39
  X-Runtime:
40
- - '1.391616'
40
+ - '1.625174'
41
41
  Server:
42
42
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Wed, 13 May 2015 22:31:08 GMT
44
+ - Mon, 18 May 2015 20:07:54 GMT
45
45
  Content-Length:
46
46
  - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=b3RJalQxbHoxNzNuWlg2QUExYTBaeUdCZHVQMjZ0WTNOVm1TV0M4ak9VZUV0dFUvYXNhbkYzZzJMOW5neDdqYjZrc1A2aG5jT3gybklyYXRlZ1lNcFJVSVBoT1d2YXRCYVh5SHdVdWtUMm9qVnJaUTcyZndsS3h2NUhzWmFFVTZNK2F2WFpJUHlLb0lpR21YSWVzc0NjcUwraFhjQStLKzNWQ3hQUkhVUzRJc2I1NWxFTEJSOVRwREJacFhqU2xTZ01WSzFsRDdHbjZvSVJ3RWZaOFl5NXVKTklYODJwWUJ3WHAwMTBwcFRLY1doaXZFdWNXTkNMTmI0bm0zRjllMi0tMXZQR2FVMkp2cTIyd3lCTzlVdTBxZz09--9ccb4bcbeb7a57d8615dfd2ed013177d9ec5f518;
50
+ - _internal_session=ZXo1UnFac0VKUmFYRjdZTXBnaEU4ZXpFWEoyZ3g0VE9MalFYK0d3NU1kYjlvWms0Q09Fa1htcWVRcno0YStxOENzdTZidVRQak12YUZjR01DbVV2Q1NYWlB0Y0k5OTdJeUtTUGZnS0ducmR5WGRwWjdDV1JiM1Yxd21welZ6NGJicDNWZTlFMmxscll4VkljcFppWXEwMWwzR0pTdS92MTg0YU9obGlTNEQ3cU5FczRXZ3VYY1kvZVJmYitVWTdRS2ZtdmVmLzgrRXU2dDBRUVdMMS9hbEVoRlBISE96Q1FiWjk2c0NEUHE5WGxWS2VTRUJrVER6OEp0ZUtYUVJqZi0taDZHWjI3aXEvTkU1Z0pwb3FZTjdBQT09--b347e6e63fc11833326c5fcf868da9499992df3e;
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":"_:g70052527030620","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/12/27/8d/7e/12278d7e-405a-4372-9527-63d130721bbb","@type":"oa:Annotation","hasBody":"_:g70052527030620","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70310858814460","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/c9/22/0e/65/c9220e65-33ed-4115-b069-1734d94a1f80","@type":"oa:Annotation","hasBody":"_:g70310858814460","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Wed, 13 May 2015 22:31:08 GMT
58
+ recorded_at: Mon, 18 May 2015 20:07:54 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
- - Wed, 13 May 2015 22:31:08 GMT
78
+ - Mon, 18 May 2015 20:07: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
- - Thu, 14 May 2015 04:31:08 GMT
86
+ - Tue, 19 May 2015 02:07: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: Wed, 13 May 2015 22:31:08 GMT
102
+ recorded_at: Mon, 18 May 2015 20:07:55 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
- - Wed, 13 May 2015 22:31:08 GMT
124
+ - Mon, 18 May 2015 20:07:55 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
- - Thu, 14 May 2015 04:31:08 GMT
138
+ - Tue, 19 May 2015 02:07:55 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: Wed, 13 May 2015 22:31:08 GMT
1256
+ recorded_at: Mon, 18 May 2015 20:07:55 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
- - Wed, 13 May 2015 22:31:08 GMT
1276
+ - Mon, 18 May 2015 20:07:55 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
- - Thu, 14 May 2015 04:31:08 GMT
1284
+ - Tue, 19 May 2015 02:07:55 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: Wed, 13 May 2015 22:31:08 GMT
1300
+ recorded_at: Mon, 18 May 2015 20:07:55 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
- - Wed, 13 May 2015 22:31:09 GMT
1322
+ - Mon, 18 May 2015 20:07:55 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
- - Thu, 14 May 2015 04:31:09 GMT
1336
+ - Tue, 19 May 2015 02:07:55 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: Wed, 13 May 2015 22:31:09 GMT
2454
+ recorded_at: Mon, 18 May 2015 20:07:56 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/12%2F27%2F8d%2F7e%2F12278d7e-405a-4372-9527-63d130721bbb
2457
+ uri: http://localhost:3000/annotations/c9%2F22%2F0e%2F65%2Fc9220e65-33ed-4115-b069-1734d94a1f80
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2473,15 +2473,15 @@ http_interactions:
2473
2473
  Content-Type:
2474
2474
  - text/html; charset=utf-8
2475
2475
  Content-Length:
2476
- - '129098'
2476
+ - '128005'
2477
2477
  X-Request-Id:
2478
- - c8ae68fd-57d2-402f-a927-245c3979d375
2478
+ - 9e050456-1cd0-45ee-a4f5-2794870a5fb9
2479
2479
  X-Runtime:
2480
- - '0.262155'
2480
+ - '0.350365'
2481
2481
  Server:
2482
2482
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2483
2483
  Date:
2484
- - Wed, 13 May 2015 22:31:09 GMT
2484
+ - Mon, 18 May 2015 20:07:56 GMT
2485
2485
  Connection:
2486
2486
  - Keep-Alive
2487
2487
  body:
@@ -3438,17 +3438,7 @@ http_interactions:
3438
3438
  regardless if they changed or not.\n</div>\n</pre>\n</td>\n </tr>\n
3439
3439
  \ </table>\n </div>\n </div>\n <div class=\"source hidden\"
3440
3440
  id=\"frame-source-88\">\n <div class=\"info\">\n Extracted source
3441
- (around line <strong>#17</strong>):\n </div>\n <div class=\"data\">\n
3442
- \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3443
- \ <td>\n <pre class=\"line_numbers\">\n<span>15</span>\n<span>16</span>\n<span>17</span>\n<span>18</span>\n<span>19</span>\n<span>20</span>\n
3444
- \ </pre>\n </td>\n<td width=\"100%\">\n<pre>\n<div
3445
- class=\"line\"> old, env[FLAG] = env[FLAG], false\n</div><div class=\"line\">
3446
- \ @mutex.lock\n</div><div class=\"line active\"> response = @app.call(env)\n</div><div
3447
- class=\"line\"> body = BodyProxy.new(response[2]) { @mutex.unlock }\n</div><div
3448
- class=\"line\"> response[2] = body\n</div><div class=\"line\"> response\n</div>\n</pre>\n</td>\n
3449
- \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3450
- hidden\" id=\"frame-source-89\">\n <div class=\"info\">\n Extracted
3451
- source (around line <strong>#15</strong>):\n </div>\n <div class=\"data\">\n
3441
+ (around line <strong>#15</strong>):\n </div>\n <div class=\"data\">\n
3452
3442
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3453
3443
  \ <td>\n <pre class=\"line_numbers\">\n<span>13</span>\n<span>14</span>\n<span>15</span>\n<span>16</span>\n<span>17</span>\n<span>18</span>\n
3454
3444
  \ </pre>\n </td>\n<td width=\"100%\">\n<pre>\n<div
@@ -3457,7 +3447,7 @@ http_interactions:
3457
3447
  \ headers = HeaderHash.new(headers)\n</div><div class=\"line\">\n</div><div
3458
3448
  class=\"line\"> if !STATUS_WITH_NO_ENTITY_BODY.include?(status.to_i)
3459
3449
  &amp;&amp;\n</div>\n</pre>\n</td>\n </tr>\n </table>\n </div>\n
3460
- \ </div>\n <div class=\"source hidden\" id=\"frame-source-90\">\n <div
3450
+ \ </div>\n <div class=\"source hidden\" id=\"frame-source-89\">\n <div
3461
3451
  class=\"info\">\n Extracted source (around line <strong>#89</strong>):\n
3462
3452
  \ </div>\n <div class=\"data\">\n <table cellpadding=\"0\"
3463
3453
  cellspacing=\"0\" class=\"lines\">\n <tr>\n <td>\n <pre
@@ -3469,7 +3459,7 @@ http_interactions:
3469
3459
  \ begin\n</div><div class=\"line\"> res.status = status.to_i\n</div><div
3470
3460
  class=\"line\"> headers.each { |k, vs|\n</div>\n</pre>\n</td>\n </tr>\n
3471
3461
  \ </table>\n </div>\n </div>\n <div class=\"source hidden\"
3472
- id=\"frame-source-91\">\n <div class=\"info\">\n Extracted source
3462
+ id=\"frame-source-90\">\n <div class=\"info\">\n Extracted source
3473
3463
  (around line <strong>#138</strong>):\n </div>\n <div class=\"data\">\n
3474
3464
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3475
3465
  \ <td>\n <pre class=\"line_numbers\">\n<span>136</span>\n<span>137</span>\n<span>138</span>\n<span>139</span>\n<span>140</span>\n<span>141</span>\n
@@ -3479,7 +3469,7 @@ http_interactions:
3479
3469
  class=\"line active\"> si.service(req, res)\n</div><div class=\"line\">
3480
3470
  \ end\n</div><div class=\"line\">\n</div><div class=\"line\"> ##\n</div>\n</pre>\n</td>\n
3481
3471
  \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3482
- hidden\" id=\"frame-source-92\">\n <div class=\"info\">\n Extracted
3472
+ hidden\" id=\"frame-source-91\">\n <div class=\"info\">\n Extracted
3483
3473
  source (around line <strong>#94</strong>):\n </div>\n <div class=\"data\">\n
3484
3474
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3485
3475
  \ <td>\n <pre class=\"line_numbers\">\n<span>92</span>\n<span>93</span>\n<span>94</span>\n<span>95</span>\n<span>96</span>\n<span>97</span>\n
@@ -3490,7 +3480,7 @@ http_interactions:
3490
3480
  =&gt; ex\n</div><div class=\"line\"> res.set_error(ex)\n</div><div
3491
3481
  class=\"line\"> rescue HTTPStatus::Error =&gt; ex\n</div>\n</pre>\n</td>\n
3492
3482
  \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3493
- hidden\" id=\"frame-source-93\">\n <div class=\"info\">\n Extracted
3483
+ hidden\" id=\"frame-source-92\">\n <div class=\"info\">\n Extracted
3494
3484
  source (around line <strong>#294</strong>):\n </div>\n <div class=\"data\">\n
3495
3485
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3496
3486
  \ <td>\n <pre class=\"line_numbers\">\n<span>292</span>\n<span>293</span>\n<span>294</span>\n<span>295</span>\n<span>296</span>\n<span>297</span>\n
@@ -3654,13 +3644,12 @@ http_interactions:
3654
3644
  data-frame-id=\"86\" href=\"#\">railties (4.2.0) lib/rails/engine.rb:518:in
3655
3645
  `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"87\" href=\"#\">railties
3656
3646
  (4.2.0) lib/rails/application.rb:164:in `call&#39;</a><br><a class=\"trace-frames\"
3657
- data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/lock.rb:17:in `call&#39;</a><br><a
3658
- class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3659
- `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"90\" href=\"#\">rack
3647
+ data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3648
+ `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack
3660
3649
  (1.6.1) lib/rack/handler/webrick.rb:89:in `service&#39;</a><br><a class=\"trace-frames\"
3661
- data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3662
- `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3663
- `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"93\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3650
+ data-frame-id=\"90\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3651
+ `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3652
+ `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3664
3653
  `block in start_thread&#39;</a><br></code></pre>\n </div>\n <div id=\"Full-Trace\"
3665
3654
  style=\"display: block;\">\n <pre><code><a class=\"trace-frames\" data-frame-id=\"0\"
3666
3655
  href=\"#\">actionpack (4.2.0) lib/action_controller/metal/mime_responds.rb:218:in
@@ -3809,13 +3798,12 @@ http_interactions:
3809
3798
  data-frame-id=\"86\" href=\"#\">railties (4.2.0) lib/rails/engine.rb:518:in
3810
3799
  `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"87\" href=\"#\">railties
3811
3800
  (4.2.0) lib/rails/application.rb:164:in `call&#39;</a><br><a class=\"trace-frames\"
3812
- data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/lock.rb:17:in `call&#39;</a><br><a
3813
- class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3814
- `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"90\" href=\"#\">rack
3801
+ data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3802
+ `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack
3815
3803
  (1.6.1) lib/rack/handler/webrick.rb:89:in `service&#39;</a><br><a class=\"trace-frames\"
3816
- data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3817
- `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3818
- `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"93\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3804
+ data-frame-id=\"90\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3805
+ `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3806
+ `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3819
3807
  `block in start_thread&#39;</a><br></code></pre>\n </div>\n\n <script
3820
3808
  type=\"text/javascript\">\n var traceFrames = document.getElementsByClassName('trace-frames');\n
3821
3809
  \ var selectedFrame, currentSource = document.getElementById('frame-source-0');\n\n
@@ -3830,7 +3818,7 @@ http_interactions:
3830
3818
  && el) {\n currentSource.className += \" hidden\";\n el.className
3831
3819
  = el.className.replace(\" hidden\", \"\");\n currentSource = el;\n
3832
3820
  \ }\n }\n }\n </script>\n</div>\n\n \n\n<h2 style=\"margin-top:
3833
- 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;12/27/8d/7e/12278d7e-405a-4372-9527-63d130721bbb&quot;}</pre>\n\n<div
3821
+ 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;c9/22/0e/65/c9220e65-33ed-4115-b069-1734d94a1f80&quot;}</pre>\n\n<div
3834
3822
  class=\"details\">\n <div class=\"summary\"><a href=\"#\" onclick=\"return
3835
3823
  toggleSessionDump()\">Toggle session dump</a></div>\n <div id=\"session_dump\"
3836
3824
  style=\"display:none\"><pre></pre></div>\n</div>\n\n<div class=\"details\">\n
@@ -3840,7 +3828,7 @@ http_interactions:
3840
3828
  &quot;gzip, deflate&quot;\nREMOTE_ADDR: &quot;127.0.0.1&quot;\nREMOTE_HOST:
3841
3829
  &quot;127.0.0.1&quot;\nSERVER_NAME: &quot;localhost&quot;\nSERVER_PROTOCOL:
3842
3830
  &quot;HTTP/1.1&quot;</pre></div>\n</div>\n\n<h2 style=\"margin-top: 30px\">Response</h2>\n<p><b>Headers</b>:</p>
3843
- <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/e9f5563b5904549edd08beb1298efe89'\n
3831
+ <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/a460b424cb0b8e952d2370361c0198d2'\n
3844
3832
  \ data-initial-prompt='>> '>\n</div>\n\n\n<script type=\"text/javascript\">\n(function()
3845
3833
  {\n // DOM helpers\nfunction hasClass(el, className) {\n var regex = new
3846
3834
  RegExp('(?:^|\\\\s)' + className + '(?!\\\\S)', 'g');\n return el.className.match(regex);\n}\n\nfunction
@@ -4037,10 +4025,10 @@ http_interactions:
4037
4025
  \ resizerElement.addEventListener('mouseup', recordConsoleElementHeight);\n
4038
4026
  \ });\n});\n\n}).call(this);\n</script>\n\n"
4039
4027
  http_version:
4040
- recorded_at: Wed, 13 May 2015 22:31:09 GMT
4028
+ recorded_at: Mon, 18 May 2015 20:07:56 GMT
4041
4029
  - request:
4042
4030
  method: delete
4043
- uri: http://localhost:3000/annotations/12%2F27%2F8d%2F7e%2F12278d7e-405a-4372-9527-63d130721bbb
4031
+ uri: http://localhost:3000/annotations/c9%2F22%2F0e%2F65%2Fc9220e65-33ed-4115-b069-1734d94a1f80
4044
4032
  body:
4045
4033
  encoding: US-ASCII
4046
4034
  string: ''
@@ -4067,22 +4055,22 @@ http_interactions:
4067
4055
  Cache-Control:
4068
4056
  - no-cache
4069
4057
  X-Request-Id:
4070
- - 68de7636-5675-4dd5-a42e-c755fd64ddcb
4058
+ - 513f819e-5713-437d-834d-560da4b83953
4071
4059
  X-Runtime:
4072
- - '0.167672'
4060
+ - '0.253853'
4073
4061
  Server:
4074
4062
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4075
4063
  Date:
4076
- - Wed, 13 May 2015 22:31:09 GMT
4064
+ - Mon, 18 May 2015 20:07:56 GMT
4077
4065
  Connection:
4078
4066
  - Keep-Alive
4079
4067
  Set-Cookie:
4080
- - _internal_session=SzVTY1ZDUXdISFdRR1lSRkR3VlVuQ2d6VDdDcDljNmRqRE5NbVpQUndKaGtuMHgxU0hvYkxQNGlCelA1ZnZIa2pEemZqejc4VitHM1hRRWhIdG1qNmhPOGRGRXhZNTNDMTlxcWV0VHlKT0dFNnNxNW5hYnV5NWpmYlZTUUQ5QnNaT2UrQTQwWUtFN05JOGF5clJPeFhtVFFranVjQUYrQVVDTHhubW4zcFUzdnJ3eHBQRmkva0FGeDBpZEN4MldnLS1VbkpNUUtIWFZyNjVEWk1ieUFhS2tBPT0%3D--71575cf2d8ea90ab8d81be2d509aaf23bf24bbc9;
4068
+ - _internal_session=YU9Wd0xEWHRNL2ZxR2tiVVhzTXZQNWRuOHBlV0VPZXk5a3J0ak1oV1htaVBQZmJDODRtbjhNZGRJU2lZMFQ1MWV5NjhrdU80S09hQVFNYzJsYnNXNmJLbS9oeUJBWXp2bnZiRDdSTGpMVStySFp4WXZkZWp0WnNWd1dkNjdEQnZUMFpUUlN4WWtTUWtwaHB2Q3dlTGpPcGRkZ2dJTXBsY1d6R1lQZzhoQU5kTUNHT25lZmVhbHFOYWVnMlBQWS8wLS1wSVp2RDdISUVrMDJPbmRtOGNNQnB3PT0%3D--148c480eb047c240941cc7e658a29ee6d385af1a;
4081
4069
  path=/; HttpOnly
4082
4070
  - request_method=DELETE; path=/
4083
4071
  body:
4084
4072
  encoding: UTF-8
4085
4073
  string: ''
4086
4074
  http_version:
4087
- recorded_at: Wed, 13 May 2015 22:31:09 GMT
4075
+ recorded_at: Mon, 18 May 2015 20:07:56 GMT
4088
4076
  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/"6a665d47494cd937762303f6438ad4c4"
34
+ - W/"9c203846dc40cdd382585702dcd5006c"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - bdc8d586-5f31-47cb-b96f-bd740dae3dcc
38
+ - 2071bb09-3425-4abe-b79c-cff5d20d936e
39
39
  X-Runtime:
40
- - '1.616044'
40
+ - '1.724357'
41
41
  Server:
42
42
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Wed, 13 May 2015 22:30:45 GMT
44
+ - Mon, 18 May 2015 20:07:22 GMT
45
45
  Content-Length:
46
46
  - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=VlFoRW4reDNPR1FOY1VscXpxTGp0TlowR041UWorQXVRT0FJaHI4TzBzeHRUMDQ1VlRSUjNzYmthS0lRUEQxd0swZHgybGZoOEdmQ0dqVnNacUJjRTRESjBwOUF5UDJRVEFkWWRpM2FTbUdFdG5RMUJPWVJBVHVzeU5GbDh4THVrZTRHOUJjL0Z0eFZMYjJZNWFQUzBFRVM0bnRNbGVqSS9RNXZMVGpUUUhPd1lLbndxckZDT28vVEJXTW5kTjVDczV3VEErUUNWMmVHcFZmNDJsL1ptTnVta0VUK3RnOGM2MmlzRStrb1pZeUZVSW11UHNtRFNzZFplek01VW9hZy0taVNOUTljVkVqb21idG4wL2M4M2NKUT09--ac54c310c56d47cd736dcac0991153c5e33c39d7;
50
+ - _internal_session=SzhHU1hqUVZOVGt2dWRiV1FNOWRTTll6OHVUZzZYcHhpek5WdWlJT25tRUxLN0xYSThyU3BmTFoxaXdQR3BxWWtGbS9ZZWFPZ2dYaUVHUGFOdUJGUVVhVWxXWlh4RzJOZWtZckMvVjNFclNjOUs1Q0QyUmtNZEFJZVVsYmtWek9jN29hOGFoalNHQis2NzE0d1l0ejVvS0Rtc1VWcXRyYVZvZzBkN01FRWxya2VuTUo0cEp5Y0x5QVlLS1Y5OTh2cWw1SnFhK1FIcUlKcEhnMktVd3FRR1NvdEhNTHNwYTBKZkViOTdVcmlBZHdyTXA5dmFWMy91MVRTVENmZ0lrRi0tY3p5RG0xUnJYNGFHVnBpQU1IeXJSUT09--26caf2201656023490af8cb2e414d8652fe460c6;
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":"_:g70052623960480","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/42/21/83/48/42218348-b4da-45f7-8ed3-70ebe7647283","@type":"oa:Annotation","hasBody":"_:g70052623960480","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70310878554220","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/06/7a/d4/9c/067ad49c-1a15-485c-a05e-b11c5d231b64","@type":"oa:Annotation","hasBody":"_:g70310878554220","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Wed, 13 May 2015 22:30:45 GMT
58
+ recorded_at: Mon, 18 May 2015 20:07:22 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
- - Wed, 13 May 2015 22:30:45 GMT
78
+ - Mon, 18 May 2015 20:07:27 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
- - Thu, 14 May 2015 04:30:45 GMT
86
+ - Tue, 19 May 2015 02:07:27 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: Wed, 13 May 2015 22:30:45 GMT
102
+ recorded_at: Mon, 18 May 2015 20:07:27 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
- - Wed, 13 May 2015 22:30:45 GMT
124
+ - Mon, 18 May 2015 20:07:27 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
- - Thu, 14 May 2015 04:30:45 GMT
138
+ - Tue, 19 May 2015 02:07:27 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: Wed, 13 May 2015 22:30:45 GMT
1256
+ recorded_at: Mon, 18 May 2015 20:07:28 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
- - Wed, 13 May 2015 22:30:45 GMT
1276
+ - Mon, 18 May 2015 20:07:28 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
- - Thu, 14 May 2015 04:30:45 GMT
1284
+ - Tue, 19 May 2015 02:07:28 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: Wed, 13 May 2015 22:30:45 GMT
1300
+ recorded_at: Mon, 18 May 2015 20:07:28 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
- - Wed, 13 May 2015 22:30:46 GMT
1322
+ - Mon, 18 May 2015 20:07:28 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
- - Thu, 14 May 2015 04:30:46 GMT
1336
+ - Tue, 19 May 2015 02:07:28 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: Wed, 13 May 2015 22:30:46 GMT
2454
+ recorded_at: Mon, 18 May 2015 20:07:28 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations/42%2F21%2F83%2F48%2F42218348-b4da-45f7-8ed3-70ebe7647283
2457
+ uri: http://localhost:3000/annotations/06%2F7a%2Fd4%2F9c%2F067ad49c-1a15-485c-a05e-b11c5d231b64
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2473,15 +2473,15 @@ http_interactions:
2473
2473
  Content-Type:
2474
2474
  - text/html; charset=utf-8
2475
2475
  Content-Length:
2476
- - '129100'
2476
+ - '128007'
2477
2477
  X-Request-Id:
2478
- - 75d62dad-93bc-43e8-8bb2-622728fba329
2478
+ - 9ea36c8d-69cf-4c9b-8fdc-615a5c44ffb9
2479
2479
  X-Runtime:
2480
- - '0.233293'
2480
+ - '0.324868'
2481
2481
  Server:
2482
2482
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2483
2483
  Date:
2484
- - Wed, 13 May 2015 22:30:46 GMT
2484
+ - Mon, 18 May 2015 20:07:29 GMT
2485
2485
  Connection:
2486
2486
  - Keep-Alive
2487
2487
  body:
@@ -3438,17 +3438,7 @@ http_interactions:
3438
3438
  regardless if they changed or not.\n</div>\n</pre>\n</td>\n </tr>\n
3439
3439
  \ </table>\n </div>\n </div>\n <div class=\"source hidden\"
3440
3440
  id=\"frame-source-88\">\n <div class=\"info\">\n Extracted source
3441
- (around line <strong>#17</strong>):\n </div>\n <div class=\"data\">\n
3442
- \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3443
- \ <td>\n <pre class=\"line_numbers\">\n<span>15</span>\n<span>16</span>\n<span>17</span>\n<span>18</span>\n<span>19</span>\n<span>20</span>\n
3444
- \ </pre>\n </td>\n<td width=\"100%\">\n<pre>\n<div
3445
- class=\"line\"> old, env[FLAG] = env[FLAG], false\n</div><div class=\"line\">
3446
- \ @mutex.lock\n</div><div class=\"line active\"> response = @app.call(env)\n</div><div
3447
- class=\"line\"> body = BodyProxy.new(response[2]) { @mutex.unlock }\n</div><div
3448
- class=\"line\"> response[2] = body\n</div><div class=\"line\"> response\n</div>\n</pre>\n</td>\n
3449
- \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3450
- hidden\" id=\"frame-source-89\">\n <div class=\"info\">\n Extracted
3451
- source (around line <strong>#15</strong>):\n </div>\n <div class=\"data\">\n
3441
+ (around line <strong>#15</strong>):\n </div>\n <div class=\"data\">\n
3452
3442
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3453
3443
  \ <td>\n <pre class=\"line_numbers\">\n<span>13</span>\n<span>14</span>\n<span>15</span>\n<span>16</span>\n<span>17</span>\n<span>18</span>\n
3454
3444
  \ </pre>\n </td>\n<td width=\"100%\">\n<pre>\n<div
@@ -3457,7 +3447,7 @@ http_interactions:
3457
3447
  \ headers = HeaderHash.new(headers)\n</div><div class=\"line\">\n</div><div
3458
3448
  class=\"line\"> if !STATUS_WITH_NO_ENTITY_BODY.include?(status.to_i)
3459
3449
  &amp;&amp;\n</div>\n</pre>\n</td>\n </tr>\n </table>\n </div>\n
3460
- \ </div>\n <div class=\"source hidden\" id=\"frame-source-90\">\n <div
3450
+ \ </div>\n <div class=\"source hidden\" id=\"frame-source-89\">\n <div
3461
3451
  class=\"info\">\n Extracted source (around line <strong>#89</strong>):\n
3462
3452
  \ </div>\n <div class=\"data\">\n <table cellpadding=\"0\"
3463
3453
  cellspacing=\"0\" class=\"lines\">\n <tr>\n <td>\n <pre
@@ -3469,7 +3459,7 @@ http_interactions:
3469
3459
  \ begin\n</div><div class=\"line\"> res.status = status.to_i\n</div><div
3470
3460
  class=\"line\"> headers.each { |k, vs|\n</div>\n</pre>\n</td>\n </tr>\n
3471
3461
  \ </table>\n </div>\n </div>\n <div class=\"source hidden\"
3472
- id=\"frame-source-91\">\n <div class=\"info\">\n Extracted source
3462
+ id=\"frame-source-90\">\n <div class=\"info\">\n Extracted source
3473
3463
  (around line <strong>#138</strong>):\n </div>\n <div class=\"data\">\n
3474
3464
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3475
3465
  \ <td>\n <pre class=\"line_numbers\">\n<span>136</span>\n<span>137</span>\n<span>138</span>\n<span>139</span>\n<span>140</span>\n<span>141</span>\n
@@ -3479,7 +3469,7 @@ http_interactions:
3479
3469
  class=\"line active\"> si.service(req, res)\n</div><div class=\"line\">
3480
3470
  \ end\n</div><div class=\"line\">\n</div><div class=\"line\"> ##\n</div>\n</pre>\n</td>\n
3481
3471
  \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3482
- hidden\" id=\"frame-source-92\">\n <div class=\"info\">\n Extracted
3472
+ hidden\" id=\"frame-source-91\">\n <div class=\"info\">\n Extracted
3483
3473
  source (around line <strong>#94</strong>):\n </div>\n <div class=\"data\">\n
3484
3474
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3485
3475
  \ <td>\n <pre class=\"line_numbers\">\n<span>92</span>\n<span>93</span>\n<span>94</span>\n<span>95</span>\n<span>96</span>\n<span>97</span>\n
@@ -3490,7 +3480,7 @@ http_interactions:
3490
3480
  =&gt; ex\n</div><div class=\"line\"> res.set_error(ex)\n</div><div
3491
3481
  class=\"line\"> rescue HTTPStatus::Error =&gt; ex\n</div>\n</pre>\n</td>\n
3492
3482
  \ </tr>\n </table>\n </div>\n </div>\n <div class=\"source
3493
- hidden\" id=\"frame-source-93\">\n <div class=\"info\">\n Extracted
3483
+ hidden\" id=\"frame-source-92\">\n <div class=\"info\">\n Extracted
3494
3484
  source (around line <strong>#294</strong>):\n </div>\n <div class=\"data\">\n
3495
3485
  \ <table cellpadding=\"0\" cellspacing=\"0\" class=\"lines\">\n <tr>\n
3496
3486
  \ <td>\n <pre class=\"line_numbers\">\n<span>292</span>\n<span>293</span>\n<span>294</span>\n<span>295</span>\n<span>296</span>\n<span>297</span>\n
@@ -3654,13 +3644,12 @@ http_interactions:
3654
3644
  data-frame-id=\"86\" href=\"#\">railties (4.2.0) lib/rails/engine.rb:518:in
3655
3645
  `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"87\" href=\"#\">railties
3656
3646
  (4.2.0) lib/rails/application.rb:164:in `call&#39;</a><br><a class=\"trace-frames\"
3657
- data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/lock.rb:17:in `call&#39;</a><br><a
3658
- class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3659
- `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"90\" href=\"#\">rack
3647
+ data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3648
+ `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack
3660
3649
  (1.6.1) lib/rack/handler/webrick.rb:89:in `service&#39;</a><br><a class=\"trace-frames\"
3661
- data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3662
- `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3663
- `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"93\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3650
+ data-frame-id=\"90\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3651
+ `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3652
+ `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3664
3653
  `block in start_thread&#39;</a><br></code></pre>\n </div>\n <div id=\"Full-Trace\"
3665
3654
  style=\"display: block;\">\n <pre><code><a class=\"trace-frames\" data-frame-id=\"0\"
3666
3655
  href=\"#\">actionpack (4.2.0) lib/action_controller/metal/mime_responds.rb:218:in
@@ -3809,13 +3798,12 @@ http_interactions:
3809
3798
  data-frame-id=\"86\" href=\"#\">railties (4.2.0) lib/rails/engine.rb:518:in
3810
3799
  `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"87\" href=\"#\">railties
3811
3800
  (4.2.0) lib/rails/application.rb:164:in `call&#39;</a><br><a class=\"trace-frames\"
3812
- data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/lock.rb:17:in `call&#39;</a><br><a
3813
- class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3814
- `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"90\" href=\"#\">rack
3801
+ data-frame-id=\"88\" href=\"#\">rack (1.6.1) lib/rack/content_length.rb:15:in
3802
+ `call&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"89\" href=\"#\">rack
3815
3803
  (1.6.1) lib/rack/handler/webrick.rb:89:in `service&#39;</a><br><a class=\"trace-frames\"
3816
- data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3817
- `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3818
- `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"93\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3804
+ data-frame-id=\"90\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in
3805
+ `service&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"91\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in
3806
+ `run&#39;</a><br><a class=\"trace-frames\" data-frame-id=\"92\" href=\"#\">/home/dlweber/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in
3819
3807
  `block in start_thread&#39;</a><br></code></pre>\n </div>\n\n <script
3820
3808
  type=\"text/javascript\">\n var traceFrames = document.getElementsByClassName('trace-frames');\n
3821
3809
  \ var selectedFrame, currentSource = document.getElementById('frame-source-0');\n\n
@@ -3830,7 +3818,7 @@ http_interactions:
3830
3818
  && el) {\n currentSource.className += \" hidden\";\n el.className
3831
3819
  = el.className.replace(\" hidden\", \"\");\n currentSource = el;\n
3832
3820
  \ }\n }\n }\n </script>\n</div>\n\n \n\n<h2 style=\"margin-top:
3833
- 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;42/21/83/48/42218348-b4da-45f7-8ed3-70ebe7647283&quot;}</pre>\n\n<div
3821
+ 30px\">Request</h2>\n<p><b>Parameters</b>:</p> <pre>{&quot;id&quot;=&gt;&quot;06/7a/d4/9c/067ad49c-1a15-485c-a05e-b11c5d231b64&quot;}</pre>\n\n<div
3834
3822
  class=\"details\">\n <div class=\"summary\"><a href=\"#\" onclick=\"return
3835
3823
  toggleSessionDump()\">Toggle session dump</a></div>\n <div id=\"session_dump\"
3836
3824
  style=\"display:none\"><pre></pre></div>\n</div>\n\n<div class=\"details\">\n
@@ -3840,7 +3828,7 @@ http_interactions:
3840
3828
  &quot;gzip, deflate&quot;\nREMOTE_ADDR: &quot;127.0.0.1&quot;\nREMOTE_HOST:
3841
3829
  &quot;127.0.0.1&quot;\nSERVER_NAME: &quot;localhost&quot;\nSERVER_PROTOCOL:
3842
3830
  &quot;HTTP/1.1&quot;</pre></div>\n</div>\n\n<h2 style=\"margin-top: 30px\">Response</h2>\n<p><b>Headers</b>:</p>
3843
- <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/62548066f212268843cc3020d0e2e6a7'\n
3831
+ <pre>None</pre>\n\n</div>\n\n\n</body>\n</html>\n<div id=\"console\"\n data-remote-path='console/repl_sessions/ff9b3d36d460e768689b9a8cc1e9677f'\n
3844
3832
  \ data-initial-prompt='>> '>\n</div>\n\n\n<script type=\"text/javascript\">\n(function()
3845
3833
  {\n // DOM helpers\nfunction hasClass(el, className) {\n var regex = new
3846
3834
  RegExp('(?:^|\\\\s)' + className + '(?!\\\\S)', 'g');\n return el.className.match(regex);\n}\n\nfunction
@@ -4037,10 +4025,10 @@ http_interactions:
4037
4025
  \ resizerElement.addEventListener('mouseup', recordConsoleElementHeight);\n
4038
4026
  \ });\n});\n\n}).call(this);\n</script>\n\n"
4039
4027
  http_version:
4040
- recorded_at: Wed, 13 May 2015 22:30:46 GMT
4028
+ recorded_at: Mon, 18 May 2015 20:07:29 GMT
4041
4029
  - request:
4042
4030
  method: delete
4043
- uri: http://localhost:3000/annotations/42%2F21%2F83%2F48%2F42218348-b4da-45f7-8ed3-70ebe7647283
4031
+ uri: http://localhost:3000/annotations/06%2F7a%2Fd4%2F9c%2F067ad49c-1a15-485c-a05e-b11c5d231b64
4044
4032
  body:
4045
4033
  encoding: US-ASCII
4046
4034
  string: ''
@@ -4067,22 +4055,22 @@ http_interactions:
4067
4055
  Cache-Control:
4068
4056
  - no-cache
4069
4057
  X-Request-Id:
4070
- - 094c3fb3-a5fc-426a-952a-f93701930dda
4058
+ - b329ae1e-5406-4bfd-a4a1-b09cc11ca86f
4071
4059
  X-Runtime:
4072
- - '0.186602'
4060
+ - '0.191027'
4073
4061
  Server:
4074
4062
  - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
4075
4063
  Date:
4076
- - Wed, 13 May 2015 22:30:46 GMT
4064
+ - Mon, 18 May 2015 20:07:29 GMT
4077
4065
  Connection:
4078
4066
  - Keep-Alive
4079
4067
  Set-Cookie:
4080
- - _internal_session=a2xKeURTNFZmM0xLWExhNm50N1V1d2lVRmpOalJldytNbnd2S2s1MEZYOGFrdVhHVjVhZnRiY21oa0ZZTkNzU0hGdmlrWjViaUZZRzRqblV6S2xibnFKUmVzNTF0NW94TzI4UVdZSWhxV0tPeDl0U1dPR3lhSDNYamxYbHdBRnhlWm1VaVliVFZpTzZLeTNZZm5ZUWhLQzk3ODhMU2JyVG1qR2tVdWlQTDluUFVTcEpJMGgwZGw5V0hxU3FORFVDLS1DMkdIVGQvNGU2cktmcUp3MDVkZU9RPT0%3D--d378e5d405c1660cf12591616cf8052b2e925f85;
4068
+ - _internal_session=WVRCeEdEd0JDdS93YUw2ZWJIRTQ1ZTRKZmNEMWlUM2JHSk1EeFBFRmVrNXB3UXRmdGgySDgrdjJaYTNTTFdjQUhLVlB2ei93QjlncW56clVaWjZ3MnVrT0E4L2IrNmdTNFRGRmhNdElZQk03ZVovajNLSmxHU3ZVak5VcEZFaWExZmlwcnJhQy9uYVBoOTh3b2xGaURrNS9wL0JoWWd2bmFiOGtYa1hUZ3NSNzhpT1VBSnFuTEtvNGFHVWh1Tkl4LS1URTBJNUR6NGIzTWR2dEtzM0U4OC9BPT0%3D--08e63450576951d3e614f04cef02bd4cd33b1cf6;
4081
4069
  path=/; HttpOnly
4082
4070
  - request_method=DELETE; path=/
4083
4071
  body:
4084
4072
  encoding: UTF-8
4085
4073
  string: ''
4086
4074
  http_version:
4087
- recorded_at: Wed, 13 May 2015 22:30:46 GMT
4075
+ recorded_at: Mon, 18 May 2015 20:07:29 GMT
4088
4076
  recorded_with: VCR 2.9.3