• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dropwizard / dropwizard / 2485
86%

Build:
DEFAULT BRANCH: master
Ran 12 Jun 2016 09:28AM UTC
Jobs 1
Files 339
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2485

push

travis-ci

joschi
Support access_token query parameter for OAuth (#1593)

The OAuth Bearer token spec allows to pass the access token not
only in the Authorization header with the Bearer prefix, but
also as an access_token query parameter.

See https://tools.ietf.org/html/rfc6750#section-2.3

While it's preferred to use the header for increased security, the
token can be helpful at times.

 - biggest advantage is you can avoid CORS pre-flight requests with the
   query parameter since they are not triggered when no non-simple header
   is present
 - it can be useful when testing/developing where you can simulate requests
   in a browser tab without a REST client

3 of 3 new or added lines in 1 file covered. (100.0%)

5414 of 6647 relevant lines covered (81.45%)

53.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2485.1 12 Jun 2016 09:28AM UTC 0
81.45
Travis Job 2485.1
Source Files on build 2485
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2485
  • 2656500c on github
  • Prev Build on master (#2475)
  • Next Build on master (#2493)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc