Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please contact your JIRA administrator about this problem.

It is most likely caused by JIRA running within an Apache web server, with browser-specific compression. Roger Knudsen Unhjem kan du legge til litt generelle detaljer her på hva som må gjøres for å fikse det - evt. kan vi si at de må opprette en supportsak for å få mer hjelp hvis dette problemet skulle oppstå?by gzip compression on your frontend webserver. 

IE will then have some problems reading the json data thats is used in the Mapit plugin.
You could try to add the following to your mod_deflate config:

 

Code Block
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch ^Mozilla/5.0 no-gzip
If you have the line -> BrowserMatch bMSIE !no-gzip !gzip-only-text/html then remove it
 

 

Save config and restart the webserver.

If this did not help, please create a support ticket so we can help you!

Filter by label (Content by label)
showLabelsfalse
max5
spacesMAPKB
sortmodified
showSpacefalse
reversetrue
typepage
labelsIE browser apache internetexplorer compression

...