Opened 17 years ago
Closed 17 years ago
#7969 closed (fixed)
URLField rejects valid local domain URLs
| Reported by: | sime | Owned by: | nobody |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Valid local URLs such as http://localhost/ are rejected by URLField. Shouldn't we allow them?
Change History (3)
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
comment:2 by , 17 years ago
| Component: | Database wrapper → Forms |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Since [6152] localhost is explicitly tested for as good.