<?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 Content Server URL Generation expiration parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299109#M1533845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a content server to store documents. When i need to retrieve files, the &lt;STRONG&gt;expiration&lt;/STRONG&gt; parameter on the URL is automaticaly set to 1 day .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where i can change that? Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Sep 2010 14:50:51 GMT</pubDate>
    <dc:creator>joo_ferreira</dc:creator>
    <dc:date>2010-09-06T14:50:51Z</dc:date>
    <item>
      <title>Content Server URL Generation expiration parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299109#M1533845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a content server to store documents. When i need to retrieve files, the &lt;STRONG&gt;expiration&lt;/STRONG&gt; parameter on the URL is automaticaly set to 1 day .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where i can change that? Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 14:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299109#M1533845</guid>
      <dc:creator>joo_ferreira</dc:creator>
      <dc:date>2010-09-06T14:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Content Server URL Generation expiration parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299110#M1533846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you sure that it's 1 day. The default value should be 2 hours. I remember that I couldn't find how to change this default value. There is a FM SCMS_URL_SIGN which signs URL for content server. You can see there that it has an option to set expiration to any value or set duration. The default duration is hard coded to 2 hours. I quickly checked some of FMs which call SCMS_URL_SIGN and it looks like nobody sets up these two optional parameters. You can try to use enhancement framework to modify behavior of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 23:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299110#M1533846</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-09-06T23:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Content Server URL Generation expiration parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299111#M1533847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure that it's 1 day.&lt;/P&gt;&lt;P&gt;Debugging i can check that this FM SCMS_AO_URL_READ has a lifetime parameter that is not set, then it uses the default 'T'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 08:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299111#M1533847</guid>
      <dc:creator>joo_ferreira</dc:creator>
      <dc:date>2010-09-07T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Content Server URL Generation expiration parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299112#M1533848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I don't have any system where I can test it. But you can still try to use enhancement framework to modify default behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 09:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/content-server-url-generation-expiration-parameter/m-p/7299112#M1533848</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-09-07T09:09:50Z</dc:date>
    </item>
  </channel>
</rss>

