jamesfredley opened a new pull request, #15801:
URL: https://github.com/apache/grails-core/pull/15801

   ## Summary
   
   - Default inspect-style `render(Object)` and unrecognized `render(Map)` 
output to `text/plain`.
   - Render file responses with `Content-Disposition: attachment` by default, 
while preserving explicit headers and allowing `inline: true` opt-out.
   - Escape unsafe quoted filename characters in generated attachment headers 
and document the new defaults.
   
   ## Testing
   
   - `./gradlew.bat --no-daemon :grails-controllers:test --tests 
"grails.artefact.controller.support.ResponseRendererSpec"`
   - `./gradlew.bat --no-daemon :grails-test-suite-uber:test --tests 
"org.grails.web.servlet.RenderMethodTests"`
   - `./gradlew.bat --no-daemon :grails-doc:publishGuide -x aggregateGroovydoc`
   - `./gradlew.bat --no-daemon :grails-controllers:test 
:grails-test-suite-uber:test`
   - `./gradlew.bat --no-daemon clean aggregateViolations 
:grails-test-report:check --continue`
   - Combined report: 13,634 tests, 0 failures, 0 errors.
   - Review gate: Codex GREEN and Oracle GREEN for diff 
`082eaf0baaba9aad69bc8b48f7db19d44bc9ba50`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to