Apache Lucene open-source search software
Go to file
Uwe Schindler 07424bf640 Fix broken MBean test: new File(URL.getPath()) is the wrong way to create filenames from "file:" URLs coming from Classloader. The problem: some characters are escaped, e.g. the whitespace in my user's home directory. The correct way is to cast to URI using toURI() and invoking the URI-ctor in File (this is the "official" way to go).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@930323 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 16:49:04 +00:00
lucene LUCENE-2359: fixed edge case around 180th meridian 2010-04-01 13:04:47 +00:00
solr Fix broken MBean test: new File(URL.getPath()) is the wrong way to create filenames from "file:" URLs coming from Classloader. The problem: some characters are escaped, e.g. the whitespace in my user's home directory. The correct way is to cast to URI using toURI() and invoking the URI-ctor in File (this is the "official" way to go). 2010-04-02 16:49:04 +00:00
build.xml remove obsolete ant call 2010-03-18 04:42:01 +00:00