Bugs item #1684327, was opened at 2007-03-20 15:27 Message generated for change (Comment added) made by mzabaluev You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1684327&group_id=143636
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Rajeev K (rajuareraju) Assigned to: Nobody/Anonymous (nobody) Summary: Stack is not caching authentication credentials Initial Comment: Section 22.2 of RFC 3261 says "Once authentication credentials have been supplied either directly by the user, or discovered in an internal keyring), UAs SHOULD cache the credentials for a given value of the To header field and "realm" and attempt to re-use these values on the next request for that destination.". and the stack is not doing it. For the end user there is no effect of this bug, but the application will generate more traffic with a proxy which will challenge all the requests. ---------------------------------------------------------------------- Comment By: Mikhail Zabaluev (mzabaluev) Date: 2007-10-05 19:05 Message: Logged In: YES user_id=313104 Originator: NO This leads to some proxies challenging unlikely requests such as BYE, so the client has to add authentication handling for nua_r_bye etc. (not a bad thing to do anyway). The stack caches the credentials only for ACKs which are sent as a result of a 200 response, but not ACK for the other status codes. Isn't it in violation of RFC 3261? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1684327&group_id=143636 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel