Changeset 1710


Ignore:
Timestamp:
Apr 6, 2011, 11:26:37 AM (13 years ago)
Author:
work@…
Message:
  • response syntax was wrong?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/dbnp/studycapturing/StudyWizardController.groovy

    r1673 r1710  
    20182018
    20192019                // 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
    20222024                response <<  new URL( fullUrl ).openStream()
    20232025               
Note: See TracChangeset for help on using the changeset viewer.