conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Add Content-Type and Accept CORS headers for analysis requests #234

Closed trevorgerhardt closed 5 years ago

trevorgerhardt commented 5 years ago

Content-Type and Accept are required headers for specific requests from the UI, including GeoTIFF creation.

codecov-io commented 5 years ago

Codecov Report

Merging #234 into dev will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##                dev     #234   +/-   ##
=========================================
  Coverage     22.79%   22.79%           
  Complexity      103      103           
=========================================
  Files            63       63           
  Lines          2426     2426           
  Branches        219      219           
=========================================
  Hits            553      553           
  Misses         1838     1838           
  Partials         35       35
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/conveyal/taui/AnalysisServer.java 42.7% <0%> (ø) 4 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 943eb14...8f59881. Read the comment docs.