You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/09/10 16:42:23 UTC

DO NOT REPLY [Bug 12482] New: - Adding email to signature produces incorrect url.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12482>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12482

Adding email to signature produces incorrect url.

           Summary: Adding email to signature produces incorrect url.
           Product: Apache httpd-1.3
           Version: 1.3.26
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: httpd@cipri.com


>From httpd.conf:
#     
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (error documents, FTP directory listings,
# mod_status and mod_info output etc., but not CGI generated documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of:  On | Off | EMail
# 
ServerSignature Email


With this setting to ``Email'', the following link is produced in a 
ServerSignature:
(HTML translated to [])

[HR]
[ADDRESS]Apache/1.3.26 Server at [A HREF=\"mailto:webmaster@cipri.com\"]
www.cipri.com[/A] Port 80[/ADDRESS]

Due to the \", the browser will parse this into the following URL: 
http://www.cipri.com/"mailto:webmaster@cipri.com/", or
the same link with URL-Encoding, dependand upon the browser used.

With the \ removed, the problem should be solved.

This doesn't happen with generated directory listings, only with errors so far.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org