11-30-2010 03:14 AM
javax.servlet.ServletException: Could not resolve view with name 'user/hello/dashboard' in servlet with name 'Spring Surf Dispatcher Servlet'
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1042)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:67)
org.alfresco.web.site.servlet.NTLMAuthenticationFilter.doFilter(NTLMAuthenticationFilter.java:187)
Instead, if I use http://localhost:8080/share and then alfresco will redirect to the exact same page: /share/user/hello/dashboard without any problems.11-30-2010 04:07 AM
<%
response.sendRedirect(request.getContextPath() + "/page/site-index");
%>
http://localhost:8080/share/user/hello/dashboardyou mentioned above. which means it doesn't help memorizing the whole URL because the system will get that for you if you just type in http://localhost:8080/share.
11-30-2010 04:26 AM
11-30-2010 04:32 AM
The problem here is that it gives you access to other people's dashboard, though you still needs permissions to can change something, so i dn't think it's worth it to raise a Jira fo this.That will no longer be possible from 3.4.c
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.