tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Access to /admin/luke URLs is broken #77

Closed davidstrauss closed 13 years ago

davidstrauss commented 13 years ago

Let's say I install a schema to core 3902c512-1c0c-4cdd-9cc9-22dec03556b6-live.

This request works fine: curl "http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/ping"

I get the expected: <?xml version="1.0" encoding="UTF-8"?>

06allsolrpingquerystandardOK

This doesn't: curl http://localhost:8983/solandra/3902c512-1c0c-4cdd-9cc9-22dec03556b6-live/admin/luke

I get a 404 beginning with this:

Error 404 NOT_FOUND

HTTP ERROR 404

Problem accessing /solandra/admin/luke. Reason:

    NOT_FOUND


Powered by Jetty://

[...] It strangely thinks I'm trying to access "/solandra/admin/luke".
davidstrauss commented 13 years ago

My mistake. Closing this.