Re: handling multiple multiple resources with single requestHandler

2008-09-08 Thread Aleksandar Bradic
Sure - overriding the SolrDispatchFilter seems like a right way to go (especially maintenance-wise :) ). Thanks :) ps. - as far as the ":" - situation is concerned - that was useful - but i guess it didn't look nice ;) (anyway - i guess that the ":"-trim filter must have persisted there

Re: handling multiple multiple resources with single requestHandler

2008-09-06 Thread Chris Hostetter
: Any ideas on how could we register single request handler for handling : multiple (wildcarded) contexts/resource uri's ? : : (something like) : : : : One of the reasons wildcards aren't supported is because it creates ambiguity when dealing with dynamicly created RequestHandlers. Once upo

handling multiple multiple resources with single requestHandler

2008-09-04 Thread Aleksandar Bradic
Hi, Any ideas on how could we register single request handler for handling multiple (wildcarded) contexts/resource uri's ? (something like) : Current logic in SolrDispatchFilter / RequestHandlers registers a single (context <-> handler) mapping and obviously doesn't allow wildcarding.