Closed Bug 610249 Opened 14 years ago Closed 13 years ago

nsWebSocketEstablishedConnection should implement securityInfo attribute

Categories

(Core :: Networking: WebSockets, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: mayhemer, Assigned: mcmanus)

References

Details

I just discovered that nsWebSocketEstablishedConnection throws NS_NOT_IMPLEMENTED when accessing securityInfo readonly attribute though it keeps reference to the socket transport where from we can easily obtain the security info.

When the web socket instance is secure it reports it self as non-secure, I don't think it is a good idea.

If anybody doesn't object I'll implement the method properly.
in the websockets -06 patch, nsWebSocketEstablishedConnection no longer implements nsIChannel - so strictly speaking it makes this a nop.

That same patch introduces nsIWebSocketProtocol, which largely plays the role of what established connection used to do, and that idl does define and implement the securityInfo attribute.
Assignee: nobody → mcmanus
Status: UNCONFIRMED → ASSIGNED
Component: Networking → Networking: WebSockets
Depends on: 640003
Ever confirmed: true
QA Contact: networking → networking.websockets
fixed as part of 640003
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.