Bryan Rosander

Results 9 comments of Bryan Rosander

Already addressed by https://github.com/spring-projects/aws-maven/pull/36 please merge that one

I've found a workaround as long as you aren't manipulating paths (need to serve openhab from /) If you set the Host header to the host the client requested, the...

After applying above workaround, the uis keeps in sync when I toggle switches on my phone and laptop.

If $host isn't the right value in your setup, you could try hardcoding it to the external dns name.

Other headers for reference ``` Header date -> [ "date: Wed, 01 Sep 2021 17:42:04 GMT\r\n", ] Header content-type -> [ "application/json", ] Header content-length -> [ "211", ] ```

https://github.com/CenterForOpenScience/docker-library/pull/47 has the kubernetes plugin which is needed to work with https://github.com/kubernetes/charts/tree/master/incubator/elasticsearch

# Build Commands: ## Build: 1. ant -Dtestreports.dir=bin/reports/unit-test -Djunit.jvmargs=-XX:PermSize=256m -f build.xml clean-all resolve jacoco && ant -Dpentaho.coding.standards.version=1.0.4 -Dtestreports.dir=bin/reports/integration-test -Djunit.jvmargs=-XX:PermSize=256m -f build.xml jacoco-integration checkstyle ## Cleanup: rm -r ~/.ivy2/local || echo...

# Build Commands: ## Build: 1. ant -Dtestreports.dir=bin/reports/unit-test -Djunit.jvmargs=-XX:PermSize=256m -f build.xml clean-all resolve jacoco && ant -Dpentaho.coding.standards.version=1.0.4 -Dtestreports.dir=bin/reports/integration-test -Djunit.jvmargs=-XX:PermSize=256m -f build.xml jacoco-integration checkstyle ## Cleanup: rm -r ~/.ivy2/local || echo...