konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 22 forks source link

Investigate and create if necessary "Default handling of HEAD and OPTIONS requests" rule(s) #123

Open jmle opened 2 months ago

jmle commented 2 months ago

According to the migration guide:

As of 4.3, Spring MVC processes HEAD and OPTIONS requests by default if there are no explicit bindings for those HTTP methods on a given path, along the lines of what HttpServlet does by default. While this should be a reasonable enhancement to all common Spring web applications, there may be subtle interaction side effects.

Investigate and create rules if necessary for this new default behaviour.

In the rule description and message, try to be as verbose and clear as possible. Code examples are always welcome and useful. Feel free to use markdown syntax for these.

konveyor-ci-bot[bot] commented 2 months ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.