Story #250
closedAllow dots "." in pulp-related objects
0%
Description
It would be great if pulp-related objects would allow for a "."
At best it will fail validation with something like:
"Validation Failed:
Name cannot contain characters other than alpha numerals, space,'_', '-'."
Updated by mhrivnak over 6 years ago
From a pulp perspective, this would mean allowing dots in repository IDs. I think that's likely impossible as long as we're using mongodb, unless we went to great lengths to somehow serialize and deserialize dots for particular fields.
Updated by bmbouter over 6 years ago
- Subject changed from [RFE] allow dots "." in pulp-related objects to Allow dots "." in pulp-related objects
- Description updated (diff)
mhrivnak: I agree we can't fix this bug. I think we should close it as WONTFIX and also comment on the downstream one indicating that it would need to wait for Pulp3.
Also can we unembargo this bug. It was only marked as private because it was imported from Bugzilla which preserved private status.
Updated by bmbouter over 6 years ago
- Private changed from Yes to No
Unembargoing after confirmation via IRC from another core dev
Updated by mhrivnak about 6 years ago
- Status changed from NEW to CLOSED - WONTFIX
We can consider coming back to this with pulp 3.