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
: 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
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.