cancel
Showing results for 
Search instead for 
Did you mean: 

Share 3.3 login with e-mail address like username

louise
Champ in-the-making
Champ in-the-making
Unable to show dashboard for users including special characters (like ".") in username with Share 3.3 (dev r19624), see following result (missing ".hu" in name to resolve) after login. Alfresco explorer and mobile login works.

Username: louise@louise.hu

URL: https://localhost/share/page/user/louise%40louise.hu/dashboard


javax.servlet.ServletException: Could not resolve view with name 'user/louise@louise' 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)

Username: louise.hu

URL: https://localhost/share/page/user/louise.hu/dashboard


javax.servlet.ServletException: Could not resolve view with name 'user/louise' 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)
27 REPLIES 27

andreas_wilmsme
Champ in-the-making
Champ in-the-making
Hi,
I have the same problem. We are using user names in the "name.surname" format - getting the same error message.
The admin user works just fine, as does the Alfresco web client.
Any ideas?
Andreas

andreas_wilmsme
Champ in-the-making
Champ in-the-making
Just created an issue for this one:
https://issues.alfresco.com/jira/browse/ALF-2380

kevinr
Star Contributor
Star Contributor
Bug has been confirmed as a regression in SpringSurf (since extraction from Alfresco 3.2) - we will fix it ASAP.

Kev

kevinr
Star Contributor
Star Contributor
Bug has been resolved - rev 19808 in SVN. There will be another Community release of 3.3 in the next week or so - it will contain this and a few other fixes and features that missed the current 3.3 release.

Thanks!

Kev

louise
Champ in-the-making
Champ in-the-making
Bug has been resolved - rev 19808 in SVN. There will be another Community release of 3.3 in the next week or so - it will contain this and a few other fixes and features that missed the current 3.3 release.

Hi Kev,

Thanks for your work, tested and verified with 3.3G (from nightly).

jasondalycan
Champ in-the-making
Champ in-the-making
Hi There,

I just opened another discussion thread (http://forums.alfresco.com/en/viewtopic.php?f=47&t=26339&p=85828#p85828) indicating that 3.3G sites do not work upon Tomcat restart.

In short, once Tomcat is restarted, I get the following error upon visiting existing collaboration sites:


javax.servlet.ServletException: Could not resolve view with name 'site/test/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)

Has anyone else experienced this?

I have the deployment configured for multi-tenancy.

-JASON

kevinr
Star Contributor
Star Contributor
Which version exactly are you running? The 3.3 downloaded from alfresco.com or a version taken from SVN? And what version were you running previously? Have you tried the very latest code?

I have not seen this issue and QA have not reported it, but I will take a look with multi-tennat enabled.

Cheers,

Kev

jasondalycan
Champ in-the-making
Champ in-the-making
Hi Kev,

I'm running build 19808 (Alfresco Community 3.3G).  This version is a few days old.

-JASON

kevinr
Star Contributor
Star Contributor
I have confirmed the issue with latest 3.3 build - it only occurs with multi-tenant features enabled as you already noted.

I have raised it here:
https://issues.alfresco.com/jira/browse/ALF-2581

Thanks for spotting this!

Kevin