Re: Tomcat next

2001-09-26 Thread brian moseley
On Wed, 26 Sep 2001, Craig R. McClanahan wrote: > What would *you* like to see happen? (And what would > *you* like to work on to make it happen? :-). did you see my message about virtual host support for authenticators and realms? :) i will likely be able to put some time into it in the near

Re: form based login - update

2001-09-21 Thread brian moseley
On Fri, 21 Sep 2001, pero wrote: > What could be done now? Encoding all image-resources > would be a strange solution and other matching is not > allowed. i use a layout like so: /index.jsp /login.jsp /share/styles.css /share/img/*.gif /main/*.jsp in web.xml i protect /index.jsp and /main

JNDIRealm and virtual hosting

2001-09-17 Thread brian moseley
i'm writing an application that uses JNDIRealm for authentication. works great, but having to configure connection information server.xml is a bit limiting. so i'm trying to figure out the right way to support virtual hosting for JNDIRealm (and possibly by extension for all realms and authenticat

Re: cvs commit: jakarta-tomcat-jasper/jasper34/tools importRpl.plpkgReplace.pl rmImport.pl

2001-06-05 Thread brian moseley
may i suggest something like: find . -name "*.java"|xargs perl -pie 's/import\s+foo\;/import\ bar\;/g' :) On 6 Jun 2001 [EMAIL PROTECTED] wrote: > costin 01/06/05 23:51:29 > > Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl > Log: > Ok, kill me - I used perl to

Re: Taglibs Article

2001-05-25 Thread brian moseley
On Fri, 25 May 2001, Nick Bauman wrote: > 8< > > #foreach( $event in $events ) > $yapper = $meeting.getParticipation( ((MeetingEvent)$event).getFromId() ) > #if( $repRole.equals($yapper.getRole() ) > $repId = $yapper.getParticipantId() > $yapper.getName() > #else > $yapp