RE: [Uri-review] Request for review

Andrey Shur <andreysh@exchange.microsoft.com> Wed, 05 July 2006 04:51 UTC

Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1FxzM3-00070b-Hi; Wed, 05 Jul 2006 00:51:15 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1FxzM2-00070O-Ji for uri-review@ietf.org; Wed, 05 Jul 2006 00:51:14 -0400
Received: from mail3.exchange.microsoft.com ([131.107.1.9]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1FxzM1-0003ip-86 for uri-review@ietf.org; Wed, 05 Jul 2006 00:51:14 -0400
Received: from df-hub-01.exchange.corp.microsoft.com ([157.54.69.171]) by mail3.exchange.microsoft.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 4 Jul 2006 21:51:12 -0700
Received: from df-bhd-02.exchange.corp.microsoft.com ([157.54.71.211]) by df-hub-01.exchange.corp.microsoft.com with Microsoft SMTPSVC(6.0.3790.2706); Tue, 4 Jul 2006 21:51:12 -0700
Received: from df-pug-msg.exchange.corp.microsoft.com (157.54.69.159) by df-bhd-02.exchange.corp.microsoft.com (157.54.71.211) for IMCEAEX-_O=MICROSOFT_OU=FIRST+20ADMINISTRATIVE+20GROUP_CN=RECIPIENTS_CN=ANDREYSH@exchange.microsoft.com with mapi; Tue, 4 Jul 2006 21:51:11 -0700
From: Andrey Shur <andreysh@exchange.microsoft.com>
To: Mark Baker <distobj@acm.org>
Date: Tue, 04 Jul 2006 21:51:25 -0700
Subject: RE: [Uri-review] Request for review
Thread-Topic: [Uri-review] Request for review
Thread-Index: Acaf3B2GWv/vpqt8ToWNKe/415jtbgAAaWhQ
Message-ID: <1D4A05136773CF4DB373F6FE4E10315001972C6231@df-pug-msg.exchange.corp.microsoft.com>
In-Reply-To: <c70bc85d0607041938y21c153dbt39fcda5144940086@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
AcceptLanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginalArrivalTime: 05 Jul 2006 04:51:12.0028 (UTC) FILETIME=[A378E5C0:01C69FEE]
X-Spam-Score: 0.0 (/)
X-Scan-Signature: bdc523f9a54890b8a30dd6fd53d5d024
Cc: "John Calhoon (LCA)" <John.Calhoon@microsoft.com>, TedHardie <hardie@qualcomm.com>, "uri-review@ietf.org" <uri-review@ietf.org>, Jerry Dunietz <jerryd@windows.microsoft.com>, Gregg Brown <greggb@microsoft.com>
X-BeenThere: uri-review@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Proposed URI Schemes <uri-review.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:uri-review@ietf.org>
List-Help: <mailto:uri-review-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/uri-review>, <mailto:uri-review-request@ietf.org?subject=subscribe>
Errors-To: uri-review-bounces@ietf.org

On 7/4/2006, Mark Baker <distobj@acm.com> wrote:

>> >I'd suggest you publish a purely hierarchical URI like the ones I've
>> >suggested, and then use URI rewriting to map it to URIs like that one
>> >above (if that's what your database requires).  Obviously my solution
>> >does rely on hierarchy.
>> >Cheers,
>> >Mark.
>>
>> I'm not sure I understand your suggestion. Could you please provide an >>example on <URI rewriting>, you've mentioned?

>Sure.

>I use rewriting for all my CGI apps, which are by default (with
>Apache) kept in /cgi-bin.  So, for example, I map requests for the URL
>"http://www.markbaker.ca/2002/09/Blog/" to
>"http://www.markbaker.ca/cgi-bin/blosxom".  This is done transparently
>from the client's POV; no redirects required.

>I understand that there are third party plugins which do basically the
>same thing for IIS.

>Mark.

Mark,

I should have been more specific in my previous question. I was asking for explanations on how Uri rewriting may work for the particular case we are discussing - a package residing in a database on a server. I still don't get it.

Could you please provide more specific example?

Regards
- Andrey


-----Original Message-----
From: mbaker@gmail.com [mailto:mbaker@gmail.com] On Behalf Of Mark Baker
Sent: Tuesday, July 04, 2006 7:39 PM
To: Andrey Shur
Cc: Jerry Dunietz; Martin Duerst; John Calhoon (LCA); TedHardie; uri-review@ietf.org; Gregg Brown
Subject: Re: [Uri-review] Request for review

On 7/4/06, Andrey Shur <andreysh@exchange.microsoft.com> wrote:
> Mark,
>
> On 7/4/06, Mark Baker <> wrote:
> >Andrey,
>
> >On 7/4/06, Andrey Shur <andreysh@exchange.microsoft.com> wrote:
> >> Ok. I see your point.
> >> To complete the picture - how your solution works for the packages >>residing in a database on a server? For instance a package at: >>http://www.example.org/foo/packages.asp?name=my.package
>
> >I'd suggest you publish a purely hierarchical URI like the ones I've
> >suggested, and then use URI rewriting to map it to URIs like that one
> >above (if that's what your database requires).  Obviously my solution
> >does rely on hierarchy.
> >Cheers,
> >Mark.
>
> I'm not sure I understand your suggestion. Could you please provide an example on <URI rewriting>, you've mentioned?

Sure.

I use rewriting for all my CGI apps, which are by default (with
Apache) kept in /cgi-bin.  So, for example, I map requests for the URL
"http://www.markbaker.ca/2002/09/Blog/" to
"http://www.markbaker.ca/cgi-bin/blosxom".  This is done transparently
from the client's POV; no redirects required.

I understand that there are third party plugins which do basically the
same thing for IIS.

Mark.

_______________________________________________
Uri-review mailing list
Uri-review@ietf.org
https://www1.ietf.org/mailman/listinfo/uri-review