Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 14:55 UTC
Updated:
17 Jul 2009 at 05:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
deekayen commentedThis patch takes the remote field from an undefined maxlength that appears to default to 128 to 1024. I picked 1024 based on the limits of HTML 3 specs, and old versions of IE3 and Opera for GET limits.
Comment #2
gordon commentedI was thinking about this one this morning and really the remote field should not have any limit.
Having a limit of 1024 is good, but it looks kludgy.
Comment #3
gordon commentedHere is a new patch which disables the maximum length for this field.
Basically it explicitly sets the #maxlength to NULL so the maxlength attribute on the input field is not set at all.
Comment #4
deekayen commentedI agree with #3, but I think there are limitations beyond our control like 2083 characters in IE.
Comment #5
dries commentedCommitted to CVS HEAD.