View Issue Details

IDProjectCategoryView StatusLast Update
0008457Talerwallet (WebExtension)public2024-03-07 20:51
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008457: webext requests ToS as text/xml and fails to render it
DescriptionScreenshot posted on mattermost.

I'm not sure why we're even requesting text/xml. What format are we exactly expecting?
TagsNo tags attached.

Relationships

related to 0008483 closedsebasjm exchange ToS are not properly rendered as HTML 

Activities

sebasjm

2024-02-21 14:53

developer   ~0021404

nothing in webex changed here, this is result of breaking changes and no testing

1. format of TOS changed, XML stopped to work and was never tested. webex always used XML
using the node names (title, paragraph, section.... ) it creates proper HTML with CSS and JS to create for example the dropdown section.

2. exchange don't return content-type when etag match

wallet-core first query text/plain and browser save etag in cache

3. wallet core assume content type = plain when content-type is not present in request response

sebasjm

2024-02-21 14:55

developer   ~0021405

i have downgraded webex to ask for HTML (will create an iframe), but HTML is also wrong since is showing # as markdown when it shouldn't

commit c5fecc1ac

the exchange bug still present, to test I needed to disable browser cache

Florian Dold

2024-02-23 17:48

manager   ~0021483

Not sure if there is a problem.

@sebasjm: Can you please clarify this a bit?

sebasjm

2024-02-28 15:38

developer   ~0021553

this problems was due a complete rewrite of the RST

Issue History

Date Modified Username Field Change
2024-02-21 12:06 Florian Dold New Issue
2024-02-21 12:06 Florian Dold Status new => assigned
2024-02-21 12:06 Florian Dold Assigned To => sebasjm
2024-02-21 14:53 sebasjm Note Added: 0021404
2024-02-21 14:55 sebasjm Note Added: 0021405
2024-02-21 14:55 sebasjm Assigned To sebasjm => Florian Dold
2024-02-21 14:55 sebasjm Status assigned => feedback
2024-02-21 22:34 sebasjm Relationship added related to 0008483
2024-02-23 17:47 Florian Dold Assigned To Florian Dold => sebasjm
2024-02-23 17:48 Florian Dold Note Added: 0021483
2024-02-23 17:48 Florian Dold Status feedback => assigned
2024-02-28 15:38 sebasjm Status assigned => resolved
2024-02-28 15:38 sebasjm Resolution open => fixed
2024-02-28 15:38 sebasjm Note Added: 0021553
2024-03-07 20:50 Christian Grothoff Fixed in Version => 0.9.4
2024-03-07 20:51 Christian Grothoff Status resolved => closed