<?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: getParameter via short link jsp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225961#M179091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was only doing those tests on IE as most of the people in the company work on IE but weird fact it works on firefox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 14:00:09 GMT</pubDate>
    <dc:creator>tristan7859</dc:creator>
    <dc:date>2010-09-27T14:00:09Z</dc:date>
    <item>
      <title>getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225959#M179089</link>
      <description>Hi,I migrated from an alfresco 3.2r2 to alfresco 3.3 a project which have been initially coded by developers who left the company where I just arrived and I have a problem with short links to a jsp, actually I can't retrieve a parameter which was sent via a post to another jsp.To illustrate the prob</description>
      <pubDate>Mon, 27 Sep 2010 09:23:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225959#M179089</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-27T09:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225960#M179090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It gives me that btw (and no errors):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;action: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;context: RequestContext-29 userid: tesquibet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nom1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;prenom1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nom: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;prenom: null&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 12:53:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225960#M179090</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-27T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225961#M179091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was only doing those tests on IE as most of the people in the company work on IE but weird fact it works on firefox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 14:00:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225961#M179091</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-27T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225962#M179092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I tested everything, I really don't see who to fix that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Little thing but very important I forgot to tell you if I put the straight path to the jsp (share/intranet/toto.jsp) I get those parameters (but obviously I loose the context, thing I need to avoid in the real jsp I'm working on)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any clue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 07:50:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225962#M179092</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-28T07:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225963#M179093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I identified a little more the problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under IE8 + Windows xp (my computer) it doesn't work and it's asking a login when the "post" is sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Under Firefox + Windows xp (still my computer) it works and it's asking a login when the "post" is sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under IE8 + Windows 7 (a partner) it works and it's asking a login when the "post" is sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Under Chrome + Windows 7 (still a partner) it works and it's not asking for a login when the "post" is sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Knowing that IE8 et chrome are running under integrated authentification and Firefox no&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing I'd like to reach is integrated authentification under alfresco 3.3 with all browsers and no login asked when the post is sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 09:18:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225963#M179093</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-28T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: getParameter via short link jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225964#M179094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still stuck on that, you don't have any idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getparameter-via-short-link-jsp/m-p/225964#M179094</guid>
      <dc:creator>tristan7859</dc:creator>
      <dc:date>2010-09-29T07:33:00Z</dc:date>
    </item>
  </channel>
</rss>

