Bug #2632
Broken links in chat window
| Status: | Resolved | Start date: | 08/12/2012 | |
|---|---|---|---|---|
| Priority: | Regression | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | Spent time: | - | |
| Target version: | Kadu - 1.0 | |||
| Found in Git commit: | Steps to reproduce: | |||
| Fixed in Git commit: | Additional information: | |||
| Junior job: | No |
Description
Person 1: 0.12.0 / Windows
Person 2: master (cf68a12) / Arch Linux
When Person 2 is receiving a link from Person 1 in Jabber, every & is replaced with & So it's how the link is displayed in chat window and opened in browser.
When Person 1 is receiving a link from Person 2 in Jabber, link is correct.
Bug in 0.12.0?
History
Updated by Wojciech "Juzef" Treter 10 months ago
The problem is of course replacing
&
with
&
Updated by Bartosz Brachaczek 10 months ago
- Status changed from New to Resolved
- Assignee set to Rafał Malinowski
- Priority changed from High to Regression
- Target version changed from 0.12.1 to 1.0
- % Done changed from 0 to 100
It was a bug in master and is already fixed. I was able to reproduce it in cf68a12 but then I retried with 93e3fc0 and it worked good. 0.12 is ok, I checked its protocol-level output and it's correct.