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

ASF GitHub Bot commented on NIFI-3207:
--------------------------------------

Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/1334
  
    Thanks for the feedback. That button is present based on the users 
permission to modify the template [1]. Looking at the screenshot, the button 
has been added to the DOM so the permissions to the template are correct. I 
believe the button has just wrapped to the next line. Now the question is why 
has this happened.
    
    Let's try to eliminate one other simple possibility first. The templates 
page is loaded via an iframe. This can sometimes cause caching issues. 
Resources are cached according to URL so if you access the instance differently 
(different scheme, host, or port) when bypassing the proxy, this may be what's 
happening. Opening the templates page directly (outside of the iframe) will 
allow you to clear the cache. This doesn't happen reliably when loading through 
an iframe.
    
    Can you try popping the page out by clicking the arrow button next to the 
close 'X' in the upper right-hand corner of the shell? Once the page is in it's 
own page/tab can you clear the cache or do a hard refresh to see if that makes 
a difference?
    
    Thanks.
    
    [1] 
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/templates/nf-templates-table.js#L265


> Incorrect URI generated when replicating Template upload request
> ----------------------------------------------------------------
>
>                 Key: NIFI-3207
>                 URL: https://issues.apache.org/jira/browse/NIFI-3207
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> When replicating a request to upload a Template, the URI was being generated 
> with consideration for the proxy headers. However, these values are only 
> meant to be used in responses to clients, not during requests being 
> replicated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to