Hi Hasini,
On Wed, 2018-07-18 at 18:09 +0530, Hasini Witharana wrote: > Hi all, > > I cloned the master branch of Apache Sling Starter Application[1]. > Then I > built the application from "mvn clean install". After that I tried to > access Browse Content from [2] without login with "admin admin". Then > below > error occurred. > Internal Server Error (500) > > The requested URL /bin/browser.html resulted in an error in > com.composum.sling.nodes.browser.BrowserServlet. > Exception: > > java.lang.NullPointerException > at > com.composum.sling.core.util.LinkUtil.getExtension(LinkUtil.java:342) (snip) This is a problem with composum, see https://github.com/ist-dresden/composum/issues/132 You probably need to login first to go around it. Thanks, Robert
