add-domain-email-setup-validation #74

Merged
hsh-michaelhoennig merged 8 commits from add-domain-email-setup-validation into master 2024-07-11 10:43:48 +02:00
No description provided.
hsh-michaelhoennig added 4 commits 2024-07-10 16:01:20 +02:00
hsh-michaelhoennig force-pushed add-domain-email-setup-validation from f0bb79ed49 to 197b6c4436 2024-07-11 09:02:20 +02:00 Compare
hsh-michaelhoennig added 2 commits 2024-07-11 10:09:16 +02:00
hsh-timotheuspokorra reviewed 2024-07-11 10:11:46 +02:00
@ -23,6 +23,9 @@ public class HostingAssetEntityValidatorRegistry {
register(DOMAIN_SETUP, new HsDomainSetupHostingAssetValidator());
register(DOMAIN_DNS_SETUP, new HsDomainDnsSetupHostingAssetValidator());
register(DOMAIN_HTTP_SETUP, new HsDomainHttpSetupHostingAssetValidator());
register(DOMAIN_SMTP_SETUP, new HsDomainEMailSubmissionSetupHostingAssetValidator());

auch kürzere Namen

auch kürzere Namen
hsh-michaelhoennig marked this conversation as resolved
hsh-timotheuspokorra reviewed 2024-07-11 10:12:53 +02:00
@ -0,0 +21,4 @@
@Override
protected Pattern identifierPattern(final HsHostingAssetEntity assetEntity) {
return Pattern.compile("^" + assetEntity.getParentAsset().getIdentifier() + Pattern.quote(IDENTIFIER_SUFFIX) + "$");

den ganzen Inhalt quoten

den ganzen Inhalt quoten
hsh-michaelhoennig marked this conversation as resolved
hsh-timotheuspokorra reviewed 2024-07-11 10:20:40 +02:00
@ -160,4 +166,32 @@ class HsDomainHttpSetupHostingAssetValidatorUnitTest {
"'DOMAIN_HTTP_SETUP:example.org|HTTP.config.subdomains' is expected to match any of [(?!-)[A-Za-z0-9-]{1,63}(?<!-)] but '@' does not match",
"'DOMAIN_HTTP_SETUP:example.org|HTTP.config.subdomains' is expected to match any of [(?!-)[A-Za-z0-9-]{1,63}(?<!-)] but 'example.com' does not match");
}

muss wieder raus

muss wieder raus
hsh-michaelhoennig marked this conversation as resolved
hsh-timotheuspokorra approved these changes 2024-07-11 10:20:58 +02:00
hsh-michaelhoennig force-pushed add-domain-email-setup-validation from e3159dcbdc to c85c05c40c 2024-07-11 10:43:23 +02:00 Compare
hsh-michaelhoennig merged commit 9d2692add3 into master 2024-07-11 10:43:48 +02:00
hsh-michaelhoennig deleted branch add-domain-email-setup-validation 2024-07-11 10:43:48 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#74
No description provided.