• Resolved jpam02

    (@jpam02)


    The plugin seems to use urldecode() on the image path urls, but somehow the images still has the % symbol in them. For example:

    photo%2827of46%29.jpg

    The + sign “%2B” is removed, but other symbols do not seem to be removed/replaced.

    Could the plugin be modified to remove all url encodings?

    Let me know if I can provide any more details.

Viewing 1 replies (of 1 total)
  • Thread Starter jpam02

    (@jpam02)

    Ah, I figured out the issue for anyone who is interested:

    The URLs were double encoded.

    The image had “%2528″ which converted to ‘%28”, but then the result was:

    “photo%2827”

    “%2528” converts to “%28”, which converts to “(“

Viewing 1 replies (of 1 total)
  • The topic ‘URL decode’ is closed to new replies.