Hi,

I have migrated an application from Jetty6 to Jetty7 and everything
works fine for the moment except that the security constraint that is
set as:

<security-constraint>
        <web-resource-collection>
                <web-resource-name>SecureConnection</web-resource-name>
                <url-pattern>/*</url-pattern>
        </web-resource-collection>
        <user-data-constraint>
                <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
</security-constraint>

does not work.

When accessing files/resources from the server it never redirects me
to HTTPS. In Jetty6 that works just fine.

Any ideas why this doesn't work?

-- 
Regards,
Mario Georgiev
Senior Web Developer

Trading 212
www.trading212.com

E-mail: [email protected]
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to