You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by xero <mp...@gmail.com> on 2018/09/11 18:56:54 UTC

IgniteUtils enables strictPostRedirect in a static block

Hello Igniters,
We noticed that IgniteUtils class has a static initialization block (line
796 in version 2.6) in which System properties are being changed. In
particular, the property "http.strictPostRedirect" is set to "true".
This could change how an application behaves when referencing any class that
triggers this static block.

Is there any reason to have this property configured this way?

As a workaround we are forcing the initialization of this class in order to
override this property value back to false in a controlled way. We identify
that new version checker could be using this but, we would like to know if
disabling this property could cause any additional issue.

Any information would be appreciated

Thanks



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteUtils enables strictPostRedirect in a static block

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

I have a feeling that those lines were left there inadvertently. The
correct insertion of this prop is in GridUpdateNotifier class.

Can you file a ticket about this problem?

Regards,
-- 
Ilya Kasnacheev


вт, 18 сент. 2018 г. в 23:31, xero <mp...@gmail.com>:

> Hi,
> Does anyone have information about this?
>
> Thanks.
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: IgniteUtils enables strictPostRedirect in a static block

Posted by xero <mp...@gmail.com>.
Hi,
Does anyone have information about this?

Thanks.




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/