You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2015/06/30 18:41:04 UTC

[jira] [Created] (AMBARI-12223) Views: Don't cache URL stream provider in view context

Tom Beerbower created AMBARI-12223:
--------------------------------------

             Summary: Views: Don't cache URL stream provider in view context
                 Key: AMBARI-12223
                 URL: https://issues.apache.org/jira/browse/AMBARI-12223
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower
             Fix For: 2.1.0


The URLStreamProvider is currently cached in the ViewContext implementation. It is a problem if the associated HttpURLConnection times out because we have no way to refresh the connection. Instead, we should get a new URLStreamProvider for each request.



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