Sorry, I hit enter and my email sent.
IoFilterChain filterChain = session.getFilterChain();
if (filterChain == null) {
throw new SSLException("No filter chain");
}
This isn’t necessary. I think we need to know more about OPs goals before
adding hacky workarounds.
On Thu, Jan 28, 2016 at 9:37 AM, Jon V. <[email protected]> wrote:
> Sounds to me like someone has a secondary filterchain they are trying to
> prime artificially.
>
> So then maybe this isn’t necessary?
>
>
>
> On Thu, Jan 28, 2016 at 9:34 AM, Emmanuel Lécharny <[email protected]>
> wrote:
>
>> Le 28/01/16 15:30, Jon V. a écrit :
>> > In what scenario would the SSL filter be attached but the session has no
>> > filterchain
>>
>> None that I know.
>>
>> It would not make any sense.
>>
>
>