1
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes to address #55. Added a new CognitoUserPoolPrincipal object that exposes claims from the token. Also added support for custom claims. More... over 7 years ago
Added the awaitInitialization() call as suggested in #71. More... over 7 years ago
Added init method call for filter, still cannot replicate #71 in local More... over 7 years ago
Upgraded to latest version of spark to try and address #71 More... over 7 years ago
Fixed issue with encoded form parameters and added unit test for it More... over 7 years ago
Initialize filterConfig to avoid NPE More... over 7 years ago
Added check to avoid NPE when mapping null request body. Addresses #70 More... almost 8 years ago
Moved execution of servlet to the filter chain to allow filters to halt execution. The servlet is injected in the chain by the FilterChainManager. This should fix the last issues with #65 and fix #66 More... almost 8 years ago
Still flying blind, move Spark filter initialization to constructor of the embedded server object More... almost 8 years ago
More minor changes to address build failres for spark. Still cannot replicate in local More... almost 8 years ago
Minor change to embedded server for Spark - running into a build issue I cannot replicate in local More... almost 8 years ago
Fixed tests that were failing because of pull request #65 More... almost 8 years ago
Merge branch 'ceefour-spring-boot' into servlet-improvements - pull request #65 More... almost 8 years ago
Proof-of-concept of Spring Boot, Servlet API, and Spring MVC support for AWS Lambda See https://github.com/spring-projects/spring-boot/issues/10136 More... almost 8 years ago
Bumping version in readme More... almost 8 years ago
[maven-release-plugin] prepare for next development iteration More... almost 8 years ago
[maven-release-plugin] prepare release aws-serverless-java-container-0.7 More... almost 8 years ago
Merge pull request #48 from eranation/patch-1 More... almost 8 years ago
rethrow exception instead of silently return More... almost 8 years ago
Merge pull request #61 from awslabs/spark-upgrade More... almost 8 years ago
Merge pull request #60 from awslabs/servlet-improvements More... almost 8 years ago
Fixed cookie unit test More... almost 8 years ago
Changed addCookie method not to return a Max-Age or Expires property if the maxAge is < 0. This is tested with a browser and should finally close #51 More... almost 8 years ago
Updated Spark version in sample application - final change for #42 More... almost 8 years ago
Upgrade to Spark 2.6.0 to address #42. Also moved Junit dependency from individual pom files to the main one. More... almost 8 years ago
Added logic to skip the Expires value if Max-Age is set to -1 in cookies. Based on the feedback on #51 More... almost 8 years ago
Additional unit tests. Also added a configuration parameter to specify whether multiple Set-Cookie headers should be consolidated into a single header - RFC2109 is not support in all clients but API Gateway can only return a single header per key. These changes try to address concerns in issue #51 More... almost 8 years ago
Switched jersey request reader to use a instead of instantiating a new URI directly. This addresses issue #59 More... almost 8 years ago
Added encoding charset to container config and changed and to return a decoded uri as per the servlet specs. This addresses issue #53 More... almost 8 years ago
changed the filter chain cache to only store FilterHolder object and return a new FilterChainHolder each time. This addresses issue #56 More... almost 8 years ago