Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Stack trace is lost upon JAXB error #284

Closed
jochenberger opened this issue Aug 22, 2017 · 0 comments · Fixed by #531
Closed

Stack trace is lost upon JAXB error #284

jochenberger opened this issue Aug 22, 2017 · 0 comments · Fixed by #531

Comments

@jochenberger
Copy link
Contributor

In

throw new SardineException(e.getMessage(), statusLine.getStatusCode(), statusLine.getReasonPhrase());
, the original exception trace is lost. That makes it hard to debug the cause.
The only information I can get here is an error message: "com.github.sardine.impl.SardineException: Not a valid DAV response (207 Multistatus)".

dkocher added a commit to iterate-ch/sardine that referenced this issue Jan 10, 2025
@dkocher dkocher linked a pull request Jan 10, 2025 that will close this issue
lookfirst added a commit that referenced this issue Jan 10, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants