[
https://issues.apache.org/jira/browse/IGNITE-11086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16753723#comment-16753723
]
Ignite TC Bot commented on IGNITE-11086:
----------------------------------------
{panel:title=--> Run :: All: No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2910642&buildTypeId=IgniteTests24Java8_RunAll]
> IGNITE_REST_SECURITY_TOKEN_TIMEOUT parameter is set in deciseconds instead of
> seconds.
> --------------------------------------------------------------------------------------
>
> Key: IGNITE-11086
> URL: https://issues.apache.org/jira/browse/IGNITE-11086
> Project: Ignite
> Issue Type: Bug
> Components: rest
> Affects Versions: 2.7
> Reporter: Vitaliy Biryukov
> Assignee: Andrey Kalinin
> Priority: Major
> Labels: newbie
> Time Spent: 10m
> Remaining Estimate: 0h
>
> According to javaDoc IGNITE_REST_SECURITY_TOKEN_TIMEOUT should be set in
> seconds.
> Can be fixed by multiplying this parameter by 1000 instead of 100 in
> GridRestProcessor's constructor:
> {code:java}
> sesTokTtl =
> IgniteSystemProperties.getLong(IGNITE_REST_SECURITY_TOKEN_TIMEOUT,
> DFLT_SES_TOKEN_INVALIDATE_INTERVAL) * 100;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)