400 Bad Request during Sardine.List() #401
Replies: 9 comments
-
Shorter version of the dump...
|
Beta Was this translation helpful? Give feedback.
-
Some code would be helpful. Are you using https://github.com/lookfirst/sardine/wiki/UsageGuide#preemptive-authentication |
Beta Was this translation helpful? Give feedback.
-
This used to work before so I wonder if switching to org.apache.commons.logging.Log has effect? I am using org.slf4j.Logger before... |
Beta Was this translation helpful? Give feedback.
-
ok so the switch to logging has no effect.... |
Beta Was this translation helpful? Give feedback.
-
If it used to work before... what changed? |
Beta Was this translation helpful? Give feedback.
-
I am thinking dependencies (newer versions etc) from the parent project. Still isolating it but I have posted it to see if someone has experienced the same thing. Thanks for you immediate response, I will update this thread after some troubleshooting. |
Beta Was this translation helpful? Give feedback.
-
Just an update, I think why it is failing is because we wrapped the Sardine code into a callable class that is executed via UrlClassLoader. Maybe the wrapper class is injecting wrong dependencies etc. Any thoughts about this? TIA |
Beta Was this translation helpful? Give feedback.
-
I got the same error |
Beta Was this translation helpful? Give feedback.
-
How is it going? My sardine have same bug. |
Beta Was this translation helpful? Give feedback.
-
Sardine is authenticated via httpclient and got 200 OK response but is getting 400 error during Sardine.List call. What could be the issue?
Here is the dump....
Beta Was this translation helpful? Give feedback.
All reactions