<?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: ACE: WebDAV Traffic dropped by inspection in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836476#M16320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roble,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after some digging in the code and a discussion with the person in charge of this feature, it appears that webdav is not supported by http inspect.  the http method propfind is rejected by http inspect.&lt;/P&gt;&lt;P&gt;This is not considered a bug.&lt;/P&gt;&lt;P&gt;But I believe we might add it with a feature request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 11:09:38 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2008-01-15T11:09:38Z</dc:date>
    <item>
      <title>ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836471#M16315</link>
      <description>&lt;P&gt;I terminate http and https on the ACE. Within the L4 multi-match policy exists a class for inspection purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class itself filters on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;port misuse p2p&lt;/P&gt;&lt;P&gt;port misuse im&lt;/P&gt;&lt;P&gt;port misuse tunnel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The action for a valid match is reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow WebDAV traffic gets matched by any of the above criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only chance i have to enable WebDAV is to disable/remove the inspection from the multi-match policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a "works as designed", "possible bug" or "bad configuration" issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2008 14:11:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836471#M16315</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2008-01-14T14:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836472#M16316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can't really say it was designed like this.&lt;/P&gt;&lt;P&gt;Now, it could be that webdav behavior is similar to any of the protocol in the list.&lt;/P&gt;&lt;P&gt;Do you know if the problem is for any of the protocols listed or one in particular ?? Did you try just one of them in your match statement ?&lt;/P&gt;&lt;P&gt;Also, do you have a trace when this occurs so we can look at the webdav request ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 15:49:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836472#M16316</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-01-14T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836473#M16317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gilles...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The funny thing is any of the single statements causes match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the class map is filled with only one "qualifier" e.g. port-misuse p2p the inspection engine drops the packet. I tried it with every single statement. Even when the class map is empty it will drop the WebDAV packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking about a possible whitelist the WebDAV traffic and use the port-misuse statements as blacklist approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am not yet sure how to identify WebDAV Traffic within a class map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sniffed the connection and the only thing i see is a "regular" RST packet after the WebDAV Method "PROPFIND".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is all i could find out so far. In my opinion this could be another bug. Because i see no reason to mark WebDAV traffic as malicious content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i would also face a "what the heck have you configured there" statement as long as it helps. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 16:12:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836473#M16317</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2008-01-14T16:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836474#M16318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;I can see the same behavior in my lab.&lt;/P&gt;&lt;P&gt;I will investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 16:57:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836474#M16318</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-01-14T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836475#M16319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear you could reproduce that behavior. So i probably end up with TAC-Call and a DevImage fixing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 09:15:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836475#M16319</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2008-01-15T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836476#M16320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roble,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after some digging in the code and a discussion with the person in charge of this feature, it appears that webdav is not supported by http inspect.  the http method propfind is rejected by http inspect.&lt;/P&gt;&lt;P&gt;This is not considered a bug.&lt;/P&gt;&lt;P&gt;But I believe we might add it with a feature request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 11:09:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836476#M16320</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-01-15T11:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: WebDAV Traffic dropped by inspection</title>
      <link>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836477#M16321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way to go from here is TAC-Call with a feature request? Or is there another approach i should take?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow thanks for clearing up the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 12:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-webdav-traffic-dropped-by-inspection/m-p/836477#M16321</guid>
      <dc:creator>Roble Mumin</dc:creator>
      <dc:date>2008-01-15T12:02:39Z</dc:date>
    </item>
  </channel>
</rss>

