Issue Details (XML | Word | Printable)

Key: JRA-14727
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: John M. Black
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Cannot create a literal "backslash underscore" sequence

Created: 31/Mar/08 09:55 AM   Updated: 28/Apr/08 02:52 AM
Component/s: UI / Usability, Web interface
Affects Version/s: 3.12.2
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Dushan Hanuska [Atlassian] and John M. Black
Since last comment: 27 weeks ago
Labels:


 Description  « Hide
NOTE - This was escalated from https://support.atlassian.com/browse/JSP-21339

This is related to CONF-2594, although that issue only talks about the Noformat problem.


I have a number of tickets that refer to some filepaths that have backslashes immediately followed by underscores. No matter how I try to escape this, JIRA does not display it correctly

example: folder\folder\ _filename.txt — I put an extra space before the underscore here to show you, since it won't display it otherwise.

I've tried double & triple backslashes, noformat, etc.

One backslash, one underscore:
folder_file.txt

Double backslash, one underscore:
folder
_file.txt

Triple backslash, one underscore:
folder\\\_file.txt

Noformat:

One backslash, one underscore:
folder\_file.txt

Double backslash, one underscore:
folder\\_file.txt

Triple backslash, one underscore:
folder\\\_file.txt


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
John M. Black added a comment - 31/Mar/08 09:57 AM
Zhen Yueh, Lean [Atlassian] - 21/Mar/08 11:15 AM

Hi John,

Could you please try to replace the '\' with HTML character code? I have tested this and it works for me. For example:

folder\_file.txt

Noformat:

folder\_file.txt

Meanwhile, I will discuss this issue with our developers and see if this is a bug in wiki renderer.

Regards,
Lean


John M. Black added a comment - 31/Mar/08 09:57 AM
John M. Black - 28/Mar/08 12:02 PM

Hi Lean,

This works, but this is a rather awkward workaround. I'd like to see some assurance that this is treated like a bug.