Closed Bug 724222 Opened 12 years ago Closed 12 years ago

View page info -> Security: doesn't show cookies were set for sites with ip:8080 address (see Firefox Bug 409174).

Categories

(SeaMonkey :: Page Info, defect)

defect
Not set
normal

Tracking

(seamonkey2.10 fixed)

RESOLVED FIXED
seamonkey2.10
Tracking Status
seamonkey2.10 --- fixed

People

(Reporter: philip.chee, Assigned: philip.chee)

Details

Attachments

(1 file)

q.v.
Bug 409174: View page info -> Security: doesn't show cookies were set for sites with ip:8080 address. 2008
  (Regression) Bug 435577 - Security tab broken for moz-icon or jar URIs.
Attached patch Patch v1.0Splinter Review
Tested with:
http://www.mozdev.org:8080/
and
moz-icon://.pdf?size=16

> +function hostHasCookies(uri) {
> +  var hostName;
> +  try {
> +    hostName = uri.asciiHost;
> +  }
> +  catch (e) {
> +  }

uri.asciiHost will throw for moz-icon:
Attachment #594414 - Flags: review?(iann_bugzilla)
Comment on attachment 594414 [details] [diff] [review]
Patch v1.0

In theory I should ask you to change the function arguments to aUri
r=me either way.
Attachment #594414 - Flags: review?(iann_bugzilla) → review+
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/9ff442d02f87
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.10
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: