Bug 265396

Summary: Bugzilla rejects Phabricator URLs in See Also while claiming it accepts them.
Product: Services Reporter: Pau Amma <pauamma>
Component: Bug TrackerAssignee: Bugmeister <bugmeister>
Status: Closed Works As Intended    
Severity: Affects Only Me CC: grahamperrin, vidar
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266978

Description Pau Amma 2022-07-23 02:17:17 UTC
When trying to add https://reviews.freebsd.org/D24208/ to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245110, I got the following self-contradicting message:

https://reviews.freebsd.org/D24208/ is not a valid URL to a bug. See Also URLs should point to one of:
...
A review on reviews.freebsd.org.
...

I don't know which is wrong, the rejection or the message saying they're accepted (although I'd much prefer the rejection to be wrong), but either way they should be made consistent.
Comment 1 Vidar Karlsen 2022-08-13 09:41:13 UTC
It works without a trailing slash, which may or may not be caused by Phab throwing a 404 when there is a trailing slash.
Comment 2 Pau Amma 2022-08-13 10:35:46 UTC
(In reply to Vidar Karlsen from comment #1)

... uh. So it does.