-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Asynchronous Dispatch Logic in AwsAsyncContext with Spring's DispatcherServlet #631
Merged
Commits on Sep 7, 2023
-
Fix dispatch order issue in async request handling
Ensure post-processing logic is executed before re-dispatching during asynchronous request handling * SpringBootLambdaContainerHandler - Added logic within the handleRequest method to reprocess the request in cases where an asynchronous request requires re-dispatching. * AwsAsyncContext - Added an isDispatchStarted method that returns whether the dispatch has started or not. - Removed the part where doFilter is directly called within the dispatch function.
Configuration menu - View commit details
-
Copy full SHA for 4019c87 - Browse repository at this point
Copy the full SHA 4019c87View commit details -
Disable Servlet mapping tests of AwsAsyncContext
*AwsAsyncContextTest -Disabled servlet mapping tests as it no longer make servlet requests.
Configuration menu - View commit details
-
Copy full SHA for 14ae260 - Browse repository at this point
Copy the full SHA 14ae260View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0738e25 - Browse repository at this point
Copy the full SHA 0738e25View commit details
Commits on Sep 15, 2023
-
-Added jpaapp.JpaApplication for H2 and Spring Data JPA testing. -Excluded JPA auto-configuration from other test apps to prevent interference. -Implemented one async and one sync test case in JpaAppTest
Configuration menu - View commit details
-
Copy full SHA for 096c481 - Browse repository at this point
Copy the full SHA 096c481View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5615394 - Browse repository at this point
Copy the full SHA 5615394View commit details -
-get reqServlet before doFilter for redispatch
Configuration menu - View commit details
-
Copy full SHA for ab62529 - Browse repository at this point
Copy the full SHA ab62529View commit details -
-Added re-dispatch logic inside SpringLambdaContainerHandler's handleRequest
Configuration menu - View commit details
-
Copy full SHA for aa20391 - Browse repository at this point
Copy the full SHA aa20391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3047ca9 - Browse repository at this point
Copy the full SHA 3047ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1d5cf - Browse repository at this point
Copy the full SHA ff1d5cfView commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a10969 - Browse repository at this point
Copy the full SHA 4a10969View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36a6803 - Browse repository at this point
Copy the full SHA 36a6803View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98434dd - Browse repository at this point
Copy the full SHA 98434ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc53fa6 - Browse repository at this point
Copy the full SHA fc53fa6View commit details -
dispatch_sendsToCorrectServlet dispatchNewPath_sendsToCorrectServlet
Configuration menu - View commit details
-
Copy full SHA for 0982dc1 - Browse repository at this point
Copy the full SHA 0982dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 185dfef - Browse repository at this point
Copy the full SHA 185dfefView commit details
Commits on Jan 22, 2024
-
Remove AwsLambdaServletContainerHandler from AwsAsyncContext since it…
… is no longer dependent on AwsLambdaServletContainerHandler
Configuration menu - View commit details
-
Copy full SHA for 96b1a4a - Browse repository at this point
Copy the full SHA 96b1a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e628fb - Browse repository at this point
Copy the full SHA 4e628fbView commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fa314b - Browse repository at this point
Copy the full SHA 1fa314bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.