-
Recent Posts
- Software developer images with DALL-E 3
- java.lang.IllegalArgumentException: The Unicode character [デ] at code point [12,487] cannot be encoded as it is outside the permitted range of 0 to 255
- Framework Laptop Review
- Software developer images with DALL-E 2
- Svg-based 3D model in OpenSCAD via Inkscape/DXF
Archives
Categories
Meta
Monthly Archives: September 2014
Grails – Error creating URL for parameters – UnsupportedEncodingException
Recently (with Grails 2.4.2) an exception popped up in the logs Caused by: org.codehaus.groovy.grails.web.servlet.mvc.exceptions.ControllerExecutionException: Error creating URL for parameters [{language=en, id=256, controller=gallery, action=ajaxLoadMoreDesigns}], problem encoding URL part [en]: ‘UTF-8’ .. Caused by: java.io.UnsupportedEncodingException: ‘UTF-8’ at java.net.URLEncoder.encode(URLEncoder.java:215) … 9 more for … Continue reading
Posted in Uncategorized
Leave a comment