Dmitri Hrapof wrote:
I understand that, but take, for example (cookie-in name &optional request) where request defaults to *REQUEST*.
COOKIE-IN doesn't have the * suffix because it doesn't conflict with an accessor name.
I think request-uri* could be a default method for the generic function request-uri.
I don't get what you're aiming for, but surely REQUEST-URI* can never be a method for a generic function named REQUEST-URI (lest you apply some serious MOP hackery maybe).
Leslie