You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2013/02/14 09:38:13 UTC

[jira] [Closed] (SOLR-2043) dataimport.jsp debug submission uses GET, limits request size

     [ https://issues.apache.org/jira/browse/SOLR-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl closed SOLR-2043.
-----------------------------

    Resolution: Won't Fix

The dataimport.jsp is RIP
                
> 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
>          Components: web gui
>    Affects Versions: 1.4.1
>         Environment: Windows XP, default Solr 1.4.1 install with Jetty
>            Reporter: K A
>              Labels: newdev
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org