Hi, I am working on an application using Realm.
I'm trying to use "/*.htm" in the ur-pattern tag but it is
 not working.
Is that a bug? Am I doing anything wrong?

        <security-constraint>
                <web-resource-collection>
                        <web-resource-name>Sample</web-resource-name>
                        <url-pattern>/*.htm</url-pattern>
                </web-resource-collection>
                <auth-constraint>
                        <role-name>guest</role-name>
                </auth-constraint>
        </security-constraint>

I'll appreciate all help.
Thanks.

Ricardo Kohler Costa.
________________________________________________
Don't E-Mail, ZipMail! http://www.zipmail.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to