grails-ckeditor
grails-ckeditor copied to clipboard
Grails CKEditor plugin
Update to Grails 4.0.5 and Gradle 6.7. Also added generating groovydoc and source jars and signing. (need to add a properties file with credentials not included)
Updated link to documentation
Is there any chance to make this usable with grails 4?
Hi, When I try to upload an image I get a 403 error. It looks like there is insufficient permissions. `4.0K -rw-r----- 1 tomcat tomcat 1.3K Jan 18 15:38 controls.png`...
I have specified the baseurl and basedir in the configuration however when I upload an image the baseurl is ignored. In grails-ckeditor/src/main/groovy/grails/plugins/ckeditor/utils/PathUtils.groovy // line 33 static getBaseUrl(params) { def config...
I'm having problems to get access to the resources folder. I'm getting 404 not found error. example: `https://localhost:8443/static/sitemap.xml` `src/main/webapp` `src/main/resources` any idea?
I tried to config ckeditor plugin but I just got a Failed to load resource: the server responded with a status of 403 (). I have tried all kind of...
After Application startup, ckeditor´s `ApplicationLoader` runs it again. `Service` which is used in `Bootstrap` isn´t injected and throws `NullPointerException`.
Probably a bug that causes baseDir configuration to be ignored is baseurl configuration is not defined. Source File : https://github.com/stefanogualdi/grails-ckeditor/blob/3.6.x/grails-app/controllers/org/gualdi/grails/plugins/ckeditor/OpenFileManagerConnectorController.groovy OpenFineManagerConnectorController#Line 206 `if (config?.upload?.baseurl) { baseDir = PathUtils.checkSlashes(config?.upload?.basedir, "L+ R-")...