Merge remote-tracking branch 'remotes/origin/master' into ks-subscription-delivery-queue-configurable-name

This commit is contained in:
Ken Stevens 2019-09-27 17:11:55 -04:00
commit a9699c3cf5
1 changed files with 3 additions and 1 deletions

View File

@ -90,5 +90,7 @@ In your web.xml file (within the WEB-INF directory in your WAR file), the follow
<filter-mapping>
<filter-name>CORS Filter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>]]></source>
</filter-mapping>
```