Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

In the doAll() method below the values for 3 request parameters are extracted from the request argument:

  • username
  • password
  • passcode

These parameters can be posted from a simple login.html form and packaged into the webapp.

...

Another way to run the servlet is to launch an interactive unit test which fires up an embedded Triplesec instance along with Jetty. Note that this will startup Triplesec for the EXAMPLE.COM domain so your OS Kerberos Client Configuration should be set accordingly. To run this UI test issue the following command and try not to chuckle (smile):

...