Dennis Kieselhorst

Results 93 comments of Dennis Kieselhorst

Hi, thank you for your contribution. In my view instead of just cleaning up the petstore sample app it makes more sense to apply the changes also to the aws-serverless-java-container-jersey...

Thanks for your issue report. Could you please also attach the stacktrace for the NullPointerException you mentioned? What request do it need to trigger to reproduce the issue?

Thanks for the additional information. Just to confirm you are really using the 1.6 release as stated above? I'm a bit confused because line numbers don't really match: https://github.com/awslabs/aws-serverless-java-container/blob/aws-serverless-java-container-1.6/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/AwsProxyHttpServletRequest.java#L340

@karpagamvijayan I tried to reproduce the issue as described but the class you pasted doesn't work: `package com.sample.karpagam.vijayan.security does not exist` Would it be possible for you to provide a...

@nicofabre Would be great if you can submit a Pull Request for that. To do it you need to fork the repo first (see https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)

Until we finish the discussion for the fallback logic, I just added the missing properties for the next release and resolved the conflict in your branch accordingly.

Hi @shashikalagt, please add more details and fill out the issue template so that we are able to help you. Thanks!

Thanks for updating the issue with your findings. Take a look if the `x-forwarded` headers are correctly transmitted. You can modify the configuration as documented: https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.webserver.use-behind-a-proxy-server

Hi @rockey5520, sorry for the late response. Would you be willing to contribute a PR to address this issue? The source is located here: https://github.com/awslabs/aws-serverless-java-container/blob/master/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/model/ApiGatewayAuthorizerContext.java

Hi @rockey5520, we plan to release a 1.7 version soon and I'd like to include a fix for that. However looking at https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html scopes are part of jwt and we...