Re: Connecting custom RequestHandler

2007-02-04 Thread Thorsten Scherler
On Sat, 2007-02-03 at 18:41 -0800, Ryan McKinley wrote: > The 'new' request parser reads the content type header to see if it > should parse the body as params or not. If the content type is > "application/x-www-form-urlencoded" it parses them as params, if it is > "multipart/*" it parses them as

Re: Connecting custom RequestHandler

2007-02-03 Thread Ryan McKinley
The 'new' request parser reads the content type header to see if it should parse the body as params or not. If the content type is "application/x-www-form-urlencoded" it parses them as params, if it is "multipart/*" it parses them as multipart. if it is *anything* else, it reads the body as a st

Re: Connecting custom RequestHandler

2007-02-03 Thread Thorsten Scherler
On Sat, 2007-02-03 at 18:14 +0100, Thorsten Scherler wrote: > Hi all, > > I am working on SOLR-133 and I have wrapped up a first version of the > XmlUpdateRequestHandlerStax.java. Now I am trying to connect it in the > example but I have some problems. > > I am trying: > class="solr.XmlUpdateReq

Connecting custom RequestHandler

2007-02-03 Thread Thorsten Scherler
Hi all, I am working on SOLR-133 and I have wrapped up a first version of the XmlUpdateRequestHandlerStax.java. Now I am trying to connect it in the example but I have some problems. I am trying: Trying to curl to URL=http://localhost:8983/solr/update/stax I get: Posting file solr.xml to http:/