File tree 2 files changed +1
-2
lines changed
config/src/test/java/org/springframework/security/config/http
samples/xml/openid/src/main/webapp/WEB-INF
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ public void requestWhenUsingHpkpReportUriThenIncludesHpkpHeaderAccordingly()
501
501
.andExpect (status ().isOk ())
502
502
.andExpect (header ().string (
503
503
"Public-Key-Pins-Report-Only" ,
504
- "max-age=5184000 ; pin-sha256=\" d6qzRu9zOECb90Uez27xWltNsj0e1Md7GkYYkVoZWmM=\" ; report-uri=\" http ://example.net/pkp-report\" " ))
504
+ "max-age=5184000 ; pin-sha256=\" d6qzRu9zOECb90Uez27xWltNsj0e1Md7GkYYkVoZWmM=\" ; report-uri=\" https ://example.net/pkp-report\" " ))
505
505
.andExpect (excludesDefaults ());
506
506
}
507
507
Original file line number Diff line number Diff line change 54
54
<!--
55
55
<user-service id="userService">
56
56
<user name="https://luke.taylor.myopenid.com/" authorities="ROLE_SUPERVISOR,ROLE_USER" />
57
- <user name="http://luke.taylor.openid.cn/" authorities="ROLE_SUPERVISOR,ROLE_USER" />
58
57
<user name="https://raykrueger.blogspot.com/" authorities="ROLE_SUPERVISOR,ROLE_USER" />
59
58
<user name="https://spring.security.test.myopenid.com/" authorities="ROLE_SUPERVISOR,ROLE_USER" />
60
59
</user-service>
You can’t perform that action at this time.
0 commit comments