Skip to content

Commit

Permalink
SHIBUI-2637 updated from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Jul 24, 2024
1 parent 62457d9 commit 759051b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class ShibUIConfiguration {
private RestTemplate restTemplate;

@Bean
public RestTemplate dangerousRestTemplate() throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException {
public RestTemplate restTemplate() throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException {
HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
public boolean verify(String hostname, SSLSession session) {
return true;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=shibui
group=edu.internet2.tier.shibboleth.admin.ui
version=2.1.0-SNAPSHOT
version=2.0.1-SNAPSHOT

### library versions ###
## As of 2-23-23
Expand Down

0 comments on commit 759051b

Please sign in to comment.