Skip to content

Commit b703ff9

Browse files
authored
Whitespace check-in (#789)
* Fix reference The LDAP reference we used was RFC 4515, not RFC 4513 * Whitespace check-in
1 parent 38977dc commit b703ff9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99
# NOTE: Ware aware the problems with ESAPI and Jakarta EE, so please do NOT create a new issue for that.
10-
To follow the status of that, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
10+
To follow the status of that, please see GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/768.
1111

1212
**Describe the bug**
1313
A clear and concise description of what the bug is.

scripts/esapi4java-core-TEMPLATE-release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Executive Summary: Important Things to Note for this Release
1616
@@@@ View previous release notes to see examples of what to put here. This is typical. YMMV.
1717
@@@@ Obviously, you should summarize any major changes / new features here.
1818
This is a patch release with the primary intent of updating some dependencies, some with known vulnerabilities. Details follow.
19-
@@@@ Provide a sentence or to
19+
@@@@ Provide a sentence or to
2020

2121
Notes if you are not updating from the immediate previous release. release ${PREV_VERSION}:
2222
* You need to read through the series of release notes FIRST, going in order.

src/main/java/org/owasp/esapi/logging/java/JavaLogFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* <li>Apply custom-code solution to set the system properties for the <i>java.util.logging.LogManager</i> at runtime. EG: <code>System.setProperty("java.util.logging.config.file", "/custom/file/path.properties");</code></li>
5454
* <li>Create a custom JavaLogFactory class in client project baseline and update the ESAPI.properties configuration to use that reference.</li>
5555
* </ol>
56-
*
56+
*
5757
* @see <a href="https://github.com/ESAPI/esapi-java-legacy/wiki/Configuration-Reference:-JavaLogFactory">ESAPI Uncyclo - Configuration Reference: JavaLogFactory</a>
5858
*
5959
*/

src/main/java/org/owasp/esapi/reference/DefaultHTTPUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void setResponse(HttpServletResponse newResponse) {
145145
static int maxFiles = 20; // Same as default in configuration/esapi/ESAPI.properties
146146

147147
static boolean fileUploadAllowAnonymousUsers = true;
148-
148+
149149
static {
150150
// OPENISSUE - Not sure if we should log this. I can throw because the
151151
// property is not set in ESAPI.properties, but it can also throw

src/test/java/org/owasp/esapi/logging/java/JavaLogFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void readConfiguration(InputStream ins) throws IOException, SecurityExcep
9898
System.clearProperty(propKey);
9999
} else {
100100
System.setProperty(propKey, sysDefault);
101-
}
101+
}
102102
}
103103
}
104104
@Test

0 commit comments

Comments
 (0)