Asset Manager WebServices client
This is regarding Asset Manager V7.1.1.1 with test fix 13.
I noticed that the POST request RAMAssetAccess.jsp, using the Webservices client, for updating an Asset uses "chunked" "transfer encoding". We have a WebSEAL reverse Proxy sitting in from of our RAM and the WebSEAL proxy does not support a "chunked" Transfer-Encoding from a client. This essentially causes the request to fail. My question is, is there a way to not set the "Transfer-Encoding" for such "POST" requests on the client side. Is there a method that can be used to turn off the Transfer-Encoding. I did not see RAMSession.setChunkedTransfer(false); Can this be possibly be added to the webservices client api. |
3 answers
We do not have a way to turn off chunked encoding from the asset upload API.
This was required to support large file uploads and we did not add a way to disable it. |
Can this be added to the apis. I think it may be a good thing to provide this option.
|
You can open an enhancement request at...
http://jazz.net/jazz02/web/projects/Rational%20Asset%20Manager#action=com.ibm.team.workitem.viewWelcome However, it will not be available for a 7.1.x server. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.