I added a comment at How to Debug/Monitor SMTP Communications?
However, sequence wise, I constructed the string using these steps:
- Typed:
[] - Pasted:
http://www.wireshark.org/download.html - Typed:
==> - Pasted:
http://www.wireshark.org/export.html
Problem: The Stack Overflow editor added the ] on to the url
http://www.wireshark.org/export.html giving
http://www.wireshark.org/export.html]
I can understand why it happened; yet, I'd call it a bug.
Of course, the simple solution would have been for me to insert a space
(http://www.wireshark.org/export.html ]), but the re-edit time limit had expired.
(Please note: I've not checked the RFCs, so ".html]" might be valid since ] is a valid ASCII character.)