statisticssweden / PxWeb

Web application for disseminating statistical tables
https://www.scb.se/pxweb
Apache License 2.0
33 stars 23 forks source link

Cornercase: PxWeb dont always redirect #624

Open JohannesFinsveen opened 6 months ago

JohannesFinsveen commented 6 months ago

Steps to reproduce the behavior:

  1. Choose table

  2. Choose variables

  3. Click on Show table

  4. The url looks like ../Example/Example__aggregations/BE0101D1.px/table/tableViewLayout1/

  5. Paste an url of another table, like ../Example/Example__AggregallowedNo/PR0101B3.px/table/tableViewLayout1/
    into the adress field of the browser.

Expected behavior: a redirect to Choose variables, ../Example/Example__AggregallowedNo/PR0101B3.px .

Actual behavior: In some cases nothing happens, it just serves the old table. But if you start a new browser, it works as expected.