https://bz.apache.org/bugzilla/show_bug.cgi?id=62585

Fuwei Chin <fuweic...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Fuwei Chin <fuweic...@gmail.com> ---
Sorry the submitted filter XML comes from a revised edition.

The original edition of filter XML is like

> <filter>
>       <filter-name>cors</filter-name>
>       <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
>       <init-param>
>               <param-name>cors.allowed.origins</param-name>
>               <param-value>*</param-value>
>       </init-param>
>       <!-- ... -->
>       <init-param>
>               <param-name>cors.support.credentials</param-name>
>               <param-value>true</param-value>
>       </init-param>
> </filter>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to