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

Disable SockJSSocket writeHandler by default #1704

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

tsegismont
Copy link
Contributor

@tsegismont tsegismont commented Sep 18, 2020

Closes #1221

Also, when registered, make it local only by default.

@tsegismont tsegismont linked an issue Sep 18, 2020 that may be closed by this pull request
Also, when registered, make it local only by default.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont
Copy link
Contributor Author

@pmlopes the failures are unrelated (static handler tests failures)

@tsegismont
Copy link
Contributor Author

@pmlopes it seems these tests are failing due to the result of io.vertx.core.file.FileSystem#readDir(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>) in StaticHandlerIml.

Has the implementation changed in Vert.x core recently?

@tsegismont
Copy link
Contributor Author

@pmlopes I had a quick look last week and it seems the failures happen intermittently, depending on the order of tests. Some tests put a webroot directory in the vertx-web module and then the content read by following tests is not the same as expected.

I will file a separate issue.

@pmlopes pmlopes merged commit c9c750d into vert-x3:master Sep 23, 2020
@pmlopes pmlopes added this to the 4.0.0 milestone Sep 23, 2020
@pmlopes
Copy link
Member

pmlopes commented Sep 23, 2020

Depends on eclipse-vertx/vert.x#3581 for proper testing

@tsegismont tsegismont deleted the issue/1221 branch September 25, 2020 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

SockJSSocket: disable writeHandler by default
2 participants