Skip to content

Commit 7c401d1

Browse files
predic8t-burch
andauthored
Fix html escaping (#2145)
* refactor: minor * refactor: set for scopes instead of lists * refactor: set for scopes instead of lists * docs: for reference * docs: for reference * refactor: minor * fix: escaping --------- Co-authored-by: t-burch <119930761+t-burch@users.noreply.github.com>
1 parent 311e5c6 commit 7c401d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/predic8/membrane/core/interceptor/apikey/ApiKeysInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* &lt;api&gt;
4141
* &lt;apiKey required="true"&gt;
4242
* &lt;!-- one or more key stores --&gt;
43-
* &lt;.../ &gt;
43+
* ...
4444
*
4545
* &lt;!-- optional: customize extraction (header/query) --&gt;
4646
* &lt;headerExtractor name="X-Api-Key"/&gt;

0 commit comments

Comments
 (0)