Mikhail Fedorov
Mikhail Fedorov
For example - Cyrillic word "Привет". Bug in DustCompilingFilter class in line ``` java response.setContentLength(template.length()); ``` You have to use ``` java response.setContentLength(template.getBytes().length()); ``` You use ByteOutputStream in response writer...
[multiproject.zip](https://github.com/akhikhl/gretty/files/1115217/multiproject.zip) command: shared\gradle farmIntegrationTest if gradle.properties contains "org.gradle.configureondemand=fasle" - execution ended without errors. if configureondemand=true : Could not determine the dependencies of task ':shared:farmBeforeIntegrationTest'. Task with name 'farmAfterIntegrationTest' not found...