[Mono-devel-list] Patch for xsp/server/ApplicationServer.cs

ian joyce ian.joyce at gmail.com
Wed Jun 30 11:43:30 EDT 2004


One is automatically appended in
ApplicationServer::AddApplicationsFromCommandLine() if it doesn't
already have one.

--Ian

On Wed, 30 Jun 2004 17:20:22 +0200, Jaroslaw Kowalski <jaak at zd.com.pl> wrote:
> 
> How about appending a trailing backslash to vpath ?
> 
> mono /usr/local/bin/xsp.exe --applications /xxx/:.,/:.
> 
> I'm writing this off memory so it may not work at all.
> 
> Jarek
> 
> 
> ----- Original Message -----
> From: "ian joyce" <ian.joyce at gmail.com>
> To: <Mono-devel-list at lists.ximian.com>
> Sent: Wednesday, June 30, 2004 4:24 PM
> Subject: Re: [Mono-devel-list] Patch for xsp/server/ApplicationServer.cs
> 
> > It looks like VPathToHost::Match may need looking at because:
> >
> > mono /usr/local/bin/xsp.exe --applications /xxx:.,/:. works with the
> patch, but
> > mono /usr/local/bin/xsp.exe --applications /:.,/xxx:. doesn't.
> >
> > Or am I missing something?  Should I not be using VPathToHost::Match
> method to
> > check for duplicates?
> >
> > --Ian
> >
> > On Wed, 30 Jun 2004 09:16:45 -0500, ian joyce <ian.joyce at gmail.com> wrote:
> > >
> > > It looks like VPathToHost::Match may need looking at because:
> > >
> > > mono /usr/local/bin/xsp.exe --applications /xxx:.,/:. works with the
> patch, but
> > > mono /usr/local/bin/xsp.exe --applications /:.,/xxx:. doesn't.
> > >
> > > Or am I missing something?  Should I not be using the match method to
> > > check for duplicates?
> > >
> > > --Ian
> > >
> > >
> > >
> > >
> > > On Wed, 30 Jun 2004 03:53:16 +0200, Gonzalo Paniagua Javier
> > > <gonzalo at ximian.com> wrote:
> > > >
> > > > El lun, 28-06-2004 a las 05:44, ian joyce escribió:
> > > >
> > > > > Disallows duplicate VPathToHosts in
> > > > > ApplicationServer::AddApplication(string, int, string, string).
> > > >
> > > > The patch does not work if you have, for example, an application in /
> > > > and another different one in /xxx.
> > > >
> > > > -Gonzalo
> > > >
> > > > _______________________________________________
> > > > Mono-devel-list mailing list
> > > > Mono-devel-list at lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > > >
> > >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> 
>



More information about the Mono-devel-list mailing list