[ https://issues.apache.org/jira/browse/SOLR-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739486#action_12739486 ]
Chris Eldredge commented on SOLR-1332: -------------------------------------- We decided to only escape spaces to avoid breaking other test cases we could think of where a well formed query string in an invariant variable would get incorrectly double-escaped. The uncodeUrl function looks like what we need so we'll try that. > Escape spaces in URLs in URLDataSource > -------------------------------------- > > Key: SOLR-1332 > URL: https://issues.apache.org/jira/browse/SOLR-1332 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Affects Versions: 1.4 > Environment: Any > Reporter: Chris Eldredge > Attachments: SOLR-1332.patch > > > At present the URLDataSource does not correctly escape spaces in URLs. This > particularly affects usages where ${dataimporter.last_index_time} is present > in the URL to support delta imports. That variable contains a space which > should be escaped. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.