Empty path components should be collapsed #109

Closed
opened 2017-09-28 22:20:53 -04:00 by jking · 1 comment
Owner

FeedReader appears to use double slashes when POSTing to NextCloud News. Presumably this is allowed by NCN; we should allow it, too.

"POST /index.php/apps/news/api/v1-2//folders HTTP/1.1" 501
"POST /index.php/apps/news/api/v1-2//feeds HTTP/1.1" 501
FeedReader appears to use double slashes when POSTing to NextCloud News. Presumably this is allowed by NCN; we should allow it, too. ``` "POST /index.php/apps/news/api/v1-2//folders HTTP/1.1" 501 "POST /index.php/apps/news/api/v1-2//feeds HTTP/1.1" 501 ```
jking added this to the 0.2.0 milestone 2017-09-28 22:20:53 -04:00
jking self-assigned this 2017-09-28 22:20:53 -04:00
jking removed this from the 0.2.0 milestone 2017-09-29 18:22:23 -04:00
Author
Owner

On second thought I would rather not make special cases in URL handling. I have instead submitted a pull request against FeedReader; the bug is in that code, and so the incompatibility should be fixed there.

On second thought I would rather not make special cases in URL handling. I have instead submitted [a pull request](https://github.com/jangernert/FeedReader/pull/553) against FeedReader; the bug is in that code, and so the incompatibility should be fixed there.
jking closed this issue 2017-09-29 18:23:45 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#109
No description provided.