Currently, attempting to enter urls longer than 128 characters is not allowed by the redirect form element. This is because the maxlength property of drupal textfield element is set to 128 by default, and Rabbit Hole doesn't specify anything different.

Since it's commonly accepted that all browsers support URLs up to about 2000 characters in length I propose we allow that.

Patch to follow.

CommentFileSizeAuthor
#2 rabbit_hole-allow_long_urls-2929474-2.patch583 bytesazinck

Comments

azinck created an issue. See original summary.

azinck’s picture

Status: Active » Needs review
StatusFileSize
new583 bytes
idebr’s picture

Status: Needs review » Reviewed & tested by the community

The patch applies correctly to 7.x-2.x and allows for redirect URLs longer than 128 characters.

caesius’s picture

This patch still works, still applies to the latest dev, and still is the solution to the issue we have with the need for long redirect URLs.

  • Matroskeen committed 1a7086d on 7.x-2.x authored by azinck
    Issue #2929474 by azinck: Can't enter redirect urls longer than 128...
matroskeen’s picture

Status: Reviewed & tested by the community » Fixed

I think it's fair enough, because this was already merged in to D8 version previously.
Thanks!

Status: Fixed » Closed (fixed)

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