openshift / jenkins-openshift-login-plugin

A plugin for integrating OpenShift OAuth into Jenkins
Apache License 2.0
22 stars 53 forks source link

MalFormedURLException, although URL is valid #210

Open leprovokateur opened 2 months ago

leprovokateur commented 2 months ago

Hi,

I am using the plugin in version 1.1.0.248.v1908df5c4f5e and get the following Exception:

2024-07-18 19:01:53 WARNING hudson.init.impl.InstallUncaughtExceptionHandler handleException Caught unhandled exception with ID 4644b034-4031-4efe-b0e8-e9edddf8926d java.net.MalformedURLException: invalid redirect https://jenkins.a.corp/ at org.openshift.jenkins.plugins.openshiftlogin.OpenShiftOAuth2SecurityRealm.doCommenceLogin(OpenShiftOAuth2SecurityRealm.java:1078)

Jenkins is in version 2.440.3. With the plugin in version 1.1.0.227.v27e08dfb_1a_20 everything works.

What is the issue here?

Best regards, Robert