alphaville / jaqpot3

A brand new version of jaqpot - fully OpenTox API (1.2) compliant (see http://opentox.ntua.gr ) - lots of new features
http://opentox.ntua.gr
2 stars 1 forks source link

PMML: Wrong content type #21

Closed alphaville closed 10 years ago

alphaville commented 10 years ago

The HTTP request:

curl -v "http://opentox.ntua.gr:8080/model/c32910c9-73c8-4356-b22b-4f39b68e8af0"  \
-H subjectid:$token -H Accept:application/xml

returned the content type:

Content-Type: text/plain;charset=UTF-8

while it should have been application/xml.

ghost commented 10 years ago

fixed