Closed (fixed)
Project:
Apache Solr Config Generator
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 23:59 UTC
Updated:
8 May 2014 at 13:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jongagne commentedComment #2
jongagne commentedHere is the patch.
Comment #3
jongagne commentedAlso, apachesolr_confgen_textfiles cannot find protwords.txt
Comment #4
jongagne commentedHere is a very simple patch to allow apachesolr_confgen_textfiles.variable.inc to find protwords.txt. A check for solr-1.4 and solr-3.x is not required because doing a diff on both version of protwords.txt shows that it is the same; therefore the patch just uses solr-conf/solr-3.x/protwords.txt
Comment #5
jongagne commentedComment #6
mkalkbrennerThanks. I'll have a look ...
Comment #7
jongagne commented"Git apply" stated that the patch in Comment #2 was invalid. So to avoid having to copy the code in the patch manually, here is a new patch.
Comment #8
mkalkbrennerFix committed to git.
But additionally we need another patch to fix the issue completely.
Comment #9
mkalkbrennerpatch #7 broke download of elevate.xml.
See http://drupalcode.org/project/apachesolr_confgen.git/commit/48712af for the fix