-----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.
(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)" I think Alex is suggesting POSTing multipart / form-data will work around this issue. 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-----
