mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #581] SSID list does not escape HTML #484
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#484
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 @astfgl on GitHub (Apr 2, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/581
Basic Infos
A SSID containing HTML does not display correctly in list. May make AP name invisible and un-clickable.
Hardware
WiFimanager Branch/Release: Development
Esp8266/Esp32: Esp8266
Hardware: WeMos D1 Mini / ESP-12
Core Version: 2.4.0
Description
When a SSID has a name consisting of a HTML-looking tag, the access point may be unuseable. For example a name of <NULL> will not be visible in the list. The line for that access point is there, however there is nothing on the line which is clickable, and so the access point is not selectable.
Multiple SSID variants have been tested and all work with other CLI and graphical configuration tools on all platforms tested - Windows, Linux, Android, iOS, etc.
Settings in IDE
Module: Wemos D1 R2 & mini
Additional libraries: NIL
Sketch
Debug Messages
NIL
@tablatronix commented on GitHub (Apr 2, 2018):
Thanks I was meaning to add encoding/decoding/escaping to the lib and forgot to make an issue for it.
@tablatronix commented on GitHub (Apr 5, 2018):
give it a try now
added
@astfgl commented on GitHub (Apr 6, 2018):
Works perfectly! Thanks very much for the quick turnaround, much appreciated.