openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
aws-serverless-java-container
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 50 of 54
Search / Filter on:
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.
sapessi
More...
over 7 years ago
Added the awaitInitialization() call as suggested in #71.
sapessi
More...
over 7 years ago
Added init method call for filter, still cannot replicate #71 in local
sapessi
More...
over 7 years ago
Upgraded to latest version of spark to try and address #71
sapessi
More...
over 7 years ago
Fixed issue with encoded form parameters and added unit test for it
sapessi
More...
over 7 years ago
Initialize filterConfig to avoid NPE
Jim Ancona
More...
over 7 years ago
Added check to avoid NPE when mapping null request body. Addresses #70
sapessi
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
sapessi
More...
almost 8 years ago
Still flying blind, move Spark filter initialization to constructor of the embedded server object
sapessi
More...
almost 8 years ago
More minor changes to address build failres for spark. Still cannot replicate in local
sapessi
More...
almost 8 years ago
Minor change to embedded server for Spark - running into a build issue I cannot replicate in local
sapessi
More...
almost 8 years ago
Fixed tests that were failing because of pull request #65
sapessi
More...
almost 8 years ago
Merge branch 'ceefour-spring-boot' into servlet-improvements - pull request #65
sapessi
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
Hendy Irawan
More...
almost 8 years ago
Bumping version in readme
sapessi
More...
almost 8 years ago
[maven-release-plugin] prepare for next development iteration
sapessi
More...
almost 8 years ago
[maven-release-plugin] prepare release aws-serverless-java-container-0.7
sapessi
More...
almost 8 years ago
Merge pull request #48 from eranation/patch-1
Stefano Buliani
More...
almost 8 years ago
rethrow exception instead of silently return
Eran Medan
More...
almost 8 years ago
Merge pull request #61 from awslabs/spark-upgrade
Stefano Buliani
More...
almost 8 years ago
Merge pull request #60 from awslabs/servlet-improvements
Stefano Buliani
More...
almost 8 years ago
Fixed cookie unit test
sapessi
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
sapessi
More...
almost 8 years ago
Updated Spark version in sample application - final change for #42
sapessi
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.
sapessi
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
sapessi
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
sapessi
More...
almost 8 years ago
Switched jersey request reader to use a instead of instantiating a new URI directly. This addresses issue #59
sapessi
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
sapessi
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
sapessi
More...
almost 8 years ago
←
1
2
…
46
47
48
49
50
51
52
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree