Search:

Type: Posts; User: bpeters; Keyword(s):

Search: Search took 0.08 seconds.

  1. Hi Craig, Thanks for pushing me towards fixing...

    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...
  2. Sorry for the late reply. First I cannot upgrade...

    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...
  3. Use Spring Social Tumblr by sdouglass with Spring 3.0.5

    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...
  4. Replies
    20
    Views
    7,505

    web-application-config.xml

    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...
  5. Replies
    20
    Views
    7,505

    your sample works

    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.
    ...
  6. Replies
    20
    Views
    7,505

    In that case I must be doing something wrong...

    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...
  7. Replies
    20
    Views
    7,505

    Hi Kev, Thank you very much for your help. I...

    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...
  8. Replies
    20
    Views
    7,505

    Simple http post data is now properly send to the...

    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...
  9. Replies
    20
    Views
    7,505

    Thanks Kev, svn update throws an SSL error at...

    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
  10. Replies
    2
    Views
    2,578

    Copy the URL argument handling webscript from...

    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...
  11. Replies
    20
    Views
    7,505

    Does any one have any idea if the proxy...

    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...
  12. Replies
    20
    Views
    7,505

    Although I have to run some more test, I think...

    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...
  13. Replies
    20
    Views
    7,505

    Not a silly question. To test the post I simply...

    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>
    ...
  14. Replies
    20
    Views
    7,505

    Problem with http post through proxy

    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...
Results 1 to 14 of 14