bbc / dial-discovery-ios

Apache License 2.0
3 stars 2 forks source link

Bug: DIAL application_url '/' suffix handling #1

Open matt-hammond-001 opened 6 years ago

matt-hammond-001 commented 6 years ago

The DIAL specification clause 5.4 requires that the companion application should strip any existing trailing slash '/' on the Application-URL (before adding its own slash and the application name - e.g. '/' and 'HbbTV').

The current IOS application does not do this - it suffixes '/' and application name without removing any pre-existing slash.

matt-hammond-001 commented 6 years ago

Same bug as bbc/dvbcss-synckit-ios#2