afs opened a new issue, #1376:
URL: https://github.com/apache/jena/issues/1376

   Provide various ways to customize the behaviour of `AuthBearerFilter` by 
subclassing.
   
   The class itself provides a framework for bearer token handling as described 
in RFCs 7235, 6750 and others.
   
   Some environments pass bearer token information information in other ways.
   
   Some environments do not assume challenge-response (401), but assume the 
token is always present if needed.
   
   In order to accommodate these variations and other styles, 
`AuthBearerFilter` can have protected methods to modify its behaviour.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to