Skip to content

Commit ae87dfd

Browse files
committed
Formatter
1 parent 32f9dc4 commit ae87dfd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/main/java/saml/SAMLService.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package saml;
22

3-
import lombok.SneakyThrows;
43
import org.opensaml.saml.saml2.core.*;
54
import org.opensaml.saml.saml2.metadata.EntityDescriptor;
65
import org.opensaml.security.credential.Credential;

src/test/java/saml/DefaultSAMLServiceTest.java

-5
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,10 @@ void createAuthnRequest() {
325325
* - Wrapped content with/without signature
326326
* - Wrapped content in Object / RequestedAuthnContext
327327
* - Processed content with equal/modified/missing ID
328-
*
329328
* This leads to 12 different message combinations.
330329
* The destination in every message is modified to hackmanit.de.
331-
*
332330
* If any of the message is successfully validated AND hackmanit.de is processed as a valid destination,
333331
* the test fails.
334-
*
335332
* Note that all messages were generated statically so there is a need for an update once the keys/certs
336333
* are updated.
337334
*/
@@ -346,9 +343,7 @@ void testSignatureWrappingAttacks() {
346343

347344
/**
348345
* Tests for node splitting attacks with CDATA and comments.
349-
*
350346
* If any of the message is successfully split the issuer text content, an error is thrown.
351-
*
352347
* Note that all messages were generated statically so there is a need for an update once the keys/certs
353348
* are updated.
354349
*/

0 commit comments

Comments
 (0)