Menu

#9 URLs with spaces become malformed.

open
nobody
None
5
2012-12-10
2010-03-23
No

When an Link is added in the fckgeditor to a wiki page, that contains spaces (%20), the spaces (%20) gets transformed to %252520 and the link does not work because of this transformation.
I use the lastest version of fckglite (fckgLite-02.03.10-Mar_01-15_11.tgz)

Best Regards,
Matthias

Discussion

  • Myron Turner

    Myron Turner - 2010-03-27

    The %25 represents the percent sign and %2520 = %20. So if you are entering a url into the link tool then you should use the space character and not %20.

     
  • Matthias Martetschlaeger

    I tried your suggestion but it still does not work. Even if I enter the URL with a space instead of %20, I receive %2520 as resulting replacement.
    Original URL: "www.test.com/URL with Spaces/"
    Resulting URL: "http://www.test.com/URL%2520with%2520Spaces/"
    I used the latest version of fckgLite (Apr_08_16_39)

     
  • Myron Turner

    Myron Turner - 2010-12-09

    You can enter these directly into the page, using native Dokuwiki syntax:

    [[http://abc.com?id=efg xyz]]