Commit 4c1b6f1
committed
Changed encodeURL logic in servlet response
The encodeURL should only encode when it is necessary and it’s adding a
session id to the URL for browsers that do not support cookies. The
framework doesn’t support cookies or session tracking so changed the
methods to return the plain urls. This addresses issue #271 parent 463295d commit 4c1b6f1
File tree
1 file changed
+8
-4
lines changed- aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
105 | 108 | | |
106 | | - | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | | - | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments