This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git


The following commit(s) were added to refs/heads/main by this push:
     new 796896f  URL must be valid
796896f is described below

commit 796896f36c770e2762ecc4e5fba36ab205dac1dc
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 8 00:10:40 2024 +0100

    URL must be valid
---
 html/404.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/html/404.html b/html/404.html
index e1039e1..431204c 100644
--- a/html/404.html
+++ b/html/404.html
@@ -17,6 +17,8 @@
         <p>
         As a work-round, this host will redirect such URLs to the first 
Personal URL found in 
         the user's LDAP record (ignoring URLs which refer to home.apache.org 
or people.apache.org).
+        <br>
+        The URL must start with 'http://' or 'https://'.
         </p>
     </body>
 </html>

Reply via email to