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

Andy Seaborne commented on JENA-541:
------------------------------------

As I understand it, the security is between client and server across HTTP.  The 
Jena code in the client is untrusted.  So if the client messes up the HTTP 
parameters or form parameters, then all that should happen is that the client 
has broken its application.  At the network level, you can't assume certain 
information without checking it and it can always be wrong.
                
> 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

Reply via email to