You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Wiktor Kubicki (Jira)" <ji...@apache.org> on 2022/01/21 10:18:00 UTC

[jira] [Created] (NIFI-9614) GUI redirect to /nifi/ should not be delayed

Wiktor Kubicki created NIFI-9614:
------------------------------------

             Summary: GUI redirect to /nifi/ should not be delayed
                 Key: NIFI-9614
                 URL: https://issues.apache.org/jira/browse/NIFI-9614
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core UI
    Affects Versions: 1.15.3
            Reporter: Wiktor Kubicki


When someone open nifi in browser withount putting path, sees:

 
{code:java}
Did you mean: /nifi
You may have mistyped... but we'll try to redirect you in 5 seconds.
{code}

This is helpfull, but are we supposed to wait 5 secunds? If we enter via browser i think info is not as neccecery to read it each time, and redirect should be instant. 

But if someone opens nifi via curl or something (for example trying to access to API) the info will be there anyway: they not run redirect.

I cannot find any valuable case when we should wait 5secund each time when we are too lazy to put /nifi at the end of url.

 

I think, redirect should be instantly.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)