Skip to content

Commit

Permalink
Make it clear that wwsympa_url needs to include the protocol.
Browse files Browse the repository at this point in the history
This prevents confusion seen at:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929157#15
sympa-community#876 (comment)

Even better to have a format that checks whether it is a valid URL.
E.g. by feeding it to the URI module and verify that all vital parts
are present.
  • Loading branch information
racke committed Feb 7, 2021
1 parent 249bae4 commit bd24840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Sympa/Config/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4810,7 +4810,7 @@ our %pinfo = (
group => 'www_basic',
sample => 'https://web.example.org/sympa',
gettext_id => 'URL prefix of web interface',
gettext_comment => 'This is used to construct URLs of web interface.',
gettext_comment => 'This is used to construct URLs of web interface. The protocol (either https:// or http://) is required.',
},
wwsympa_url_local => {
context => [qw(domain site)],
Expand Down

0 comments on commit bd24840

Please sign in to comment.