On 23/09/13 10:16, Arthur Vaïsse-Lesteven wrote:
Hi,
As it seems Jena do not provide a way to add custom informations as request
parameters, and as we need it for some complex case in our security layer I
created a class named "ParametrizableUpdateProcessRemoteForm" that extends
"UpdateProcessRemoteBase".
This basic extension allow the user to specify key value pair that will be
sended as html query parameters.
As we need it for our security layer, and as Jena just released a security
layer too, maybe others will need this capability too.
So are you interested by the contribution of this class ?
Arthur VAÏSSE-LESTEVEN
Arthur,
I'm sure other users will be interested in having such a feature.
Please open a JIRA and attach the contribution. The JIRA then forms a
place for discussion.
As well as form based information, there is also a need to be able to
set HTTP headers c.f. QueryEngineHTTP.addParam
Andy