Jump to content

Recommended Posts

Posted

when hovering over any tree view node ie password folders password  lists, hosts, passwordstate administration

 this triggers a http get for the png of the icon - which is already visible, is this by design?

 

Cache-Control:
max-age=0, no-cache, no-store, must-revalidate
 
initiator https://hostname/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM
 
Passwordstate Build Number : 8065
Chrome Version 61.0.3163.100
 
Posted

Hello,

 

This isn't our code doing this specifically, it is the ASP.NET Controls we are using from www.telerik.com

 

Is this causing you an issue of some kind? If it is, can you let us know what the issue is and we will log a support call with Telerik.

Regards

Click Studios

Posted

Hi,

 

Thanks for the feedback, and we prevent caching of all pages on our web site for security reasons i.e. prevent users clicking the Back button in browsers, etc.

If you can give us a little time, we'll see if it is the prevention of caching that's causing it, or something else - and we'll log a support call with Telerik if needed.

Regards

Click Studios

Posted

Hello unlimitedresource,

We've figured out it was the preventing of caching of all files causing this, and thankfully it's a relatively easy fix. We'll include this fix in the next release, but you can add it yourself now if you like.

 

In the web.config file (in the root of the Passwordstate folder), and the following 3 lines near the end of the file, like in the screenshot below.

 

    <staticContent>
      <clientCache cacheControlMode="NoControl"/>
    </staticContent>


Thanks for reporting this issue to us.

 

cache.png

 

Regards

Click Studios

  • 4 weeks later...
Posted

hey I 'm running 8165 now, with 

<staticContent>
        <clientCache cacheControlMode="NoControl"/>
        </staticContent>

 

the behavior is still the same, constant get's for the images when cursor is hovering..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...