Skip to content
Snippets Groups Projects
Commit f411e118 authored by Robert Butora's avatar Robert Butora
Browse files

reponse formatting filter expects application/x-vlkb+xml instead of ../vlkb+xml

parent 86047eb9
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ public class FormatResponseFilter implements Filter
final String respFormat = settings.serviceUrls.responseFormat();
LOGGER.info("responseFormat: " + respFormat);
if(respFormat.equals("application/vlkb+xml")) // FIXME hsould be application/x-vlkb+xml -> x- is for eXperimental a.k.a. not registered
if(respFormat.equals("application/x-vlkb+xml"))
{
response.setContentType("application/xml");
boolean showDuration = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment