Re: solr.xml absolute path schema and config files

2010-04-26 Thread Chris Hostetter
: Maybe we can add an error message to ShowFileRequesHandler that : explains to the user that displaying an absolute path doesn't work? yeah ... that would certianly be better -- i think it alreayd does that if you try "../../foo" but for "absolute" paths there is no explicit test -- just the f

Re: solr.xml absolute path schema and config files

2010-04-26 Thread Jason Rutherglen
Maybe we can add an error message to ShowFileRequesHandler that explains to the user that displaying an absolute path doesn't work? On Mon, Apr 26, 2010 at 1:13 PM, Chris Hostetter wrote: > > : Does this work?  When trying to display with a URL such as > : "solr/sandbox/admin/file/?file=/mnt/solr

Re: solr.xml absolute path schema and config files

2010-04-26 Thread Chris Hostetter
: Does this work? When trying to display with a URL such as : "solr/sandbox/admin/file/?file=/mnt/solr/schema.xml" from the Solr : admin console, the following error occurs: : : type Status report : : message Can not find: schema.xml [/mnt/solr/sandbox/conf/mnt/solr/schema.xml] As written the