Spelling error (Was: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt)

2003-02-25 Thread Fredrik Westermarck
[EMAIL PROTECTED] wrote: +--- +Administrartion web application: +--- You might want to change 'Administrartion' to 'Administration' in jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt rev 1.57... Regards,

Re: JSPC refactoring/documentation

2002-11-13 Thread Fredrik Westermarck
Costin Manolache wrote: The problem that I and others have experienced is that proposals and/or patches, by non-committers, don't get discussed or voted about. You have to keep pushing. Well I did, but the next person might not. In that case the community as a whole may miss important feature

Release notes

2002-11-13 Thread Fredrik Westermarck
Hi! If the patch which enables JNDIRealms to use SSL will make it into the next release of TC 4.1 it might be a good idea to add it in the release notes too. Regards, Fredrik Westermarck -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional co

Re: JSPC refactoring/documentation

2002-11-12 Thread Fredrik Westermarck
Costin Manolache wrote: Do you actually mean that a new feature will only be added if there is enough committers that need the feature? Does this apply only to 4.1.x? Well... In theory it should apply to all tomcat features, or at least to important ones - they must be first proposed on the lis

Re: JSPC refactoring/documentation

2002-11-12 Thread Fredrik Westermarck
Costin Manolache wrote: I consider 4.1.x can recieve bug fixes and minor feature additions (example: the JNDI realm new feature which just got added, optimisations, etc ...), similar to HTTPd 2.0. This is consistent with the patches I and others have been applying, the release process we've been

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realmJNDIRealm.java

2002-11-11 Thread Fredrik Westermarck
Amy Roh wrote: I don't use SSL with JNDIRealm so I didn't test this out. However, the patch seems ok and has been ignored long enough (with a few complaints). ;-) Let me know if there're any issues. Thank you! -- To unsubscribe, e-mail: F

Re: [Request] Commit the JNDIRealm patch

2002-11-08 Thread Fredrik Westermarck
Jonathan Eric Miller wrote: I have a patch as well which I submitted back in June. I haven't received a response either. Well I guess you and I are the only ones using SSL to connect to our directory servers... It would be nice if someone reviewed our patches, merged and commited them, or atl

[Request] Commit the JNDIRealm patch

2002-11-07 Thread Fredrik Westermarck
Hi! I have on several occations tried to get my patch commited without any luck, no one have opposed the patch or the actual implementation. The patch enables the JNDIRealm to connect to a directory server using SSL. The patch (and docs-patch) can be found in my original post

Re: The JNDIRealm

2002-10-22 Thread Fredrik Westermarck
?? ??? wrote: Hi! On this subject already wrote Fredrik Westermarck. I concerning JNDIRealm. Unfortunately I am not yet commiter, therefore of powerful contribution bring I can not. Usage SSL in JNDIRealm is a urgent subject - we use it for authentification of the users registered in

The JNDIRealm

2002-10-21 Thread Fredrik Westermarck
Hi! On the 27th Sep I posted a patch regarding JNDIRealm and SSL (http://www.mail-archive.com/tomcat-dev@;jakarta.apache.org/msg34121.html). When I didn't get any feedback on the patch for a couple of weeks I sent a followup to try to remaind the tomcat developer community of the existance of

Re: [patch] JNDIRealm and SSL

2002-10-02 Thread Fredrik Westermarck
Fredrik Westermarck wrote: > Hi! > > I have added the possibility to use SSL with the JNDIRealm in the file > JNDIRealm.java.diff. So how about this patch? Anyone that want to commit it, or else comment on how it could be done in a better way? -- To unsubscribe, e-mail: &l

[patch] JNDIRealm and SSL

2002-09-27 Thread Fredrik Westermarck
) for the configuration in the realm.xml.diff. O, as a bonus I did remove some unused imports and a fixed a typo in the javadoc in JNDRealm. Regards, Fredrik Westermarck JNDIRealm.java.diff Description: Binary data realm.xml.diff Description: Binary data -- To unsubscribe, e-mail: <mai

Building jakarta-tomcat-connectors issue

2002-09-25 Thread Fredrik Westermarck
rta/jakarta-tomcat-connectors/jk/build.xml:377: Class org.apache.tools.ant.taskdefs.condition.Not doesn't support the nested "isset" element. I'm using Ant 1.5 and the jakarta-tomcat-connectors from HEAD. What to do about it? All I want to do is to compile Tomcat. :P Regar