
|
If you were logged in you would be able to see more operations.
|
|
Issue reported here: http://www.openrdf.org/forum/mvnforum/viewthread?thread=1521
Due to restrictions in the HTTP protocol, one can not use HTTP-GET requests to post queries containing non-ASCII characters. The best alternative is to use a POST-request and to encode the parameters in the request body. The MIME type for such requests is "application/x-www-form-urlencoded". The Sesame HTTP server currently support this mechanism, but it fails when a specific character set is specified in the Content-Type header.
|
|
Content-Type headers are not properly parsed
|
|