Hi,

Would it be generally useful to add a method like:

private Principal principal;

public void setUserPrincipal(Principal principal) {
  this.principal = principal;
}


public Principal getUserPrincipal() { return this.principal; }

to HttpServletRequestWrapper?


Or how would you suggest using a custom request wrapper in cactus? Is there a property I can set (I did not see one, but I might not know what I am looking for...)?


best,
-Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to