[ http://issues.apache.org/jira/browse/SOLR-78?page=all ]
Hoss Man resolved SOLR-78. -------------------------- Resolution: Fixed Changed StringBuffer to StringBuilder (i keep forgetting about that class) and then tried out Yonik's suggestion (using the full test suite we have since some config access is done on an as needed basis) and the only diffs were in default object toStrings, and the names of temp directories created for indexes (AbstractSolrTestcase puts the time and a random number in the name when making the directory) commited. (Thanks for the initial patch Alexander, this is the kind of thing that never would have occured to me, but shoudl really help reduce frustrations new users might have) > [PATCH] Improved config loading > ------------------------------- > > Key: SOLR-78 > URL: http://issues.apache.org/jira/browse/SOLR-78 > Project: Solr > Issue Type: Improvement > Reporter: Alexander Saar > Assigned To: Hoss Man > Priority: Minor > Attachments: fixed-config-loading-with-older-parser-versions.patch, > fixed-config-loading-with-older-parser-versions.patch > > > Solr configuration throws an UnsupportedConfigurationException for > Node.getTextContent() if it is started in server environments that uses older > implementations of the DOM API. This can be improved by checking wich node > type is actually handled an calling the appropriate methods. > A patch that fixes this problem is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira