dataimport.jsp debug submission uses GET, limits request size
-------------------------------------------------------------
Key: SOLR-2043
URL: https://issues.apache.org/jira/browse/SOLR-2043
Project: Solr
Issue Type: Bug
Affects Versions: 1.4.1
Environment: Windows XP, default Solr 1.4.1 install with Jetty
Reporter: K A
Using the dataimport.jsp web tool, the 'Debug Now' option sends data-config.xml
as a GET request to jetty, limiting the size of data-config limiting debugging.
The actual data import sends data-config.xml via POST and is not constrained by
this limitation.
When data-config.xml is larger than a GET request permits, the following error
is received :
2010-08-12 10:26:43.624::WARN: handle failed
java.io.IOException: FULL
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:274)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:202)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.
java:226)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool
.java:442)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]