[ https://issues.apache.org/jira/browse/SOLR-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hoss Man resolved SOLR-1940. ---------------------------- Resolution: Fixed Fix Version/s: 4.0 3.1 Assignee: Hoss Man Thanks for your help on the patch Lance, and thanks to Sven for testing on websphere... Committed revision 1064395. - trunk Committed revision 1064402. -3x > SolrDispatchFilter sets content type as NULL > -------------------------------------------- > > Key: SOLR-1940 > URL: https://issues.apache.org/jira/browse/SOLR-1940 > Project: Solr > Issue Type: Bug > Reporter: Lance Norskog > Assignee: Hoss Man > Fix For: 3.1, 4.0 > > Attachments: SOLR-1940.patch, SOLR-1940.patch > > > o.a.s.h.SolrDispatchFilter can set the output Content-Type to a null pointer > instead of a string. Under websphere this results in a NullPointerException. > This is the offending code: > response.setContentType(responseWriter.getContentType(solrReq, solrRsp)); > Suggested fix: either use a default content type, or do not set the content > type and let the browser handle it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org