If you add a comment with a URL that links to a question, and the question has square brackets in the title, then the auto-generated link code breaks.

This is because the square brackets in the title aren't escaped.

Edit: It seems this bug occurs when linking in the close-as-duplicate page. The auto-generated comment is the problem.

Example: How to create ArrayList (ArrayList<T>) from array (T[]) in Java

The auto-generated code from within a question doesn't seem to break.

share|improve this question
Same Example: stackoverflow.com/questions/157944/… – Merlyn Morgan-Graham Jul 8 '11 at 16:32
Hmm... it seemed not to break on here/this time. Can anyone help me repro this? I'm using Chrome, though I don't expect that to make a difference... – Merlyn Morgan-Graham Jul 8 '11 at 16:33
Can you link the comment you originally wrote that broke like this? If we can see it in action, then it'd be neat – Grace Note Jul 8 '11 at 16:34
@Grace: I just deleted it (because it turns out it wasn't a dupe) right before you commented. Aha, though, you've made me think :) It was from the close-as-dupe page that it broke the link. Editing the question... – Merlyn Morgan-Graham Jul 8 '11 at 16:38
@Grace: Is there an SO or SE sandbox? – Merlyn Morgan-Graham Jul 8 '11 at 16:40
You can just create a test question here with brackets in the title, then vote to close this as a duplicate of it. I'm sure it'll break - the auto-generated message has also broken on empty whitespace at the end of the title. – Grace Note Jul 8 '11 at 16:43
@Grace: I can't do such a vote on my own question, anyhow. You could vote against this one: meta.stackoverflow.com/questions/20076/… – Merlyn Morgan-Graham Jul 8 '11 at 16:48
2  
Well, I tried, but because the link already exists, the auto comment got swallowed. That said, if I write [How to create ArrayList (ArrayList<T>) from array (T[]) in Java](stackoverflow.com/questions/157944/…) in a comment, it should probably break the same way. – Grace Note Jul 8 '11 at 16:52

You must log in to answer this question.

Browse other questions tagged