When creating a Link that points to https://www.google.com/search?q=drupal, visitors are redirected to https://mysitename.com/drupal instead.

As an administrator, the Link displays as "https://www.google.com/search?q=drupal", and the link works. It only fails on a visitor redirect.

In the database, field_data_field_url.field_url_url looks correct - "https://www.google.com/search?q=drupal". It appears to be an issue on how it's parsed when requested by anonymous visitors.

Comments

peterjnelson created an issue. See original summary.

knvc’s picture

This issue is similar to this issue.

DamienMcKenna’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Issue tags: -query string, -redirects +Needs tests