Remote attribute-filter.xml not updating after upgrading
Kaspar Brand
kaspar.brand at switch.ch
Thu Sep 3 11:08:17 EDT 2015
On 02.09.15 09:02, Kaspar Brand wrote:
> From what I understood from Brent's analysis [2], the issue is triggered
> by this specific way of calling the SSLSocketFactory:
>
> http://svn.shibboleth.net/view/java-openws/tags/1.5.5/src/main/java/org/opensaml/ws/soap/client/http/TLSProtocolSocketFactory.java?revision=477&view=markup#l188
>
> but as far as I remember, the [FileBacked]HttpResource is not using this
> factory, so I'm quite puzzled as to why the timeout setting changes
> would trigger a different way of creating the socket (?!).
Puzzle solved, meanwhile: [FileBacked]HttpResource also uses the
TLSProtocolSocketFactory as of IdP v2.4.1, due to [1].
Consequently, the timeout setting change in OpenWS 1.5.5 triggers the
"else { ..." block in the code referenced above, and in the end it comes
as no surprise that with IdP v2.4.4, [2] is an issue for attribute
filter downloads as well.
Kaspar
[1] http://svn.shibboleth.net/view/java-opensaml2?view=revision&revision=1666
[2] http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8132662
More information about the users
mailing list