Doug Tangren
Doug Tangren
I just ran into another issue but one I'm unable to control. with log4j 2 which Im assuming is ubiquitously used with java no log4j writes available plugins to a...
This log4j change which moves files to javas service loader for may help because that’s one of bazels undocumented directories that will merge resources but this change won’t land in...
Doing a bit more research on this merging this resource is a bit more than concatenating files it turns out there are several solutions for this for various build tools...
I think we have a user contributed [scalatest module](https://github.com/unfiltered/unfiltered/tree/master/scalatest) its just that our own test harness is implemented in terms of the specs1 module. I've very found of scalatest and...
The change started happening around https://github.com/unfiltered/unfiltered/commit/fe6114534429608faa000524b204f531987073fe 2011!
It's mainly the cookies extractor that does the parsing. It should just rely on the bindings to do that parsing
this test is like this because because `Sock.uri` returns Unit. maybe something like [this](https://github.com/softprops/tubesocks/blob/master/src/test/scala/spec.scala#L20-L33) with a promise.
It may also be nice while I'm add it to integrate it into the qparams module of param handling. right now its really a tuple of maps, one for files...
If you want to take a stab that would be great! Make sure you do it on a feature branch (git checkout -b socketio) from master. Let nathan or me...