Hi

I would like to restrict access to /update/csv request handler

Is there a ready to use UpdateRequestProcessor for that ?


My first idea was to heritate from CSVRequestHandler and to overload
public void handleRequest(SolrQueryRequest req, SolrQueryResponse rsp) {
  ...
  restrict by IP code
  ...
  super(req, rsp);
}

What do you think ?

Regards,
t.

Reply via email to