-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Description
Fabio Tudone opened SPR-12484 and commented
I'm writing a new HandlerMethod dispatching transparently (asynchronously) on lightweight threads and I could reuse most of the existing ServletInvocableHandlerMethod and InvocableHandlerMethod, except invoke is private in the latter and can't be overridden, and invokeAndHandle is final in the first one (and so still can't be overridden).
Would it be possible to ease these restrictions so as to make it easier to reuse existing implementations?
Affects: 4.0.8, 4.1.2
Issue Links:
- Making it easier to replace "RequestMappingHandlerAdapter.handleInternal" [SPR-12460] #17065 Making it easier to replace "RequestMappingHandlerAdapter.handleInternal"
Referenced from: commits 2496d68, 90ae073
Backported to: 4.0.9
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement