File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/codehaus/plexus/components/secdispatcher/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ void detection() {
131
131
assertFalse (
132
132
secDispatcher .isEncryptedString ("Oleg was here {12345678901234567890123456789012345678901234567890}" ));
133
133
assertTrue (secDispatcher .isLegacyEncryptedString (
134
- "Oleg was here {12345678901234567890123456789012345678901234567890} " ));
134
+ "{12345678901234567890123456789012345678901234567890} Oleg was here" ));
135
135
assertTrue (secDispatcher .isLegacyEncryptedString (
136
- "Oleg was here {12345678901234567890123456789012345678901234567890}" ));
136
+ "Oleg {12345678901234567890123456789012345678901234567890} was here " ));
137
137
138
138
// contains {} in the middle
139
139
assertFalse (secDispatcher .isEncryptedString ("{KDvsYOFLlX{}gH4LU8tvpzAGg5otiosZXvfdQq0yO86LU=}" ));
You can’t perform that action at this time.
0 commit comments