For the purpose of furthering my suggestion to IPV6 technology,
I suggest that, in IPV6 , the URLs which consists of square brackets can be
encapsulated by another set of square brackets, which can be used for User
Authentication Protocol (UAP) purpose.

Eg:

[http://[3ffe:2a00:100:7031::1]][http://[::FFFF:129.144.52.38]:80/index.html
][http://[3ffe:2a00:100:7031::1]]



A brief pseudocode for the push algo to retrieve the URL to its original
look

stack bracketList
string tempChar
string urllist

push openbracket
// start from second char
while not equal end of string && not equal '['
    if character not equal ']'
        concat to tempChar
    else if character equal ']'
        pop up openbracket
            if no more openbracket then
                URL Got
            else
                continue
    else if character equal '['
        push openbracket
wend of while
            continue


----- Original Message -----
From: Tony Hain <[EMAIL PROTECTED]>
To: 'Linda' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: 'alan chew' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 6:05 AM
Subject: RE: Comment on RFC 2485-DHCP Option for The Open Group's User
Authentication Protocol


> see http://www.ietf.org/rfc/rfc2732.txt
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Linda
> Sent: Saturday, September 07, 2002 12:30 PM
> To: [EMAIL PROTECTED]
> Cc: alan chew; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Comment on RFC 2485-DHCP Option for The Open Group's User
> Authentication Protocol
>
>
> In reference to RFC 2485, I would like to suggest some alternatives to
> the things written.
> In the last section of User Authentication Protocol Option
> "URL list             A list of one or more URLs separated by the ASCII
> space character (0x20)."
>
> 1. Instead of ASCII space character, we should use square brackets [ ]
> to determine the next URL in the   sequence. Space character is not
> encouraged as most webservers today support space in URL.
> Other ASCII characters is not suitable for implementation is it might
> also appear in the URL.
> To lessen the burden to the client to single out the URLs, we can
> encapsulate each URL with square brackets, not replacing it. The url
> should look something like this
> :[http://www.yahoo.com][http://www.google.com]
> 2. Port identifier includes into the consideration of showing it to the
> URL. By appending the port number at the end of the URL, eg:
> [http://www.yahoo.com:80] we can enable the UAP to detemine the port in
> an easier manner.
> Additional comments are welcome.
>
> Linda Lam Hooi
> School of Computer Science
> USM Penang,
> Malaysia
>
> --------------------------------------------------------------------
> IETF IPng Working Group Mailing List
> IPng Home Page:                      http://playground.sun.com/ipng
> FTP archive:                      ftp://playground.sun.com/pub/ipng
> Direct all administrative requests to [EMAIL PROTECTED]
> --------------------------------------------------------------------
>
>

--------------------------------------------------------------------
IETF IPng Working Group Mailing List
IPng Home Page:                      http://playground.sun.com/ipng
FTP archive:                      ftp://playground.sun.com/pub/ipng
Direct all administrative requests to [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to