iotashan / cfsolrlib

ColdFusion library for advanced Solr integration
MIT License
30 stars 16 forks source link

Added HTTP BASIC authentication support. #7

Closed jamiejackson closed 11 years ago

jamiejackson commented 11 years ago

Hey Shan,

This doesn't cover any other types of authentication (because I don't need them yet). We can cross those bridges if we come to them.

Thanks, Jamie

iotashan commented 11 years ago

It seems like that should be passed through a header rather than the url. Basic Auth via URL is deprecated in most technologies.

jamiejackson commented 11 years ago

Alright, the SolrJ examples I stumbled on use the URL method. I'll fix it and send you another pull request later.

jamiejackson commented 11 years ago

Okay, I fixed it.