DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41096


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2006-12-02 09:11 -------
99.9% of all security manager issues are configuration problems, not bugs. In
this case all the information provided points to a configuration issue, hence
the pointer to the users list.

Further, no information has been provided that would enable this issue to be
reproduced.

Finally, a quick test this morning shows, as expected, that with JavaMail in
shared/lib and the default catalina.security policy the only additional
permission required to send mail is:

grant codeBase "file:${catalina.home}/webapps/bugs/-" {
     permission java.net.SocketPermission "mailhost:25", "connect";
};

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to