-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Closed
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Phil Webb opened SPR-14826 and commented
Originally discovered as part of spring-projects/spring-boot#7174
If two resolvable types are created from different fields, but would ultimately yield the same result they are currently not considered equal. This is because the method uses this.typeProvider.getSource()
, I wonder if it should instead use this.typeProvider.getType()
?
Affects: 4.3.3
Issue Links:
- DispatcherHandler invoke wrong method when discriminating request with params [SPR-16210] #20758 DispatcherHandler invoke wrong method when discriminating request with params
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement