Fix Issue # 195 : BaseValidationRule.assertValid(String context, String ...#1
Merged
chrisisbeef merged 6 commits intomasterfrom Apr 27, 2015
unknown repository
8000
Merged
Fix Issue # 195 : BaseValidationRule.assertValid(String context, String ...#1chrisisbeef merged 6 commits intomasterfrom unknown repository
chrisisbeef merged 6 commits intomasterfrom
unknown repository
Conversation
…ng input) causes NPE if input is not valid. Made changes as required, also getvalid(string,string) should be called instead. Could not test the changes. Let me know if the error persists. Contact : karansanwal@gmail.com
This was referenced Nov 13, 2014
Closed
Member
|
You should be able to use the existing tests as a guide for your test. The test should ensure that the bug is reproduced (test fails) before your fix is applied and after your fix is applied the test should pass. |
A minor mistake in previous commit
…nto kara-master
Issue 195 : Junit Tests. Credits to quest313. (Thanks!)
chrisisbeef
added a commit
that referenced
this pull request
Apr 27, 2015
Fix Issue # 195 : BaseValidationRule.assertValid(String context, String ...
kwwall
pushed a commit
that referenced
this pull request
Dec 30, 2015
Merge of ESAPI/esapi-java-legacy into demkada/esapi-java-legacy
xeno6696
pushed a commit
to xeno6696/esapi-java-legacy
that referenced
this pull request
Jun 27, 2025
Initial code to disable encodeForSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...input) causes NPE if input is not valid.
Made changes as required, also getvalid(string,string) should be called instead.
Could not test the changes.
Let me know if the error persists.
Contact : karansanwal@gmail.com