aws / aws/aws-lambda-java-libs

API Gateway Proxy: headers are case sensitive

オープン
#220 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
548
フォーク
241
平均マージ
2日 5分
マージ済み PR(30日)
11

説明

By standard headers is case insensitive, but `APIGatewayProxyRequestEvent` is instantiated using a regular Map (probably a Hashmap) which causes headers to be case sensitive. I couldn't find the code where it is instantiated, so Idk exactly what is going on there.

This is a similar problem, but for Go language: https://github.com/aws/aws-lambda-go/issues/117

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。