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

Use RedirectSlashes middleware by default Goa mux #3366

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

tchssk
Copy link
Member

@tchssk tchssk commented Sep 26, 2023

@tchssk tchssk marked this pull request as ready for review September 26, 2023 14:02
@tchssk
Copy link
Member Author

tchssk commented Sep 26, 2023

DeepSource: Test coverage looks always timed out.

http/mux.go Outdated
@@ -85,6 +86,7 @@ func NewMuxer() ResolverMuxer {
w.WriteHeader(http.StatusNotFound)
enc.Encode(NewErrorResponse(ctx, fmt.Errorf("404 page not found"))) // nolint:errcheck
}))
r.Use(middleware.RedirectSlashes)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Fixed. 3fbf066

@raphael
Copy link
Member

raphael commented Sep 28, 2023

This is great, thank you! (I need to fix the build failing for PRs coming from forks)

@raphael raphael merged commit 4df75cd into goadesign:v3 Sep 28, 2023
7 checks passed
@tchssk tchssk deleted the http-mux-redirectslashes branch October 2, 2023 08:49
tchssk added a commit that referenced this pull request Oct 14, 2023
raphael pushed a commit that referenced this pull request Oct 14, 2023
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.

3 participants