Re: juxt/bidi ring question

2015-05-05 Thread Daniel Kersten
I'm going to take a wild guess and say: missing wrap-content-type middleware perhaps? On Mon, 4 May 2015 at 20:37 Fluid Dynamics wrote: > On Monday, May 4, 2015 at 3:21:19 PM UTC-4, clifford wrote: >> >> Thanks @fluiddynamics your right on the money. >> >> On Monday, 4 May 2015 17:34:26 UTC+2, c

Re: juxt/bidi ring question

2015-05-04 Thread Fluid Dynamics
On Monday, May 4, 2015 at 3:21:19 PM UTC-4, clifford wrote: > > Thanks @fluiddynamics your right on the money. > > On Monday, 4 May 2015 17:34:26 UTC+2, clifford wrote: >> >> Hi >> >> I am using juxt/bidi for route matching. >> >> with the following routes: >> >>> (def routes ["/" {"index.html"

Re: juxt/bidi ring question

2015-05-04 Thread clifford
Thanks @fluiddynamics your right on the money. On Monday, 4 May 2015 17:34:26 UTC+2, clifford wrote: > > Hi > > I am using juxt/bidi for route matching. > > with the following routes: > >> (def routes ["/" {"index.html" :index >> "articles/" {"index.html" :article-index

Re: juxt/bidi ring question

2015-05-04 Thread Fluid Dynamics
On Monday, May 4, 2015 at 11:50:27 AM UTC-4, Fluid Dynamics wrote: > > On Monday, May 4, 2015 at 11:34:26 AM UTC-4, clifford wrote: >> >> Hi >> >> I am using juxt/bidi for route matching. >> >> with the following routes: >> >>> (def routes ["/" {"index.html" :index >>> "a

Re: juxt/bidi ring question

2015-05-04 Thread Fluid Dynamics
On Monday, May 4, 2015 at 11:34:26 AM UTC-4, clifford wrote: > > Hi > > I am using juxt/bidi for route matching. > > with the following routes: > >> (def routes ["/" {"index.html" :index >> "articles/" {"index.html" :article-index >> [