https://bugzilla.wikimedia.org/show_bug.cgi?id=28962

       Web browser: Internet Explorer 6.x
             Bug #: 28962
           Summary: ajax calls with '.' not working in IE
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: duplicate...@googlemail.com
    Classification: Unclassified


Due to the security fix (bug 28534, bug 28639) all ajax calls with a '.' have
problems in IE:

- It is not possible to watch/unwatch a page with '.' (like skin.js/.css)
- Search suggestion shows no pages, if you search for a page with '.'
- the link insertion dialog (Extension WikiEditor) give no suggestion for links
with a '.'

solution:
- Encode the '.' in ajax requests (%2E)
- allow at least one '&' behind the '.' That does not helps for all ajax calls,
but some of them.

Thanks.

This is not bug 28840, because the bug tracks the problems with the ressource
loader (stylesheets, scripts).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to