unlimitedresource Posted October 26, 2017 Share Posted October 26, 2017 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 Link to comment Share on other sites More sharing options...
support Posted October 26, 2017 Share Posted October 26, 2017 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 Link to comment Share on other sites More sharing options...
unlimitedresource Posted October 26, 2017 Author Share Posted October 26, 2017 thanks, pointless un-cached traffic and log spam is the issue how much of a problem it is? well, just seems like bad configuration, a roundabout tracking method or a bug? Link to comment Share on other sites More sharing options...
support Posted October 26, 2017 Share Posted October 26, 2017 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 Link to comment Share on other sites More sharing options...
support Posted October 26, 2017 Share Posted October 26, 2017 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. Regards Click Studios Link to comment Share on other sites More sharing options...
support Posted October 30, 2017 Share Posted October 30, 2017 Hello unlimitedresource, Just a quick message to say today we've released a build (8146) which includes a fix for this issue. Full changelog for this can be found here: https://www.clickstudios.com.au/passwordstate-changelog.aspx Regards, Support. Link to comment Share on other sites More sharing options...
unlimitedresource Posted November 27, 2017 Author Share Posted November 27, 2017 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.. Link to comment Share on other sites More sharing options...
support Posted November 27, 2017 Share Posted November 27, 2017 Hi UnlimiitedResource, Could you emails us a copy of your web.config file to support@clickstudios.com.au and we'll take a look for any syntax errors that may be causing this. Regards, Support Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now