brian7704 / OpenTAKServer

Yet another open source TAK Server for ATAK, iTAK, and WinTAK
GNU General Public License v3.0
64 stars 8 forks source link

Don't allow the @ character in passwords #22

Closed brian7704 closed 5 months ago

brian7704 commented 5 months ago

When viewing RTSP streams, the url is rtsp://username:password@serveraddress:8554/path. If there is an @ symbol in the password it will cause an invalid URL. Probably should also prohibit the semicolon for the same reason.