[ 
https://issues.apache.org/jira/browse/IGNITE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16468174#comment-16468174
 ] 

Roman Shtykh edited comment on IGNITE-8439 at 5/9/18 12:51 AM:
---------------------------------------------------------------

[~agura] Ok, I will merge it to the master branch. At least, it fixes the 
problem. And whoever has time for refactoring it can do it.

Can you please create another issue for refactoring?


was (Author: roman_s):
[~agura] Ok, I will merge it to the master branch. At least, it fixes the 
problem. And whoever has time for refactoring it can do it.

> IGNITE_JETTY_HOST doesn't work (never has probably)
> ---------------------------------------------------
>
>                 Key: IGNITE-8439
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8439
>             Project: Ignite
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 2.4
>            Reporter: Paul Anderson
>            Assignee: Roman Shtykh
>            Priority: Major
>
> GridJettyRestProtocol.java
>  
>  public void start(GridRestProtocolHandler hnd)
> ...
> System.setProperty(IGNITE_JETTY_HOST, locHost.getHostAddress())
> ...
> should be
>  if(System.getProperty(IGNITE_JETTY_HOST)==null) 
> System.setProperty(IGNITE_JETTY_HOST, locHost.getHostAddress());



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to