Picolab / pico-pods

Linking picos to Solid pods
0 stars 0 forks source link

Add Support for Query Parameters in File URLs #26

Open keylanjensen opened 5 months ago

keylanjensen commented 5 months ago

File names are currently acquired by splitting the destination URL at the last slash and taking the right portion of that split. This unfortunately includes any query parameters in the URL which can cause issues and needs cleaning.