View Issue Details

IDProjectCategoryView StatusLast Update
0007898Talermechant backendpublic2024-01-12 14:04
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007898: merchant httpd won't start when there is a file without extension in SPA dir
DescriptionSPA dir contains a copy of this

https://git.taler.net/wallet-core.git/tree/backoffice?h=prebuilt&id=4664263ea1a430ea70e6be34ed0c7d9946aa4e27

Files without extension can be hidden and not serve by the httpd

2023-08-02T12:54:27.354905+0000 taler-merchant-httpd-129 ERROR Assertion failed at taler-merchant-httpd_spa.c:190. Aborting.
Aborted (core dumped)
TagsNo tags attached.

Activities

Christian Grothoff

2023-08-03 18:49

manager   ~0020407

Are you at all using recent merchant.git here? Looks like the line could only refer to an old version.

sebasjm

2023-08-23 16:50

developer   ~0020433

from master (7eccc771b6bd99a1feacbd4321767ae8e76e2d2c)

and worked as expected, what is weird is that version reported by cli is not right

$ taler-merchant-httpd --version
taler-merchant-httpd v0.9.2-git-7eccc771

I expected to be something like

taler-merchant-httpd v0.9.3-dev.4-7eccc771

or

taler-merchant-httpd v0.9.3-git-7eccc771

sebasjm

2023-08-23 16:51

developer   ~0020434

seems that is fixed in the latest version

Issue History

Date Modified Username Field Change
2023-08-02 15:00 sebasjm New Issue
2023-08-02 15:00 sebasjm Status new => assigned
2023-08-02 15:00 sebasjm Assigned To => Christian Grothoff
2023-08-03 18:49 Christian Grothoff Note Added: 0020407
2023-08-03 18:49 Christian Grothoff Assigned To Christian Grothoff => sebasjm
2023-08-03 18:49 Christian Grothoff Status assigned => feedback
2023-08-23 16:50 sebasjm Note Added: 0020433
2023-08-23 16:51 sebasjm Assigned To sebasjm => Christian Grothoff
2023-08-23 16:51 sebasjm Status feedback => resolved
2023-08-23 16:51 sebasjm Resolution open => fixed
2023-08-23 16:51 sebasjm Note Added: 0020434
2023-09-03 14:46 Christian Grothoff Fixed in Version => 0.9.3
2023-09-03 14:46 Christian Grothoff Target Version 0.11 => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend