[ https://issues.apache.org/jira/browse/SOLR-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806090#action_12806090 ]
Claudio Valente commented on SOLR-1603: --------------------------------------- Thanks for the history. "If people are feeding you malicious data, it's not like switching to JSON or XML will magically fix the security issues anyway." Yes, agree but it will make code injection a lot harder though theoretically possible. One of the main reasons I use it is also due to unicode strings. This output writer makes this problems go away for perl since it uses the right escapes and unicode strings end with the utf8 bit set. The patch is small and has virtually no impact on current code. If you need something else don't hesitate to let me know. Thanks for the comments. > Perl Response Writer > -------------------- > > Key: SOLR-1603 > URL: https://issues.apache.org/jira/browse/SOLR-1603 > Project: Solr > Issue Type: New Feature > Components: Response Writers > Reporter: Claudio Valente > Priority: Minor > Attachments: SOLR-1603.patch > > > I've made a patch that implements a Perl response writer for Solr. > It's nan/inf and unicode aware. > I don't know whether some fields can be binary but if so I can probably > extend it to support that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.