Ticket #653 (defect)
Opened 2 years ago
Last modified 2 years ago
HTTP authentication should store the authenticated username in the request
Status: closed (fixed)
| Reported by: | lawouach | Assigned to: | lawouach |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Change History
02/07/07 15:30:24: Modified by lawouach
- status changed from new to closed.
- resolution set to fixed.


Implemented in [1614]
The request has now a new attributed called "login" that contains the username if the authentication succeeded and it set to False if it failed. If no auth. took place it is set to None.