Widget.proxify not handling urls that include ? querystring params
------------------------------------------------------------------
Key: WOOKIE-185
URL: https://issues.apache.org/jira/browse/WOOKIE-185
Project: Wookie
Issue Type: Bug
Components: Server
Reporter: Mark Stubbs
When using widget.proxify to proxy a web-service I need to supply a url that
includes a question mark followed by querystring parameters. Unfortunately, the
widget.proxify function returns a url that already includes a question mark:
http://lrt.mmu.ac.uk:8080/wookie/proxy?instanceid_key=dAwUvt.sl.QEsdFyKGlwNDl8Ptfwhc.eq.&url=http://testapis.ad.mmu.ac.uk/icts/Service1.svc/getPcAvailability
I am therefore not able to proxify a url like
http://testapis.ad.mmu.ac.uk/icts/Service1.svc/getPcAvailability?latitude=53.47067&longitude=-2.238943
The rest of the script fails to render. Debugging with firebug shows it going
into widget.proxify and then hanging.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira