You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2009/04/17 20:14:15 UTC

[jira] Commented: (SHINDIG-852) Chained syntax in proxy doesn't support URLs with query arguments

    [ https://issues.apache.org/jira/browse/SHINDIG-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700265#action_12700265 ] 

Kevin Brown commented on SHINDIG-852:
-------------------------------------

The only 'correct' behavior here is that everything after /proxy/ should be treated as the "url" parameter in the non-chained mode.

The query string parameters SHOULD NOT be available independently to server side code. Additional parameters that the server needs to interpret must be between /gadgets/ and /proxy/

Chained syntax should always use %rawurl%. The only reason that rawurl was added was for the chained syntax to work correctly.

> Chained syntax in proxy doesn't support URLs with query arguments
> -----------------------------------------------------------------
>
>                 Key: SHINDIG-852
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-852
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>            Reporter: John Hjelmstad
>            Assignee: John Hjelmstad
>             Fix For: trunk
>
>         Attachments: SHINDIG-852-2.patch, shindig-852.patch
>
>
> When using the proxy's chained syntax, eg:
> http://gadget-server.com/gadgets/proxy/refresh=3600/[url]
> Query arguments are dropped when [url] contains any query params. This is true whether <url> is URI escaped or not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.