Commit 504197b
* 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.
* Fixing unit test to be windows/linux compatible #517 and #588.
* #588 reverted 9a84f83 and switched unit test to execute against a build-relative path that should exist no matter the OS.
* #588 Re-inserted unit test.
* #588 --> Living with failure on windows to keep build alive for the pipeline.
Co-authored-by: kwwall <[email protected]>
Co-authored-by: xeno6696 <xeno6696[at]gmail.com>
1 parent b8adf7f commit 504197b
File tree
2 files changed
+4
-3
lines changed- src/test
- java/org/owasp/esapi/reference
- resources/esapi
2 files changed
+4
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
377 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
0 commit comments