static /asset serving probably not happening (RackFilter with .war-s)
kares opened this issue · 3 comments
kares commented
works when served by Rack, but we should allow the app-server to serve'em jruby/warbler#199
alexfalkowski commented
Is there any fix for this?
kares commented
@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.