Can't find resources with ag-spring-boot

Issue #14 resolved
Ricardo Martins created an issue

When ag-spring-boot is added as a dependency to the spring project, the resources do not seem to be available for the same paths (see comment in https://bitbucket.org/vkok/ac-spring-boot/issues/3/include-sample-application )

Comments (4)

  1. Ricardo Martins reporter

    Actually now I get this error in the Confluence logs:

    javax.servlet.error.exception: java.lang.RuntimeException: Cannot read resource https://3493c620.ngrok.io/images/icon.png
    os_securityfilter_already_filtered: true
    com.atlassian.seraph.auth.LoginReason: OK
    com.atlassian.prettyurls.filter.PrettyUrlsSiteMeshFilter: true
    --------------------------
    Parameters
    --------------------------
    caused by: java.lang.RuntimeException: Cannot read resource https://3493c620.ngrok.io/images/icon.png
    at com.atlassian.plugin.webresource.impl.snapshot.Resource$1.writeTo(Resource.java:196)
    
  2. Vincent Kok repo owner

    See the sample application included for #3. Please re-open the issue in case this doesn't resolve the issue.

  3. Log in to comment