Bug 300 - calling id method with phantom client shoudn't crash
: calling id method with phantom client shoudn't crash
Status: RESOLVED WONTFIX
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: unspecified
: PC All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-05-06 18:15 UTC by KDF
Modified: 2004-12-22 10:34 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2004-05-06 18:15:43 UTC
There are times when the web iu could let a user trigger a $client->id call
before  the clients have re-connected after a server restart.  Calling
$client-id should avoid crashing the server, if possible, when the $client
doesn't exist.  The same should apply for any method used on a client.
Comment 1 KDF 2004-12-22 10:34:53 UTC
this is something that cannot be fixed since we're basically dumping Perl off a
cliff by calling a method for something that doesn't exist.