After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705587 - Fix UPnP Error code for CreateReference
Fix UPnP Error code for CreateReference
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-server
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-06 18:41 UTC by Parthiban Balasubramanian
Modified: 2013-08-18 05:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for fixing UPnP Error code- CreateReference (697 bytes, patch)
2013-08-06 18:41 UTC, Parthiban Balasubramanian
none Details | Review
Patch for fixing UPnP Error code- CreateReference (688 bytes, patch)
2013-08-13 13:51 UTC, Parthiban Balasubramanian
committed Details | Review

Description Parthiban Balasubramanian 2013-08-06 18:41:16 UTC
Created attachment 250997 [details] [review]
Patch for fixing UPnP Error code- CreateReference

Unimplemented action for CreateReference must be 400. Current implementation returns 0 instead of 400.
Comment 1 Jens Georg 2013-08-13 10:05:50 UTC
This doesn't seem to have any effect...
Comment 2 Parthiban Balasubramanian 2013-08-13 13:51:49 UTC
Created attachment 251500 [details] [review]
Patch for fixing UPnP Error code- CreateReference

UPnP Error code for unimplemented action is 602 based on guideline in UPnP-DeviceArchitecture-v1.1.
Comment 3 Parthiban Balasubramanian 2013-08-13 13:52:17 UTC
@Jens : This patch will not have any effect while running DLNA tests. This is just to be aligned to the recommended Error code for unimplemented action. My new patch has the correct code 602. Please ignore my previous patch with 400