System.out.println("URL 1:" + url); var connection = DriverManager.getConnection(url, user, password); System.out.println("URL 2:" + connection.getMetaData().getURL ...
My CAS client webapp (redirect.php) is behind a reverse proxy. Its public URL is different from its internal one. Moreover, the public URL is under https but its internal is under http. In brief, ...