rombert commented on code in PR #13:
URL: 
https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/13#discussion_r2007625658


##########
src/test/java/org/apache/sling/auth/oauth_client/OAuthUrisTest.java:
##########
@@ -44,17 +44,4 @@ void testRedirectUri() {
             .hasQuery("c=mock-oidc&redirect=/foo");
     }
 
-    @Test
-    void testRedirectUri_customPort_noRedirect() {
-        context.request().setServerPort(8080);
-        URI redirectUri = 
OAuthUris.getOAuthEntryPointUri(MockOidcConnection.DEFAULT_CONNECTION, 
context.request(), null);

Review Comment:
   No, I think it's fine for now to keep the current behaviour.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to