New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Wizard: Fix endless loop trying to request .../images/brand... #122
Conversation
…anding/DNN_logo.png when IIS "Anonymous Authentication Identity" has no read permission on file system
I've created Jira ticket DNN-5561 (https://dnntracker.atlassian.net/browse/DNN-5561) |
thanks Jan - can you please assign yourself to the ticket to ensure that no-one else accidentally works on (FYI the recommended process can be read at https://github.com/dnnsoftware/Dnn.Platform/blob/master/CONTRIBUTING.md ) |
Unfortunately, I do not have the JIRA permission to assign the ticket to me or to start progress... |
odd - we did have a jira issue with a recent upgrade that Atlassian have resolved. We kicked off a reindex of the users to ensure they got the new profiles, so perhaps try logging out then back in again. If that doesn't help, I'll check with our Jira admin and see if I can track down the issue (it may be that the permission has never been in place as many of the pull requests are done by MVP's and they have more permissions than normal Jira users) |
Tried to logout and login again... same problem: I'm not able to change the ticket assignee. |
Hi Jan. You do not have a role in which you can be assigned a task. Only a select few people outside of DNN Corp have this role. However, you can state in the JIRA comments section that you are working on a fix for this issue and that you will advise when done. Any watcher will see your comment and know to take the JIRA to the next step in the workflow. Thanks, in advance, for your contribution! |
Thanks Bob for your feedback. |
Great! Adding a comment to JIRA and assigning to Cathal would be helpful. I’ve copied him here so he knows. Thanx! -Bob BOB KRUGER m +1 408-421-8153 On Jul 5, 2014, at 2:32 AM, janjonas <notifications@github.commailto:notifications@github.com> wrote: Thanks Bob for your feedback. — |
Jan - you don't need to do anything else. Historically many of the pull requests were by MVP's who had the ability to assign themselves, but we've amended the process to just ask user's to add a comment to note that a pull request is forthcoming (or already there). We will have our standard pull-request review meeting next week and process the change then. Thanks |
…e. adding protection extension
merging into 7.3.2 |
Installation Wizard: Fix endless loop trying to request .../images/brand...
CK Editor: Browser - Taking a long time to load
If the IIS "Anonymous Authentication Identity" has no read permission on file system there is an endless loop in the Installation Wizard that tries to load the file /images/branding/DNN_logo.png again and again. In detail, the onerror trigger for the banner image is fired, the handler changes the image source and the onerror trigger is fired again.
Of course the installation is completely broken (as described here http://blog.janjonas.net/2014-07-02/dotnetnuke-fix-broken-installation-wizard) but this endless loop makes it hard to debug because the browser console is flooded and it seems, that the page does not stop loading (tested in Firefox 30).