Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] problem with security constraint

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: mario.georgiev@xxxxxxxxxxxxxx


Back to the top