<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What's the difference between /share and /share/user/hello in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263467#M216597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could say there's no difference, the reason being that: if you type &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt;, the application goes to the web.xml file to check the welcome-file-list tag, then it finds index.jsp as the first welcome-file. Now it opens that file, and inside index.jsp you'll find&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%&lt;BR /&gt;&amp;nbsp; response.sendRedirect(request.getContextPath() + "/page/site-index");&lt;BR /&gt;%&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which redirects the request/page to site-index.jsp, and this is where they build that URL &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://localhost:8080/share/user/hello/dashboard" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/user/hello/dashboard&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; you 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 &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now something you need to know is the hello you have there is the username for the user who is logged in or registered. now if you have created or added the user you forst need to login as that user, so you that that user will have his/her own dashboard window, if not changed it uses the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the reason you are getting that error is simply because the dashboard with that name doesn't exist. and the reason why you were confused is because, you used &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt; then, logged in as hello. and it redirected you to the same URL. It is simply because that dashboard or the user exist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you change that to admin or any user, it will use the dashboard for that user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Croc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 09:07:12 GMT</pubDate>
    <dc:creator>croc</dc:creator>
    <dc:date>2010-11-30T09:07:12Z</dc:date>
    <item>
      <title>What's the difference between /share and /share/user/hello</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263466#M216596</link>
      <description>I used ldap synchronization in our system and after some new users are synchronized into alfresco, if I just use:http://localhost:8080/share/user/hello/dashboard&amp;nbsp;&amp;nbsp; to login alfresco, I will get the following exception:javax.servlet.ServletException: Could not resolve view with name 'user/hello/dashb</description>
      <pubDate>Tue, 30 Nov 2010 08:14:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263466#M216596</guid>
      <dc:creator>zengqingyi12</dc:creator>
      <dc:date>2010-11-30T08:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between /share and /share/user/hello</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263467#M216597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could say there's no difference, the reason being that: if you type &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt;, the application goes to the web.xml file to check the welcome-file-list tag, then it finds index.jsp as the first welcome-file. Now it opens that file, and inside index.jsp you'll find&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%&lt;BR /&gt;&amp;nbsp; response.sendRedirect(request.getContextPath() + "/page/site-index");&lt;BR /&gt;%&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which redirects the request/page to site-index.jsp, and this is where they build that URL &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://localhost:8080/share/user/hello/dashboard" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/user/hello/dashboard&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; you 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 &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now something you need to know is the hello you have there is the username for the user who is logged in or registered. now if you have created or added the user you forst need to login as that user, so you that that user will have his/her own dashboard window, if not changed it uses the default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the reason you are getting that error is simply because the dashboard with that name doesn't exist. and the reason why you were confused is because, you used &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share&lt;/A&gt;&lt;SPAN&gt; then, logged in as hello. and it redirected you to the same URL. It is simply because that dashboard or the user exist. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you change that to admin or any user, it will use the dashboard for that user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Croc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263467#M216597</guid>
      <dc:creator>croc</dc:creator>
      <dc:date>2010-11-30T09:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between /share and /share/user/hello</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263468#M216598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Croc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:26:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263468#M216598</guid>
      <dc:creator>croc</dc:creator>
      <dc:date>2010-11-30T09:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between /share and /share/user/hello</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263469#M216599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;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.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;That will no longer be possible from 3.4.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-s-the-difference-between-share-and-share-user-hello/m-p/263469#M216599</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-30T09:32:21Z</dc:date>
    </item>
  </channel>
</rss>

