You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2008/07/23 01:55:33 UTC

[jira] Resolved: (ODE-344) Support element for headers and query strings

     [ https://issues.apache.org/jira/browse/ODE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-344.
------------------------------

    Resolution: Fixed

patch submitted in trunk and 1.X

> Support element for headers and query strings
> ---------------------------------------------
>
>                 Key: ODE-344
>                 URL: https://issues.apache.org/jira/browse/ODE-344
>             Project: ODE
>          Issue Type: Improvement
>          Components: Axis2 Integration
>            Reporter: Alexis Midon
>
> So far, parts bound to HTTP headers or encoding withe url-encoded/x-www-form-urlencoded must be simple types.
> This improvement aims at support elements too.
> So for a given part A, if A as a text-node, take the content of that node ;
> else check if a child element exists and take the text content of that element.
> ignore the next sentence plz.
> [Which can be summed up in: take the content of the first encountered text node.]

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