On 28/10/11 17:37, Damian Steer wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 28/10/11 17:14, Camel Christophe wrote:
Thanks for your help !
Unfortunately, it didn't work and I found why: the maximum form
content size is set in the code of Fuseky ! In SPARQLServer.java
code source, there is the following line:
// Set the max form size much higher.
context.setMaxFormContentSize(1*1024*1024) ;
1Mb is nice but not enough for me, knowing that I use Elda, a
linked-data implementation, that generates potentially very large
SPARQL queries.
You can reduce them by setting the endpoint to use SPARQL 1.1.
(From Alex Dutton on IRC)
"the max form size issue on the mailing list is the result of sending
the query application/www-form-encoded, and it goes away if you send
it as a query param (IIRC)
I don't have access to an e-mail client that doesn't mangle
In-Reply_To headers atm)"
Yes.
I think Alex is suggesting POSTing multipart / form-data will work
around this issue.
And in the development version of Fuseki:
1/ The default limit is 10M
2/ You can give it a jetty configuration file and do what you
want.(--jetty-config=...)
Andy
Damian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk6q2lQACgkQAyLCB+mTtym/jgCguApgff3itWuDpl4yo6Nka0JE
67MAoNDXynQBAuXCU6kWehlvWlrjBRiV
=2zXp
-----END PGP SIGNATURE-----