EIDA / mediatorws

EIDA NG Mediator/Federator web services
GNU General Public License v3.0
6 stars 6 forks source link

Frontend cache does not consider level parameter #99

Closed kaestli closed 4 years ago

kaestli commented 4 years ago

e.g.,

http://mediator-devel.ethz.ch/fdsnws/station/1/query?net=Z3&sta=*&channel=HHE,HHN&format=xml&nodata=404 (default level = station), followed by http://mediator-devel.ethz.ch/fdsnws/station/1/query?net=Z3&sta=*&channel=HHE,HHN&level=response&format=xml&nodata=404 , will return twice the same station level xml, second time from cache.

In contrary, a response level query not preceded by a (otherwise identical) station level query, will return correct response level xml

(and vice versa)

damb commented 4 years ago

This issue refers to PR #97.

damb commented 4 years ago

Fixed at PR #97.