Dynamic scaffolding generates ISO-8859-1 response for html format
Open
relates-to: scaffolding
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
Unlike rest of application and regular gsp pages dynamic scaffolding (default templates, installed or not) generates html response with HTTP header:
```
Content-Type:text/html;charset=ISO-8859-1
```
Contributor guide
Research direction
Start by reproducing the HTML response from dynamic scaffolding and inspect the default scaffolding templates and response-generation path. Done means the generated HTML response uses the application's expected charset rather than ISO-8859-1, verified by checking its HTTP Content-Type header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100