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

treasure-data / digdag / 1201 / 3
70%
master: 12%

Build:
Build:
LAST BUILD BRANCH: save-ci-memory
DEFAULT BRANCH: master
Ran 03 Oct 2016 11:43PM UTC
Files 425
Run time 30s
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

03 Oct 2016 10:59PM UTC coverage: 54.602%. First build
CI_NODE_INDEX=2

push

travis-ci

frsyuki
Return 404 Not Found when http method name is unknown

Before:

* Path is under /api (handled by RESTeasy's HttpServlet30Dispatcher)

  * If a method for the path is NOT available: 404 Not Found

  * If a method for the path is available:

    * if @GET, etc. annotation is same with the requested method: 200 OK

    * otherwise: 405 Method Not Allowed

* Path is not under /api

  * Resource is always unavailable (no servlets are mapped to this path)

  * If method is either of GET, HEAD, POST, PUT, DELETE, OPTIONS, or
    TRACE: 404 Not Found
    (handled by Undertow's DefaultServlet which extends
     javax.servlet.http.HttpServlet)

  * otherwise: 501 Not Implemented

This change maps a new servlet to /api that returns 404 Not Found for
any requesting methods so that behavior becomes consistent with paths
under /api.

7813 of 14309 relevant lines covered (54.6%)

0.55 hits per line

Source Files on job 1201.3 (CI_NODE_INDEX=2)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1201
  • Travis Job 1201.3
  • 40d2badd on github
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