Modify ↓
#14717 closed defect (fixed)
Remote control command list wrongly escaped
Reported by: | jidanni | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.04 |
Component: | Core remotecontrol | Version: | |
Keywords: | Cc: |
Description
Browse http://localhost:8111/ .
Except for the first few lines the rest is wrongly escaped, producing a big blob of mishmosh upon the user's screen.
Attachments (0)
Change History (7)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
By the way, if the user clicks on e.g.,
http://localhost:8111/features
he would expect the same (after this bug is fixed) nicely formatted message, instead of raw JSON.
comment:5 by , 8 years ago
Milestone: | → 17.04 |
---|---|
Resolution: | worksforme → fixed |
comment:6 by , 8 years ago
Priority: | major → normal |
---|
Note:
See TracTickets
for help on using tickets.
The user must do
GET http://localhost:8111/ | ascii2uni -a Q > fixed.html; $BROWSER fixed.html
to read it.