On Thu, Jan 15, 2009 at 5:55 AM, Burt-Prior <bpr...@cisco.com> wrote:
> > Everything works and is setup correctly, but when I change the 'url' > attribute in the entity declaration to a url on my intranet that requires > basic authentication (username and password), I get a HTTP 401 error when > solr attempts to read the rss feed and update the index. > > Question: is there a way to specify a username and password for solr to use > for an HttpDataSource? No, not right now. Any suggestions on how to solve this issue? HttpDataSource will need to be enhanced. Right now it is a very simple implementation using UrlConnection. We can probably switch to commons-httpclient and use it's authentication capabilities. > I've been using Lucene for awhile, but am new to solr. Solr is fantastic! > > Thanks for your help, > .Burt > -- > View this message in context: > http://www.nabble.com/Import-data-from-RSS-Feed-Question-tp21468562p21468562.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.