This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DE388462- Special character handling on CSR generation
- Loading branch information
Rodrigo Reis
committed
Oct 22, 2018
1 parent
fc2efcd
commit d4bffa0
Showing
4 changed files
with
26 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,5 +287,10 @@ protected MockResponse registerDeviceResponse(RecordedRequest request) { | |
assertNotNull(getRecordRequest(GatewayDefaultDispatcher.CONNECT_DEVICE_RENEW)); | ||
} | ||
|
||
|
||
@Test | ||
public void testWithSpecialCharacterUserName() throws ExecutionException, InterruptedException { | ||
MASCallbackFuture<MASUser> callback = new MASCallbackFuture<>(); | ||
MASUser.login("admin!#$%&'*+-/=?^_`{|}[email protected]\"", "test".toCharArray(), callback); | ||
assertNotNull(callback.get()); | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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