Changeset 1710
- Timestamp:
- Apr 6, 2011, 11:26:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy
r1673 r1710 2018 2018 2019 2019 // Return the output of the request 2020 response.contentType = "text/xml" 2021 response.characterEncoding = "UTF-8" 2020 response.setContentType("text/html; charset=UTF-8") 2021 //response.contentType = "text/xml" 2022 //response.characterEncoding = "UTF-8" 2023 2022 2024 response << new URL( fullUrl ).openStream() 2023 2025
Note: See TracChangeset
for help on using the changeset viewer.