<?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: Upgraded to 3.1, URL wildcards not working in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40649#M29853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its possible that this is a bug because it shouldn't be truncating.&amp;nbsp; Please open a case with your support on this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 May 2010 18:37:36 GMT</pubDate>
    <dc:creator>nrice</dc:creator>
    <dc:date>2010-05-04T18:37:36Z</dc:date>
    <item>
      <title>Upgraded to 3.1, URL wildcards not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40646#M29850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just upgraded to 3.1.0 from 3.0.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the following URL filtering profile that I used on an inbound rule with SSL decryption so that people could only connect to valid Exchange/Outlook Web Access URLs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/favicon.ico&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/Exchange&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/Exchweb&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; "&gt;webmail.ourdomain.co.uk/Microsoft-Server*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/OMA&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/public&lt;/P&gt;&lt;P&gt;webmail.ourdomain.co.uk/rpc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I upgraded that rule stopped working, which I found is because the wildcard syntax has changed in 3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that it seems the PAN truncates the entire URL that is fed to the Exchange server so I can't filter on the full length virtual directory name which is /Microsoft-Server-Activesync, if I add that to my URL policy I see blocks in the URL logs for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;URL: webmail.ourdomain.co.uk/microsoft-server-activesync?user=joe&amp;amp;devic&lt;/P&gt;&lt;P&gt;URL: webmail.ourdomain.co.uk/microsoft-server-activedeviceid=imei35766301&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;How do I fix this please?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 May 2010 12:21:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40646#M29850</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2010-05-02T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Upgraded to 3.1, URL wildcards not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40647#M29851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the change in 3.1.x&amp;nbsp; wildcards need to be preceeded or followed by the following separators:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every substring that is separated by the characters listed above is considered a token.&amp;nbsp; A token can be any number of ASCII characters that does not contain any separator character or &lt;STRONG&gt;*.&lt;/STRONG&gt;&amp;nbsp; For example, the following patterns are valid:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*.yahoo.com&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; (tokens are &lt;STRONG&gt;*,&lt;/STRONG&gt;&amp;nbsp; yahoo, and com)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.*.com"&gt;&lt;STRONG style="color: #000000; "&gt;www.*.com&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp; (tokens are www, *, and com)&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yahoo.com/search"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;www.yahoo.com/search&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;=*&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (tokens are www, yahoo, com, search, * )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;*webmail.ourdomain.co.uk/Microsoft-Server** is invalid because "*" is not the only character in the token&amp;nbsp; ie "*webail" and "Server**".&amp;nbsp; Without valid separators you filter won't work.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 23:45:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40647#M29851</guid>
      <dc:creator>nrice</dc:creator>
      <dc:date>2010-05-03T23:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Upgraded to 3.1, URL wildcards not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40648#M29852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had read that, the problem is that the PAN won't recognize the true URL it seems to truncate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual virtual Exchange directory would be "webmail.ourdomain.com/Microsoft-Server-Activesync" but if I enter that I see blocks because as per the log entry that I posted, the PAN seems to truncate the entire URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could simply list webmail.ourdomain.com but the whole idea here is that I want to only allow access to the legitimate Outlook/Exchange Virtual Directories in IIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 07:35:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40648#M29852</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2010-05-04T07:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgraded to 3.1, URL wildcards not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40649#M29853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its possible that this is a bug because it shouldn't be truncating.&amp;nbsp; Please open a case with your support on this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 18:37:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40649#M29853</guid>
      <dc:creator>nrice</dc:creator>
      <dc:date>2010-05-04T18:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Upgraded to 3.1, URL wildcards not working</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40650#M29854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have done (Vadition).&amp;nbsp; Presumably there are other customers using a PAN to reverse proxy Exchange/OWA?&amp;nbsp; I can't imagine I'm trying to do anything unusual so if anyone's reading who is doing this, be interested to know your config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 19:22:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/upgraded-to-3-1-url-wildcards-not-working/m-p/40650#M29854</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2010-05-05T19:22:26Z</dc:date>
    </item>
  </channel>
</rss>

