<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>17198</bug_id>
          
          <creation_ts>2008-02-06 11:27:14 -0800</creation_ts>
          <short_desc>KURL will mangle names in mailto URLs if they contain an @ sign</short_desc>
          <delta_ts>2023-05-22 03:37:28 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>37641</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Brett Wilson (Google)">brettw</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>annevk</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>69592</commentid>
    <comment_count>0</comment_count>
    <who name="Brett Wilson (Google)">brettw</who>
    <bug_when>2008-02-06 11:27:14 -0800</bug_when>
    <thetext>KURL searches for @ signs in mailto: URLs, and encodes the following text as a host name. This works for most common mailto URLs, but will break if I have a URL like this:

mailto:&quot;Mom @Work&quot; &lt;mom@work.com&gt;

The quotes and &lt;&gt; need to be escaped, so the real URL would look like this:
mailto:%22Mom%20@Work%22%20%3Cmom@work.com%3E

This is actually handled correctly by at least some mail agents, and if &quot;work&quot; contains any non-ASCII characters, they will be mangled.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1956888</commentid>
    <comment_count>1</comment_count>
    <who name="Anne van Kesteren">annevk</who>
    <bug_when>2023-05-22 03:37:28 -0700</bug_when>
    <thetext>KURL no longer exists.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>