brian7704/OpenTAKServer

Don't allow the @ character in passwords

brian7704 opened this issue · 0 comments

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.