I don't know exactly what you are trying to do... but you *may* be able to do it by overriding SolrDispatchFilter#execute(...)
In my app, we add authentication tokens to the request context there. On Fri, Feb 24, 2012 at 7:49 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Hello, > > I see that some sort of customization was expected for SolrRequestParsers. > http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/servlet/SolrRequestParsers.java?view=markup > > line > 97 // I don't see a need to have this publicly configured just yet > and > 111 // TODO -- in the future, we could pick a different parser based on > the request > > I need to plug some code which will parse request and add additional stuff > iinto req.context. I'd be happy to contribute it, but want to know what was > an intention. > > Thanks in advance > > -- > Sincerely yours > Mikhail Khludnev > Lucid Certified > Apache Lucene/Solr Developer > Grid Dynamics > > <http://www.griddynamics.com> > <mkhlud...@griddynamics.com> > >