History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
[
XML
]
Key:
SES-644
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
James Leigh
Reporter:
James Leigh
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Sesame
Workbench cannot handle large queries
Created:
24/Nov/08 09:24 PM
Updated:
17/Dec/08 02:05 PM
Component/s:
Web interface
Affects Version/s:
2.2.1
Fix Version/s:
2.2.2
Description
http://www.openrdf.org/forum/mvnforum/viewthread?thread=1906
The HTML form is submitted as a GET request, tomcat drops the connection because the Request URI is too long. This is a problem with the workbench and not the server. The query executes fine using the Sesame server protocol or client.
All
Comments
Change History
Sort Order:
[
Permlink
]
Comment by
James Leigh
[
02/Dec/08 09:36 PM
]
Check for large queries to use POST, in this mode result page will not retain the large query for re-POST'ing in revision 8208.