Index: WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml =================================================================== diff -u -r59055 -r59347 --- WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 59055) +++ WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder.cls.xml (.../Decrypteerder.cls.xml) (revision 59347) @@ -275,6 +275,14 @@ Set ..Response.IsGeldig = $$$True Set Resultaat = ..Response.IsGeldig + } ElseIf (##class(TECH.StringUtils).Contains(##class(TECH.StringUtils).ToLower(DecrypteerRequest.Hostname), "hahleoy")) { + Set ..Response.PersonalityId = Personality.HahleOy + Set ..Response.Taal = ##class(DOM.enu.Taal).Engels() + Set ..Response.IsContactGegevensFormulierNodig = $$$False + Set ..Response.IsLoginFormulierNodig = $$$False + Set ..Response.IsGeldig = $$$True + + Set Resultaat = ..Response.IsGeldig } ElseIf (DecrypteerRequest.Hostname = "") { Set ..Response.IsGeldig = $$$False } ElseIf ((DecrypteerRequest.Ref = "") && $$$Not(##class(TECH.StringUtils).Equals(DecrypteerRequest.Header.PersonalityId,Personality.Hein,Personality.Seefelder,Personality.Zweygart,Personality.JBarth))) { Index: vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/HahleOy.cls.xml =================================================================== diff -u --- vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/HahleOy.cls.xml (revision 0) +++ vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Test/HahleOy.cls.xml (revision 59347) @@ -0,0 +1,101 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + + + + + + +