[ https://issues.apache.org/jira/browse/SOLR-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829630#action_12829630 ]
Mark Miller commented on SOLR-1756: ----------------------------------- Reported by Christoph Brill: http://search.lucidimagination.com/search/document/f101a31730de0627/classcastexception_setting_date_formats_in_extractingrequesthandler > the date.format setting does not work > ------------------------------------- > > Key: SOLR-1756 > URL: https://issues.apache.org/jira/browse/SOLR-1756 > Project: Solr > Issue Type: Bug > Components: contrib - Solr Cell (Tika extraction) > Affects Versions: 1.4 > Reporter: Mark Miller > Assignee: Mark Miller > Fix For: 1.5 > > > There is a bad cast (casts to String when its a Map.Entry), and an iterator > is used by constantly creating a new iterator rather than using the same one > - so it never actually iterates, and calling hasNext on a new iterator every > time creates an infinite loop. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.