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

NamedPipeSocket does not handle FileSystemException when establishing the file channel #22035

Closed
wants to merge 1 commit into from

Conversation

dreis2211
Copy link
Contributor

Hi,

this PR fixes #22031 by catching more FileSystemException based exceptions in NamedPipeSocket.

Cheers,
Christoph

@dreis2211 dreis2211 changed the base branch from master to 2.3.x June 19, 2020 17:57
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 19, 2020
@scottfrederick scottfrederick added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 19, 2020
@scottfrederick scottfrederick added this to the 2.3.x milestone Jun 19, 2020
scottfrederick pushed a commit to scottfrederick/spring-boot that referenced this pull request Jun 19, 2020
@scottfrederick scottfrederick modified the milestones: 2.3.x, 2.3.2 Jun 19, 2020
@wilkinsona wilkinsona changed the title Catch more generic FileSystemException in NamedPipeSocket NamedPipeSocket does not handle FileSystemException when establishing the file channel Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Catch more generic FileSystemException in NamedPipeSocket
3 participants