Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The content-type header is not set which creates problems in some settings (e.g. when behind a rewriting proxy).
Putting response.setHeader("content-type","text/xml") (or "text/html" depending on mode) in SimpleServerServlet.doGet/doPost seems to fix the problem.
Don't know if SimpleUimaAsService is also affected.