Opened 4 years ago
Closed 4 years ago
#2349 closed enhancement (fixed)
rasqlservlet - support the credentials in basic headers from client
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Currently, rasqlservlet only supports credentials in KVP requests.
It needs to extend this to support the credentials (username/password of an user) in basic authentication headers for some clients.
So, it will check:
- If credentials in KVP → process normally
- If not, check credentials in basic headers
- If not, throw exception missing credentials
Note:
See TracTickets
for help on using tickets.