mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 16:45:55 +03:00
[GH-ISSUE #8] some fritz boxes only can handle 1 update url #7
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/8
ThomasWaldmann wrote:
My fritzbox 6360 from "Kabel BW" (Fritz!OS 05.50) can only handle 1 URL.
if one enters 2 URLs, separated by a space, this happens:
It works correctly with 1 URL, so documentation should get updated to first try 1 URL only and the 2 URLs for fritz boxes.
If it works ok for 1, and does 404 (see fritzbox log) for 2, it can't handle 2.
@ThomasWaldmann commented on GitHub (Oct 22, 2013):
ThomasWaldmann wrote:
the fritzbox 6360 works correctly.
due to copy&paste, there was a leading blank at the begining of the urls field.
as the fritzbox firmware does not strip leading/trailing blanks, and only splits on first blank, it goes totally wrong in that case...
@ThomasWaldmann commented on GitHub (Oct 22, 2013):
ThomasWaldmann wrote:
hmm, if one selects the text line with a double click, it looks ok, one does not see a leading blank.
but if one copies & pastes that, it is there.
in the html, there is leading whitespace, maybe that matters - try to avoid that.
@ThomasWaldmann commented on GitHub (Oct 22, 2013):
ThomasWaldmann wrote:
fixed the html in the new organization repo, copy&paste now does not sneak in leading/trailing blanks any more.