Conversation
…lable in Spring5, not Spring4
…st from the previous commit
…PI support where we have a query string key, followed by a value declarator (=), but then no value
…he HTTP API query string parsing
jogep
pushed a commit
to jogep/aws-serverless-java-container
that referenced
this pull request
Dec 8, 2020
* fix: Adding pathParameters to v2 proxy event as reported in aws#358. * fix: Address JSON content type issue reported in aws#352 and aws#344 * fix: Fixed bug caught by integration tests for aws#352 * fix: Fix struts tests for the changes made for aws#352 * test: Attempting to replicate the issue reported in aws#342 * test: Reverting exception test in Spring package since it's only available in Spring5, not Spring4 * fix: Sigh, forgot to remove the import for the class that doesn't exist from the previous commit * fix: Addresses bug reported in query string parsing (aws#363) for HTTP API support where we have a query string key, followed by a value declarator (=), but then no value * chore: Update GitHub issue and PR templates * fix: Fixed issue reported by SpotBugs with the exception logging of the HTTP API query string parsing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available: This PR addresses issues #358, #355, #352, #344, and #363.
Description of changes: Bug fixes to be included in patch release 1.5.1. See issues linked above
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.