Hi Craig,
Thanks for pushing me towards fixing it myself. My issues where only partly related to Spring 3.0.5. The Authorization part is fixed by adding the check if the interceptor is supported...
Type: Posts; User: bpeters; Keyword(s):
Hi Craig,
Thanks for pushing me towards fixing it myself. My issues where only partly related to Spring 3.0.5. The Authorization part is fixed by adding the check if the interceptor is supported...
Sorry for the late reply. First I cannot upgrade to 3.1 as my code is part of a standard application that relies on 3.0.5. I first tried to solve it by adding Spring Web 3.1, but that breaks the...
Hi All,
I am not sure if this is the right place to post a question regarding a Spring Social contribution, but has any one succesfully used Spring Social Tumblr...
I guess I found out why I was unable to upload even after Kev's updates to the Surf code although I used the latest snapshot (revision 416). The web-application-config.xml contains some changes. When...
Hi Ben,
Thank you very much for your support. Your code is working properly both for Alfresco Community 3.3 and Enterprise 3.2. I now have a reference that will help me to solve the issue.
...
In that case I must be doing something wrong since I keep receiving the following response from the backend:
========
Alfresco Web Script Status 400 - Bad Request
The Web Script...
Hi Kev,
Thank you very much for your help. I tried to run the upload, but still receive a 400 error from the sample/upload backend script...
Simple http post data is now properly send to the backend, but the Remoteclient does not send the multipart content, only the parameters. I tested it using revision 407 with Alfresco 3.2R E on the...
Thanks Kev,
svn update throws an SSL error at the moment, but as soon as I can update the code I will give it a try.
Bas
Copy the URL argument handling webscript from http://wiki.alfresco.com/wiki/Web_Scripts_Examples#URL_Argument_Handling in the webscripts location in your Surf project and you will see that both args...
Does any one have any idea if the proxy configuration was designed to handle http posts including multi-part file uploads? We managed to use a proxy to do these things with older versions of the Surf...
Although I have to run some more test, I think there is an error in RemoteClient. In the source (revision 381) I changed line 714 from:
if (req != null && contentLength == 0 && method instanceof...
Not a silly question. To test the post I simply used a webscript that outputs the arguments. The scripts are on the backend (Alfresco Community 3.3):
args.post.desc.xml:
<webscript>
...
I configured a proxy to execute Alfresco webscripts in the backend. When I send a form with method get the arguments are recevied by the backend, when I use a post method the webscript takes a long...