jruby/jruby-rack

static /asset serving probably not happening (RackFilter with .war-s)

kares opened this issue · 3 comments

works when served by Rack, but we should allow the app-server to serve'em jruby/warbler#199

Is there any fix for this?

@alexfalkowski I'll sure close the issue if there's a fix (which might take me a while since I'm somehow constantly end up doing working on smt else :)) ... in the mean time anyone understanding Java Servlet internals is welcome to investigate and fix it. maybe switching from filter to servlet might work as a work-around for now depending on app server.

static assets seems to serve fine with RackFilter in Tomcat ... however there's a regression (reproducable in Jetty) between 1.1.13.3 and 1.1.14 ... closing as a duplicate in favor of #175