For folks using the new MultiCore stuff in 1.3-dev...
The interface just changed so that all requests require a core name and the '@' is no longer supported. That is:
- http://localhost:8983/solr/@core0/select?q=*:* + http://localhost:8983/solr/core0/select?q=*:*Also, this should fix the problems people were seeing with ?core=null in the admin pages
ryan