Commit bc0b129
merit\rembjo0
Adds # support in HttpRequest query string parsing
HttpRequest.getEncodedParameter() will now return the
corrent value for the last parameter before the #.
Example: foo=bar#ignore now returns 'bar' and not 'bar#ignore'
for the 'foo' parameter.1 parent b93d1df commit bc0b129
2 files changed
Lines changed: 11 additions & 1 deletion
File tree
- core/src
- main/java/com/onelogin/saml2/http
- test/java/com/onelogin/saml2/http
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
145 | 155 | | |
146 | 156 | | |
147 | 157 | | |
| |||
0 commit comments