Java debugging information only returns null without stating the actual cause of the error in the finally clause of the try/catch and not sure on how to get rid of this error message or the cause of it which is related to the recycle method called. Below is the error log: Below are the functions being called Any recommendation will
Tag: lotus-domino
Unable to get a handle on the body of a multipart/form-data POST request in XPage ServiceBean
I have an xpage based on a bootstrap framework which uses jQuery $post to submit forms contained within the page. These get posted using multipart/form-data content-type so I have no control over that. I have set up a REST.xsp containing a RESTService which calls a java ServiceBean. The latest method I have tried is as follows: but I just can’t