You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ArthurVaisse-Lesteven (JIRA)" <ji...@apache.org> on 2013/09/23 11:57:03 UTC

[jira] [Comment Edited] (JENA-541) Adding HTTP parameters to html queries

    [ https://issues.apache.org/jira/browse/JENA-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13774430#comment-13774430 ] 

ArthurVaisse-Lesteven edited comment on JENA-541 at 9/23/13 9:56 AM:
---------------------------------------------------------------------

As you can see in the source code, I just added an HashMap attribute, some access methods, and I use it in the execute method to add params in the same way the update were added.

In order to add headers param, I guess that the modification will be heavier and we probably have to transmit key-value pairs to the HttpClient.
                
      was (Author: avl):
    As you can see in the source code, I just added an HashMap attribute, some access methods, and I use it in the execute method to add params in the same the update were added.

In order to add headers param, I guess that the modification will be heavier and we probably have to transmit key-value pairs to the HttpClient.
                  
> Adding HTTP parameters to html queries
> --------------------------------------
>
>                 Key: JENA-541
>                 URL: https://issues.apache.org/jira/browse/JENA-541
>             Project: Apache Jena
>          Issue Type: New Feature
>          Components: ARQ
>    Affects Versions: Jena 2.11.0
>            Reporter: ArthurVaisse-Lesteven
>            Priority: Minor
>              Labels: ARQ, feature
>         Attachments: ParametrizableUpdateProcessRemoteForm.java
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira