6 Commits

Author SHA1 Message Date
Dave Syer
3ba7cfbff2 Add link to github in rendered docs 2015-03-20 11:47:28 +00:00
Dave Syer
9939e0ecd9 Convert form-encoded request to byte[] for proxy
With just a bit more hackery on the Zuul request wrapper we can mask
off the input stream and content lengths, and fix them so they contain
the expected content. Doesn't work (yet) for multipart content.

Fixes gh-109
2014-12-19 12:52:54 +00:00
Dave Syer
c67caa2b2f Update README with building section 2014-10-31 15:59:33 +00:00
Dave Syer
74828ab89f Fix Guardfile 2014-10-01 14:56:30 +01:00
Dave Syer
edc8fffe5e Move adoc to asciidoc 2014-09-29 12:09:19 +01:00
Dave Syer
21eb52fa27 Ensure server port is registered late enough with Eureka server
Because we were using Lifecycle to kick off the eureka registration the
local server port wasn't available yet. The change is to use an
ApplicationListener and listen for the event that contains the container
with its port instead.

Fixes gh-15
2014-09-29 10:52:37 +01:00