<?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>14962</bug_id>
          
          <creation_ts>2007-08-14 03:23:45 -0700</creation_ts>
          <short_desc>signed out when browsing categories on ebay.de</short_desc>
          <delta_ts>2007-11-03 23:44:35 -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>Page Loading</component>
          <version>419.x</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>3512</dup_id>
          
          <bug_file_loc>http://audio.listings.ebay.de</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Christian Eckert">checkert</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ddkilzer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2361</commentid>
    <comment_count>0</comment_count>
    <who name="Christian Eckert">checkert</who>
    <bug_when>2007-08-14 03:23:45 -0700</bug_when>
    <thetext>When signed in to www.ebay.de, every time a category listing is being loaded I get signed out. Both PPC and Intel versions of Safari (2.0.4, 419.3) are affected under 10.4. Works ok with Camino (Intel) under 10.4 and Safari (PPC) under 10.3. No problems like that at all are encountered on ebay.com or ebay.co.uk. The main adress &quot;listings.ebay.de&quot; seems to be functional, choosing a specific category listing (as mentioned in the URL field as an example) and clicking any provided link on the displayed page will end in being signed out. This makes Safari quite unusable with the german ebay pages, unfortunately.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2351</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-14 05:00:13 -0700</bug_when>
    <thetext>Have you tried using a WebKit nightly build?  (It doesn&apos;t require any installation--just download the DMG and run the app with the gold Safari icon.)

http://nightly.webkit.org/

You might also try the Safari 3 Public Beta for Mac OS X to see if that fixes the issue.

http://apple.com/safari/

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2352</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-14 05:04:13 -0700</bug_when>
    <thetext>This could also be related to a cookie issue (like Bug 3512).

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2353</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-14 05:12:33 -0700</bug_when>
    <thetext>Confirmed with a local debug build of WebKit r25066 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).  This definitely looks like a cookie-related issue.

Sorry, trying the WebKit nightly build or the Safari 3 Public Beta won&apos;t fix this issue (although it should improve your overall browsing experience if you&apos;d still like to try it).

Note that an ebay.com account works just fine for logging into ebay.de, which makes testing much easier!

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Go to URL:  http://www.ebay.de/
3. Click on the &quot;Einloggen&quot; (login) link.
4. Enter your ebay.com username and password, then click the &quot;Sicheres Einloggen &gt;&quot; button.
5. Click on a &quot;Kategorien&quot; (category) link on the left (like &quot;Baby&quot;).
6. Note that you&apos;re still logged in (&quot;Hallo, username&quot; by the eBay logo in the upper left).
7. Click on a sub-category link like &quot;Bettausstattung&quot;.

* RESULTS
Note that you&apos;re now logged out (&quot;Hallo! Einloggen oder Anmelden.&quot; by the eBay logo in the upper left).

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2346</commentid>
    <comment_count>4</comment_count>
    <who name="Christian Eckert">checkert</who>
    <bug_when>2007-08-14 05:17:46 -0700</bug_when>
    <thetext>(In reply to comment #1)
The latest nightly build shows the same effect (r25065), I was taking care of that before filing the bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2347</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-14 05:26:54 -0700</bug_when>
    <thetext>Unfortunately this is another case of Bug 3512.

Basically what happens is that a number of cookies are set for the &quot;.ebay.de&quot; domain, but Safari (using the Foundation framework) fails to send these cookies for domains with more than three parts (like &quot;baby.listings.ebay.de&quot;).  When this happens, the ebay.de site assumes you are not logged in, and sends new cookies back that effectively log you out by erasing your session cookies.  (Not sure if that made any sense, but it&apos;s what happens on a technical level.)

This is a known regression in Tiger (Mac OS X 10.4) that works in Panther (10.3) and is fixed again in Leopard (10.5).

If you would like to see this fixed for Tiger, I suggest you file a bug with Apple&apos;s internal bug tracking tool (Radar) using &lt;http://bugreport.apple.com/&gt;.  You may sign up for a free &quot;online&quot; account to log in using &lt;http://connect.apple.com/&gt;.



*** This bug has been marked as a duplicate of 3512 ***

*** This bug has been marked as a duplicate of 3512 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2307</commentid>
    <comment_count>6</comment_count>
    <who name="Christian Eckert">checkert</who>
    <bug_when>2007-08-14 15:03:43 -0700</bug_when>
    <thetext>David, thank you for investigating this bug. I will file it to be repaired in 10.4 though I don&apos;t think this will happen. Thank you for the kind and understandable explanation. Seems like Camino has to be preferred over Safari in this case. I will file the bug at bugreport.apple.com as soon as the website is up and running again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2277</commentid>
    <comment_count>7</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-15 05:42:59 -0700</bug_when>
    <thetext>For posterity, note that *EVERY* localized eBay site that uses the form &quot;ebay.cc&quot; (where &quot;cc&quot; is a two-character ISO country code) is affected by this bug.  And since you may use your eBay account on all of them to test, it&apos;s easy to verify this.

http://ebay.at/   [Austria]
http://ebay.ca/   [Canada]
http://ebay.de/   [Germany]
http://ebay.es/   [Spain]
http://ebay.fr/   [France]
http://ebay.ie/   [Ireland]
http://ebay.in/   [India]
http://ebay.it/   [Italy]
http://ebay.nl/   [The Netherlands]
http://ebay.pl/   [Poland]

And so on.

For Belgium&apos;s site (http://ebay.be/), you can&apos;t even log in due to this bug.  When accessing ebay.be, you must choose between French (http://www.befr.ebay.be/) and Dutch (http://www.benl.ebay.be/) languages.  After signing in, you&apos;re redirected to http://my.befr.ebay.be/ (French) or http://my.benl.ebay.be/ (Dutch), where Safari fails to send cookies due to this bug, after which the web site immediately logs you back out and returns you to the login page.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2183</commentid>
    <comment_count>8</comment_count>
    <who name="Christian Eckert">checkert</who>
    <bug_when>2007-08-16 00:49:49 -0700</bug_when>
    <thetext>This issue is filed in Radar as bug #5412143:

5412143 | international ebay sites can&apos;t be used with Safari | Mac OS X | Other Bug | 15-Aug-2007 05:33 AM | Open</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60217</commentid>
    <comment_count>9</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-11-03 23:44:35 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; This issue is filed in Radar as bug #5412143:
&gt; 
&gt; 5412143 | international ebay sites can&apos;t be used with Safari | Mac OS X | Other
&gt; Bug | 15-Aug-2007 05:33 AM | Open

Fixed in Mac OS X 10.5 Leopard.

</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>