Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

check NoSuchFileException for handler #561

Closed
wants to merge 1 commit into from
Closed

check NoSuchFileException for handler #561

wants to merge 1 commit into from

Conversation

jixinchi
Copy link
Contributor

When using filesystem, I found that OPTIONS a non-exist bucket will cause exceptions and returns 500. I found the reason is that jcloud.blobstore does not check file exists in getContainerAccess, and not throws ContainerNotFoundException.

@gaul
Copy link
Owner

gaul commented Oct 11, 2023

Should this be fixed in jclouds instead?

@jixinchi
Copy link
Contributor Author

Should this be fixed in jclouds instead?

Good idea! I'll see how to contribute to jclouds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants