When inserting urls with commas in query string, they are converted in %2C, and link does not work.
Probably it happens to other special chars too.

Comments

frayber created an issue. See original summary.

shailesh.bhosale’s picture

Hi @frayber,

I am not able to reproduce this on 7.x-1.4 version. The link work perfectly fine. Please share if you have some specific step to reproduce. Else we can close the issue as cannot reproduce.

Thanks

elenat82’s picture

Hi @frayber and @shailesh.bhosale,

I think I have the same issue after upgrading from 7.x-1.3 to 7.x-1.4 version.

I have some links to internal paths containing letters with accents and these letters are replaced with tokens, for example "path/with/à" becomes "path/with/%25C3%25A0" thus my links don't work anymore.

I had the same problem with anchor tags, for example "path#anchor" was replaced with "path%23anchor". I managed to solve this issue using the solution provided here https://www.drupal.org/node/2668608#comment-10907166.

But how to deal with links with both anchor tags and letters with accents?

BigEd’s picture

I had this issue:

The module was updated in January and I had a lot of fields which were scraped data URLs from an old system. The URLS had %252c in the URL as the old Oracle system didn't handle the comma. This worked fine then the module was updated in January, somewhere along the lines my data was corrected in the data to use the comma.

Unfortunately, this left the old version in the field cache. Drupal clear cache and Drush cc all does NOT clear all the cache tables like you would think it might.

To fix this I need to FLUSH the table cache_field once I had done this the field links worked fine.

renatog’s picture

Assigned: Unassigned » renatog
Issue tags: +ciandt-contrib
renatog’s picture

Status: Active » Fixed

Hi people.

The error continues for you @elenat82?

I did the test here and it's works normal for me too.

Did you test steps that @biged recommended?

If you have any problems you can contact, okay?

Good Work and Good Weekend.

Regards.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.