Jens Grassel
Jens Grassel
Okay, I've just released our fork/version/shameless copy of `sbt-sass` on bintray. Feel free to come over: https://github.com/madoushi/sbt-sass
Can this be merged?
If this is feasible then I can create PRs for the other branches as well (0.22/main).
I tried adding an integration tests but had to mess with the dependsOn settings of the test module. Nothing which should be merged. ;-) However I noticed that the tests...
Hmm... some debugging indicates that the `Origin` header goes missing within the test requests. So it is no wonder that these get denied.
I've reworked it to use the ember server but the problem with the Origin header being somehow removed from the test request persists.
> It's a limitation of the JDK8 client... Thanks for digging this out. I was guessing along the same lines but didn't have much time. However I'm using OpenJDK 11.0.10...
So, we're using the ember client now and everything is green. But I will add another test case for multipart which includes also a streaming file field to model exactly...
Okay, I adjusted the tests routes to actually consume the request and as we can see the multipart routes break in that case. So we don't have a solution yet...
Nothing new, just rebased to avoid branching too far. I hope to have some time soon to revisit this problem.