xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 90 forks source link

SSP: handle creatives without extensions when saving via URL #327

Closed dasgarner closed 1 month ago

dasgarner commented 3 months ago

If the SSP is configured to use fileName saving (likely because there isn't a creative id provided), we save the file using the last segment of the URL.

When we do that, we do not check that it has an extension.

We handled no extension when saving by creative ID here (#279)