Uh oh!
There was an error while loading. Please reload this page.
Reject effectively private handler methods on CGLIB proxied controllers - #35352
Reject effectively private handler methods on CGLIB proxied controllers#35352YongGoose wants to merge 15 commits into
Conversation
Signed-off-by: yongjunhong <yongjunh@apache.org>
sbrannen
left a comment
There was a problem hiding this comment.
I requested a few changes.
Please also take Rossen's comment into account.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
YongGoose
commented
Oct 6, 2025
I'm currently traveling, so I should be able to work on it around Wednesday or Thursday this week. |
Signed-off-by: yongjunhong <yongjunh@apache.org>
Signed-off-by: yongjunhong <yongjunh@apache.org>
Signed-off-by: yongjunhong <yongjunh@apache.org>
YongGoose
commented
Oct 9, 2025
Please take a look :) |
YongGoose
commented
Oct 9, 2025
If you have some time, I’d really appreciate it if you could take a look at this PR as well. 🙇🏻♂️🙇🏻♂️ It’s similar to the this PR, focusing on the access modifiers and proxies!! |
sbrannen
left a comment
There was a problem hiding this comment.
Thanks for making the requested changes. It's looking better. 👍
I've requested a few additional changes in this follow up review.
Also, please make analogous changes to org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping and org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMappingTests.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…c/method/annotation/RequestMappingHandlerMapping.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
…c/method/annotation/RequestMappingHandlerMappingTests.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
…c/method/annotation/RequestMappingHandlerMappingTests.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
…c/method/annotation/RequestMappingHandlerMappingTests.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
…c/method/annotation/RequestMappingHandlerMappingTests.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
…c/method/annotation/RequestMappingHandlerMappingTests.java Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: Yongjun Hong <kevin0928@naver.com>
Signed-off-by: yongjunhong <yongjunh@apache.org>
Signed-off-by: yongjunhong <yongjunh@apache.org>
…related tests Signed-off-by: yongjunhong <yongjunh@apache.org>
Signed-off-by: yongjunhong <yongjunh@apache.org>
sbrannen
left a comment
There was a problem hiding this comment.
Thanks for making all of the requested changes. 👍
I think this PR looks pretty good now, and I'll review it once more in detail before merging it into main.
The requested change has already been made.
fixes#30938