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
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
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
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
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