[Resin-interest] Resin 4.0 Questions

2011-10-17 Thread Aaron Freeman
We are on the latest and greatest Resin 4.0, and would like to have a single resin.xml file that: 1) imports host.xml, which defines: - a keystore to use and the passwords for the keystore 2) on different servers we would like to overwrite the host.xml so we can change:

[Resin-interest] Possible Bug Fix?

2011-10-17 Thread Aaron Freeman
In AbstractHttpRequest I am seeing that the global variable _contentLength it appropriately a long. Love that. Been a thorn in our side for a long time. However in looking at this method (also inside of AbstractHttpRequest): protected void setContentLength(CharSegment value) {