> You have to implement a single method. The method gets the current request > from S, finds the Auth header and parses it. The only thing that's not > built into Lift is the facility for parsing the value of the Auth header. > If I remember correctly, you have to split the header value at ";" Then you > have to make sure the digest is correct. This is going to be your program > logic anyway because it's going to put the record from the database.
Ok sweet - when I was asking about modifying the lift http package, it was the addition of manipulating these authorization headers I was suggesting adding as this appears to me to be generic, reusable functionality. Thoughts? > And that's exactly what you'll get if you follow the code I've already > posted. In the case that the auth header doesn't exist or is wrong, then a > 401 will be returned. In the case that the auth header is properly > presented, then the appropriate response will be presented. Ok cool, I'll take a look at this and give it a whirl. Cheers, Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
