Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
10 stars 10 forks source link

ldes tree:view is not correct when using Chrome #382

Closed zargha closed 1 year ago

zargha commented 1 year ago

Describe the bug During the e2e test gtfs-and-rt/2.geo-fragmentation, after i ingest the data set and start the workflow using this step https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/tree/main/e2e-test/use-cases/gtfs-and-rt/2.geo-fragmentation#2-ingest-the-data-set, i noticed that when i do curl in bash and Postman i see the expected result but when i request using the browser, i dont see the correct tree:view. This bug is just seen in Chrome so it can be just browser related. Using Firefox, a mobility-hindrances.ttl file is downloaded.

To Reproduce Steps to reproduce the behavior:

  1. Perform the e2e test: https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/tree/main/e2e-test/use-cases/gtfs-and-rt/2.geo-fragmentation#2-ingest-the-data-set
  2. Using Chrome browser, send request: http://localhost:8080/mobility-hindrances

Screenshots incorrect tree view

correct tree view

Desktop (please complete the following information):

WLefever-Cegeka commented 1 year ago

@zargha , this is likely due to the fact that you use your cache. If you clear it, you will get the same result as in Postman. image

zargha commented 1 year ago

Closing this issue as it is verified.