-
Notifications
You must be signed in to change notification settings - Fork 60
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
on authorization change: WMS GetCapabilities should be forced reload for IE #27
Comments
a possible patch could be:
|
How can i apply the above patch to my OpenGeo Suite 4.0.1 on windows server 2012 |
there was actually a small error in the patch above, should be:
|
To apply just open up templates/composer.html from the WAR file and add an extra script tag after:
with the following contents:
|
Ok Bart, It was worked, but with one additional issue: When i logout and never login with any user and click on "Add Layer" toolbar button, i don't find any layer (ok, this is an expected good behavior) then when i login using any user i still don't find any layers to add until i log out again then relogin directly What is the issue? Thank you |
@M-abdelaziz I'm not seeing how the additional issue you describe is different from the original issue? Can you elaborate on the difference? |
Ok, after doing the changes composer.html, i perform the following experiment: 1- Open GeoExplorer using http://127.0.0.1:8080/geoexplorer. 5- Logout from "user1" and relogin with "user1" again; then i can see layer1. 6- Logout from "user1" and click on "Add Layer" toolbar button without login with any user; then i see nothing (that is OK). 7- Click on "Login" and enter "user1" with password "user1"; then click on "Add Layer" toolbar button ; then i still see nothing, (This is not ok). Note: I ask about points number 4 and 7 Thank you |
Any reply ? |
I haven't had time to look into this as yet |
I am sorry for disturbance Thank you for your efforts I’ll follow up your replies From: Bart van den Eijnden [mailto:[email protected]] I haven't had time to look into this as yet — Attention: This e-mail is privileged and confidential. If you are not the intended recipient please delete the message and notify the sender. Any views or opinions presented are solely those of the email sender. This email was scanned and has been certified virus free with the pattern file currently in use. This however cannot guarantee that it does not contain malicious content. Please consider the environmental impact before printing this document and its attachment(s). |
@M-abdelaziz I cannot reproduce this in IE9 Do you see any javascript errors or any pointers in IE developer tools (F12)? |
Also, what is the IE version you're testing on? |
IE 10 |
in IE 10 developer tools: When i login using any user i get the following error: SCRIPT5007: Unable to get property 'namespaceURI' of undefined or null reference |
which OpenGeo Suite version are you using? If you haven't done already, please use the 4.0.2 release instead of the 4.0.1 release, but still apply the patch as outlined in this ticket in composer.html |
In IE the WMSSource does not reload properly due to caching when the authorizationchange event is fired.
See: https://opengeo.zendesk.com/tickets/2302
The text was updated successfully, but these errors were encountered: