thanx, Kristian
Daniel Rall wrote: > > kristian meier <[EMAIL PROTECTED]> writes: > > > i am quiet new to opensource, etc and i have some small questions. > > > > we are going to use the webserver in our new release. for this we need > > SSL. there is a quite convinient tool for setting up the neccassary > > ssl-system-properties, the SecurityTools. but unfortunatly there is no > > setter-method for the TrustStorePassword and the getter uses the > > DEFAULT_KEY_PASSWORD if not set. > > > > what shall i do ? is there any chance that this will be fixed in a maybe > > new release ? shall i copy and paste this class to my own sources and > > fix it there. shall i prepare a PATCH and to whom i suppose to send this > > ? are there maybe plans to remove the SecurityTool in future releases, > > since right now it is not really usable ? > > > > would be nice if someone answers one or the other question. > > Hi Kristian. I've applied the patch you sent a while back for > SecurityTool. If you come across more problems, please file an issue > at <http://nagoya.apache.org/bugzilla/>. > > For future reference, it's best to send patches in unidiff format > <http://jakarta.apache.org/site/source.html>. The larger (and more > concise) the description, and the smaller the size of the patch, the > more likely that someone will look at it sooner (as opposed to later, > like this one, where the description and patch was split up over 3 > messages, one of which I forwarded to the list). > > Dan
