Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xrequest url print issue #12

Open
ancode4 opened this issue Oct 17, 2020 · 1 comment
Open

Xrequest url print issue #12

ancode4 opened this issue Oct 17, 2020 · 1 comment
Assignees

Comments

@ancode4
Copy link
Member

ancode4 commented Oct 17, 2020

Xrequest print error:
Input XML

 <Sql id="testres" ref="testresource" datasource="mysqltest" type="query" output="true"></Sql>
   <XRequest id="members" method="GET" output="true" 
   url="https://us20.api.mailchimp.com/3.0/lists/bf104d20b3/members/">
   <Header name="Authorization" value="apikey 261ced5c9403b344aa6eaf480d514853-us20"/>
   </XRequest>
 </Sql>

Erroneous jsp output:

<sql:query var="testres" dataSource="mysqltest">select * from movie
url="https://us20.api.mailchimp.com/3.0/lists/bf104d20b3/members/" value="apikey 261ced5c9403b344aa6eaf480d514853-us20"</sql:query>

<c:set target="${output}" property="testres" value="${pageScope['testres']}"/>

<m:xrequest var="members" method="GET" output="true">
<m:header name="Authorization"/>
</m:xrequest>
@ancode4 ancode4 self-assigned this Oct 17, 2020
@ancode4
Copy link
Member Author

ancode4 commented Dec 5, 2020

Unable to reproduce as of now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant