Commit c6da91d
* Bump release to new release number, 2.2.2.0.
* Fixed #517 and #588 with currently only one unit test failing.
* Fixed my pom.xml for #588 and #517
* Fixed an encoding bug that was causing an early truncation involving invalid escape sequences.
This was causing test input jeff\WILLIAMS to be converted to jeffWILLIAMS and then passing a
validation test that it should have been failing. Special thanks to Jeremiah Stacey for the root
cause analysis and repair. For #517 and #588.
Co-authored-by: kwwall <[email protected]>
Co-authored-by: xeno6696 <xeno6696[at]gmail.com>
1 parent e17ae39 commit c6da91d
File tree
6 files changed
+102
-46
lines changed- src
- main/java/org/owasp/esapi
- codecs
- reference/validation
- test
- java/org/owasp/esapi/reference
- resources/esapi
6 files changed
+102
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments