Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 579 Bytes

wicket-7-spring-security

Wicket 7 and Spring Security Integration

This is sample project to demonstrate the integration Spring Security with Apache Wicket

You will find 2 branches master and spring-security-3.

  • Master branch has Spring Security 4.2.1 working Apache Wicket 7.

  • spring-security-3 provides a Working version of Spring Security 3 and Apache Wicket 7

Pages

  • The main home page is accessible to all.
  • The /user page requires authentication and simply displays the user name.
  • The /login page provides a custom login form and redirects to user page.