Sha256: 40d5b254ce8f05fecffe3a7730308c82e8fc768360010e0110d5ce9894577630

Contents?: true

Size: 1.32 KB

Versions: 13

Compression:

Stored size: 1.32 KB

Contents

[
  {"testname":"empty cookie",        "input":"",                      "expected":""},
  {"testname":"long cookie",         "input":"tk=0123456789ABCDEFAA", "expected":""},
  {"testname":"short cookie",        "input":"tk=0123456789ABC",      "expected":""},
  {"testname":"improper cookie",     "input":"t==0123456789ABCDEF",   "expected":""},
  {"testname":"improper cookie",     "input":"tk-0123456789ABCDEF",   "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE\"",  "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE<",   "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE'",   "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE>",   "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE]",   "expected":""},
  {"testname":"invalid character",   "input":"tk=0123456789ABCDE+",   "expected":""},
  {"testname":"good cookie",         "input":"tk=0123456789ABCDEF",   "expected":"0123456789ABCDEF"},
  {"testname":"good cookie a-z",     "input":"tk=aaaaaaznnzzazzzz",   "expected":"aaaaaaznnzzazzzz"},
  {"testname":"good cookie A-Z",     "input":"tk=AAAAAAZNNZZAZZZZ",   "expected":"AAAAAAZNNZZAZZZZ"},
  {"testname":"good cookie numbers", "input":"tk=0123456789567891",   "expected":"0123456789567891"}
]

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.8.273 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.7.266 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.6.257 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.5.251 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.4.245 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.3.241 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.2.239 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.1.236 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.9.0.229 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.8.1.221 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.8.0.218 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.7.3.204 test/fixtures/cross_agent_tests/rum_cookie.json
newrelic_rpm-3.7.3.199 test/fixtures/cross_agent_tests/rum_cookie.json