openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[HTTP binding] Fix URL translation for #5929 #5930

Closed 9037568 closed 4 years ago

9037568 commented 4 years ago

Updated the logic in the getCacheData() method so that the cached URL is handled properly as a dynamic URL (i.e. the date parameters are honored).

Fixes #5929 and replaces/obsoletes #5928.

Also added a little additional debug output (TRACE calls).

Signed-off-by: 9037568 namraccr@gmail.com