Authentifizierung fuer Modul jdk.httpserver
ulrich
2021-06-04 83896588e20d7e532d0e2fdc17512772c29533a8
src/de/uhilger/httpserver/auth/handler/LoginHandler.java
@@ -1,5 +1,5 @@
/*
  jwtTest - JSON Web Token Testimplementierung
  http-auth - Authentication Extensions to jdk.httpserver
  Copyright (C) 2021  Ulrich Hilger
  This program is free software: you can redistribute it and/or modify
@@ -48,7 +48,7 @@
   * Wenn einfach ein HTML-Formular hierhin geschickt wird, das wie
   * bei Java die Formular-Eingabefelder 'j_username' und 'j_password'
   * enthaelt, kommt im Body folgendes an:
   * j_username=name&j_password=password
   * j_username=name&j_password=password
   *
   * body koennte auch einen JSON-Ausdruck enthalten wie z.B.
   * {"name": "fred", "password": "secret"}