Redirection issues for spring-webflux [SPR-16704] #21245
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
cafebaby opened SPR-16704 and commented
According to the redirection test described in the official website "WebFlux Reference Documentation", I found that the redirection is not the same as described in the spring MVC format.
For example: "redirect:/some/resource", the access will be reported abnormally when running.
The exception information is as follows:
The meaning of the error message is to use the return value as the String type to match the corresponding view instead of selecting the redirect.
By looking at the source code ViewResolutionResultHandler class. Finding the method in the handleResultResult
Discovered string is forwarded as view name.
I don't know if I understand right, but at the moment I feel my opinion is right.
Affects: 5.0.4
The text was updated successfully, but these errors were encountered: