- What is a good and secure web payment architecture
- <security-constraint>
- <user-data-constraint>
- <transport-guarantee>CONFIDENTIAL</transport-guarantee>
- </user-data-constraint>
- <web-resource-collection>
- <url-pattern>your_payment_page.jsp</url-pattern>
- </web-resource-collection>
- </security-constraint>