: Sorry, Solr is correct. When directly passed to ResourceLoader the path 
: is correct. The problem here is the way how ClasspathResourceLoader 
: handles this. It uses Class.getResource() to load and thats wrong, 
: because that one expects a "/" to be absolute. We have to fix this and 
: maybe fix some tests not giving absolute paths.

I'm confused ... it looks like ultimately this specific bug was fixed by 
changing StempelPolishStemFilterFactory directly to not use the 
ResourceLoader at all, but Uwe's comments suggest that there is still a 
fundemental problem in ClasspathResourceLoader.

Presumably that should get a new bug? Or was Uwe mistaken?



-Hoss

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to