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

Remove Unused HiddenHttpMethodFilter #170

Closed
wants to merge 1 commit into from

Conversation

mklinkj
Copy link

@mklinkj mklinkj commented Dec 10, 2023

hello.

I have modified the hello-mvc-security example.

Remove Unused HiddenHttpMethodFilter

  1. Remove Unused HiddenHttpMethodFilter
  2. Gretty 4.x Requirement: Gretty 4.x requires the /src/main/webapp path. This prevents failure when running the example project with the appRun task.

thanks.

hello.

I have modified the hello-mvc-security example.

Remove Unused HiddenHttpMethodFilter
1. Remove Unused HiddenHttpMethodFilter
2. Gretty 4.x Requirement: Gretty 4.x requires the /src/main/webapp path.
   This prevents failure when running the example project with the appRun task.

* spring-projects#167
* gretty-gradle-plugin/gretty#298

thanks.
@mklinkj
Copy link
Author

mklinkj commented Dec 22, 2023

I saw the build failure log.

I should have run gradlew format before committing to check the formatting of the changes. I left it out.

It seems that the format checking failed because there was a missing empty newline between the closing brace of the class and the method above it.

@mklinkj mklinkj closed this Dec 22, 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.

1 participant