gdombiak / OctoPrint-OctoPod

OctoPod plugin for OctoPrint. Used for sending real time push notifications
Apache License 2.0
70 stars 12 forks source link

Requests to APNS proxy server may use improper URL address #134

Closed gdombiak closed 2 years ago

gdombiak commented 2 years ago

By default server url is http://octopodprint.com/ which has a trailing /. When this is combined with a path that starts with / we will end up with double /. APNS proxy server has been handling this case but future updates to Spring Boot 2.6 will start returning 404 and users won't be able to send notifications.

I will wait for users to update to 0.3.12 or later before updating APNS proxy server to Spring boot 2.6.