HTTP over PPPoE???

HTTP over PPPoE???

am 11.01.2010 08:57:07 von ChiaTzung.Liu

------_=_NextPart_001_01CA9293.ACD0FA2C
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi all,

=20

I meet a problem about HTTP over PPPoE. I describe my question firstly, =
and thanks for your help.

=20

I establish a HTTP Server Apache/2.2.9 in Unix, and it connects to =
Internet by PPPoE.

Then, I use other pc in WAN to download a file from Server.

After downloading, I got the wrong content of that file, such as...

=20

Original File: abcdefg

Downloaded File: abccdefg

=20

I also try to capture packages, and I see a strange thing...

Package1's Content: abc

Package2's Content: cdefg

=20

The content of Package2 should be defg, not cdefg. The start point of =
Package2 is wrong, so lead to content error.

But interesting, this only happens when...

1. Use HTTP (if I use https, it is ok!)

2. Download a bigger file. (actually, if I download small files, it =
is ok!)

For example,=20

Download 8038 bytes file =E8 SUCCESS

Download 38058 bytes file =E8 FAIL

3. If I use pc in the same LAN with my Server, and download it =
directly, it is ok! (not via PPPoE)

=20

Does anyone has any idea? Or who can tell me how to find where httpd do =
sending file in source code?

Thanks !!

=20

Aslan

2010/01/11


------_=_NextPart_001_01CA9293.ACD0FA2C
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">


charset=3Diso-8859-1">





style=3D'text-justify-trim:punctuation'>



Hi all,



 



I meet a problem about HTTP over =
PPPoE. I
describe my question firstly, and thanks for your =
help.



 



I establish a HTTP Server =
Apache/2.2.9 in
Unix, and it connects to Internet by PPPoE.



Then, I use other pc in WAN to =
download a
file from Server.



After downloading, I got the =
wrong content of
that file, such as…



 



Original File: =
abcdefg



Downloaded File: =
abccdefg



 



I also try to capture packages, =
and I see a
strange thing…



Package1’s Content: =
abc



Package2’s Content: =
cdefg



 



The content of Package2 should =
be defg, not
cdefg. The start point of Package2 is wrong, so lead to content =
error.



But interesting, this only =
happens when…



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd;
text-indent:-18.0pt;mso-list:l0 level1 lfo1'> lang=3DEN-US>1. "Times New Roman"'>     
Use HTTP (if I use =
https, it is
ok!)



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd;
text-indent:-18.0pt;mso-list:l0 level1 lfo1'> lang=3DEN-US>2. "Times New Roman"'>     
Download a bigger =
file. (actually,
if I download small files, it is ok!)



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd'> lang=3DEN-US>For example,



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd'> lang=3DEN-US>=A0 Download 8038 bytes file style=3D'font-family:
Wingdings'>=E8
SUCCESS



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd'> lang=3DEN-US>=A0Download 38058 bytes file style=3D'font-family:
Wingdings'>=E8
FAIL



style=3D'margin-left:42.0pt;mso-para-margin-left:0gd;
text-indent:-18.0pt;mso-list:l0 level1 lfo1'> lang=3DEN-US>3. "Times New Roman"'>     
If I use pc in the =
same LAN
with my Server, and download it directly, it is ok! (not via =
PPPoE)



 



Does anyone has any idea? Or who =
can tell
me how to find where httpd do sending file in source =
code?



Thanks !!



 



Aslan



2010/01/11









------_=_NextPart_001_01CA9293.ACD0FA2C--

Re: HTTP over PPPoE???

am 11.01.2010 09:12:47 von Nilesh Govindrajan

On 01/11/2010 01:27 PM, ChiaTzung Liu wrote:
> Hi all,
>
> I meet a problem about HTTP over PPPoE. I describe my question firstly,
> and thanks for your help.
>
> I establish a HTTP Server Apache/2.2.9 in Unix, and it connects to
> Internet by PPPoE.
>
> Then, I use other pc in WAN to download a file from Server.
>
> After downloading, I got the wrong content of that file, such as…
>
> Original File: abcdefg
>
> Downloaded File: abccdefg
>
> I also try to capture packages, and I see a strange thing…
>
> Package1’s Content: abc
>
> Package2’s Content: cdefg
>
> The content of Package2 should be defg, not cdefg. The start point of
> Package2 is wrong, so lead to content error.
>
> But interesting, this only happens when…
>
> 1. Use HTTP (if I use https, it is ok!)
>
> 2. Download a bigger file. (actually, if I download small files, it is ok!)
>
> For example,
>
> Download 8038 bytes file è SUCCESS
>
> Download 38058 bytes file è FAIL
>
> 3. If I use pc in the same LAN with my Server, and download it directly,
> it is ok! (not via PPPoE)
>
> Does anyone has any idea? Or who can tell me how to find where httpd do
> sending file in source code?
>
> Thanks !!
>
> Aslan
>
> 2010/01/11
>

Something is modifying your request. Not sure, but can be a proxy.

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: HTTP over PPPoE???

am 11.01.2010 09:18:01 von ChiaTzung.Liu

But I don't enable proxy.c in httpd. In addition, these captured =
packages is captured in LAN directly, not in WAN.
So I think not proxy issue.

-----Original Message-----
From: Nilesh Govindarajan [mailto:lists@itech7.com]=20
Sent: Monday, January 11, 2010 4:13 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] HTTP over PPPoE???

On 01/11/2010 01:27 PM, ChiaTzung Liu wrote:
> Hi all,
>
> I meet a problem about HTTP over PPPoE. I describe my question =
firstly,
> and thanks for your help.
>
> I establish a HTTP Server Apache/2.2.9 in Unix, and it connects to
> Internet by PPPoE.
>
> Then, I use other pc in WAN to download a file from Server.
>
> After downloading, I got the wrong content of that file, such as...
>
> Original File: abcdefg
>
> Downloaded File: abccdefg
>
> I also try to capture packages, and I see a strange thing...
>
> Package1's Content: abc
>
> Package2's Content: cdefg
>
> The content of Package2 should be defg, not cdefg. The start point of
> Package2 is wrong, so lead to content error.
>
> But interesting, this only happens when...
>
> 1. Use HTTP (if I use https, it is ok!)
>
> 2. Download a bigger file. (actually, if I download small files, it is =
ok!)
>
> For example,
>
> Download 8038 bytes file =E8 SUCCESS
>
> Download 38058 bytes file =E8 FAIL
>
> 3. If I use pc in the same LAN with my Server, and download it =
directly,
> it is ok! (not via PPPoE)
>
> Does anyone has any idea? Or who can tell me how to find where httpd =
do
> sending file in source code?
>
> Thanks !!
>
> Aslan
>
> 2010/01/11
>

Something is modifying your request. Not sure, but can be a proxy.

--=20
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server =
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: HTTP over PPPoE???

am 11.01.2010 09:19:43 von Nilesh Govindrajan

On 01/11/2010 01:48 PM, ChiaTzung Liu wrote:
> But I don't enable proxy.c in httpd. In addition, these captured packages is captured in LAN directly, not in WAN.
> So I think not proxy issue.
>
> -----Original Message-----
> From: Nilesh Govindarajan [mailto:lists@itech7.com]
> Sent: Monday, January 11, 2010 4:13 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] HTTP over PPPoE???
>
> On 01/11/2010 01:27 PM, ChiaTzung Liu wrote:
>> Hi all,
>>
>> I meet a problem about HTTP over PPPoE. I describe my question firstly,
>> and thanks for your help.
>>
>> I establish a HTTP Server Apache/2.2.9 in Unix, and it connects to
>> Internet by PPPoE.
>>
>> Then, I use other pc in WAN to download a file from Server.
>>
>> After downloading, I got the wrong content of that file, such as...
>>
>> Original File: abcdefg
>>
>> Downloaded File: abccdefg
>>
>> I also try to capture packages, and I see a strange thing...
>>
>> Package1's Content: abc
>>
>> Package2's Content: cdefg
>>
>> The content of Package2 should be defg, not cdefg. The start point of
>> Package2 is wrong, so lead to content error.
>>
>> But interesting, this only happens when...
>>
>> 1. Use HTTP (if I use https, it is ok!)
>>
>> 2. Download a bigger file. (actually, if I download small files, it is ok!)
>>
>> For example,
>>
>> Download 8038 bytes file è SUCCESS
>>
>> Download 38058 bytes file è FAIL
>>
>> 3. If I use pc in the same LAN with my Server, and download it directly,
>> it is ok! (not via PPPoE)
>>
>> Does anyone has any idea? Or who can tell me how to find where httpd do
>> sending file in source code?
>>
>> Thanks !!
>>
>> Aslan
>>
>> 2010/01/11
>>
>
> Something is modifying your request. Not sure, but can be a proxy.
>

What do you see in accesslog ? The requested file or something else ?

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: HTTP over PPPoE???

am 11.01.2010 09:54:01 von ChiaTzung.Liu

Request a file, something like "GET ...."
In addition, if Server connects to the other PPPoE Server, it is ok..

For example...
Server --> self_PPPoE Server --> ISP PPPoE Server (PASS)
Server --> ISP PPPoE Server (FAIL)

-----Original Message-----
From: Nilesh Govindarajan [mailto:lists@itech7.com]=20
Sent: Monday, January 11, 2010 4:20 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] HTTP over PPPoE???

On 01/11/2010 01:48 PM, ChiaTzung Liu wrote:
> But I don't enable proxy.c in httpd. In addition, these captured =
packages is captured in LAN directly, not in WAN.
> So I think not proxy issue.
>
> -----Original Message-----
> From: Nilesh Govindarajan [mailto:lists@itech7.com]
> Sent: Monday, January 11, 2010 4:13 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] HTTP over PPPoE???
>
> On 01/11/2010 01:27 PM, ChiaTzung Liu wrote:
>> Hi all,
>>
>> I meet a problem about HTTP over PPPoE. I describe my question =
firstly,
>> and thanks for your help.
>>
>> I establish a HTTP Server Apache/2.2.9 in Unix, and it connects to
>> Internet by PPPoE.
>>
>> Then, I use other pc in WAN to download a file from Server.
>>
>> After downloading, I got the wrong content of that file, such as...
>>
>> Original File: abcdefg
>>
>> Downloaded File: abccdefg
>>
>> I also try to capture packages, and I see a strange thing...
>>
>> Package1's Content: abc
>>
>> Package2's Content: cdefg
>>
>> The content of Package2 should be defg, not cdefg. The start point of
>> Package2 is wrong, so lead to content error.
>>
>> But interesting, this only happens when...
>>
>> 1. Use HTTP (if I use https, it is ok!)
>>
>> 2. Download a bigger file. (actually, if I download small files, it =
is ok!)
>>
>> For example,
>>
>> Download 8038 bytes file =E8 SUCCESS
>>
>> Download 38058 bytes file =E8 FAIL
>>
>> 3. If I use pc in the same LAN with my Server, and download it =
directly,
>> it is ok! (not via PPPoE)
>>
>> Does anyone has any idea? Or who can tell me how to find where httpd =
do
>> sending file in source code?
>>
>> Thanks !!
>>
>> Aslan
>>
>> 2010/01/11
>>
>
> Something is modifying your request. Not sure, but can be a proxy.
>

What do you see in accesslog ? The requested file or something else ?

--=20
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server =
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: HTTP over PPPoE???

am 11.01.2010 13:51:09 von Eric Covener

On Mon, Jan 11, 2010 at 3:54 AM, ChiaTzung Liu
wrote:
> Request a file, something like "GET ...."
> In addition, if Server connects to the other PPPoE Server, it is ok..
>
> For example...
> Server --> self_PPPoE Server --> ISP PPPoE Server (PASS)
> Server --> ISP PPPoE Server (FAIL)


I would naively guess that it's an MTU problem. Have you tried
setting it comically low?

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: HTTP over PPPoE???

am 12.01.2010 02:16:20 von ChiaTzung.Liu

Yes, I also tested MTU 1280, 1480 and 1492.
And all of these don't work....

-----Original Message-----
From: Eric Covener [mailto:covener@gmail.com]=20
Sent: Monday, January 11, 2010 8:51 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] HTTP over PPPoE???

On Mon, Jan 11, 2010 at 3:54 AM, ChiaTzung Liu
wrote:
> Request a file, something like "GET ...."
> In addition, if Server connects to the other PPPoE Server, it is ok..
>
> For example...
> Server --> self_PPPoE Server --> ISP PPPoE Server (PASS)
> Server --> ISP PPPoE Server (FAIL)


I would naively guess that it's an MTU problem. Have you tried
setting it comically low?

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: HTTP over PPPoE???

am 13.01.2010 11:02:58 von Matus UHLAR - fantomas

On 11.01.10 16:18, ChiaTzung Liu wrote:
> But I don't enable proxy.c in httpd. In addition, these captured packages is captured in LAN directly, not in WAN.
> So I think not proxy issue.

do you mean, both original and downloaded are captured in LAN and they
differ?

isn't it possible that there is intercepting (often incorrectly called
"transparent") proxy somewhere in between?
--
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I wonder how much deeper the ocean would be without sponges.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: HTTP over PPPoE???

am 13.01.2010 12:27:00 von ChiaTzung.Liu

I don't think so. I try to draw my environment as following...

WebServer --SendData--> HUB --SendData--> PPPoE Router
--SendData(ISP)--> Client
|
|
-----> Capture packages by Wireshark

And the captured data is different from the original in WebServer.
Happen some overlaps.=20

However, if I build PPPoE Server by myself on Linux, it is OK!!!=20
Has any configuration in PPPoE Server may lead to this situation?
I think the root cause maybe is the configuration in ISP's PPPoE Server.

Does anyone has idea?

-----Original Message-----
From: Matus UHLAR - fantomas [mailto:uhlar@fantomas.sk]=20
Sent: Wednesday, January 13, 2010 6:03 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] HTTP over PPPoE???

On 11.01.10 16:18, ChiaTzung Liu wrote:
> But I don't enable proxy.c in httpd. In addition, these captured
packages is captured in LAN directly, not in WAN.
> So I think not proxy issue.

do you mean, both original and downloaded are captured in LAN and they
differ?

isn't it possible that there is intercepting (often incorrectly called
"transparent") proxy somewhere in between?=20
--=20
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I wonder how much deeper the ocean would be without sponges.=20

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server
Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: HTTP over PPPoE???

am 16.01.2010 14:57:09 von xerces9

2010/1/13 ChiaTzung Liu :
> I don't think so. I try to draw my environment as following...
>
> WebServer =A0--SendData--> =A0HUB =A0--SendData--> =A0PPPoE Router
> --SendData(ISP)--> =A0Client
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 |
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 |
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 -----> Capture packages b=
y Wireshark
>
> And the captured data is different from the original in WebServer.
> Happen some overlaps.
>
> However, if I build PPPoE Server by myself on Linux, it is OK!!!

You mean if the PPPoE connection is made by your server instead of the rout=
er?
Well isn't it then ovious? The problem is in the router.
What router is it? Does it connect to some xDSL modem?
Was it provided by the ISP (the router)?
Try to turn off all firewall and packet inspection on the router.

Regards,
David

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

RE: HTTP over PPPoE???

am 20.01.2010 06:38:26 von ChiaTzung.Liu

VGhhbmtzIGZvciB5b3VyIHJlcGx5LiANCkkgZG9uJ3QgdGhpbmsgdGhlIHBy b2JsZW0gaXMgaW4g
Um91dGVyLg0KQmVjYXVzZSBpZiBJIHVzZSB0aGUgb3RoZXIgUEMgd2l0aCBX ZWJTZXJ2ZXIsIGFs
bCBvZiB0cmFuc2FjdGlvbnMgYmV0d2VlbiBTZXJ2ZXIgYW5kIENsaWVudCBp cyBjb3JyZWN0Lg0K
DQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogRGF2aWQgQmFs YcW+aWMgW21haWx0
bzp4ZXJjZXM5QGdtYWlsLmNvbV0gDQpTZW50OiBTYXR1cmRheSwgSmFudWFy eSAxNiwgMjAxMCA5
OjU3IFBNDQpUbzogdXNlcnNAaHR0cGQuYXBhY2hlLm9yZw0KU3ViamVjdDog UmU6IFt1c2Vyc0Bo
dHRwZF0gSFRUUCBvdmVyIFBQUG9FPz8/DQoNCjIwMTAvMS8xMyBDaGlhVHp1 bmcgTGl1IDxDaGlh
VHp1bmcuTGl1QHp5eGVsLmNvbS50dz46DQo+IEkgZG9uJ3QgdGhpbmsgc28u IEkgdHJ5IHRvIGRy
YXcgbXkgZW52aXJvbm1lbnQgYXMgZm9sbG93aW5nLi4uDQo+DQo+IFdlYlNl cnZlciDCoC0tU2Vu
ZERhdGEtLT4gwqBIVUIgwqAtLVNlbmREYXRhLS0+IMKgUFBQb0UgUm91dGVy DQo+IC0tU2VuZERh
dGEoSVNQKS0tPiDCoENsaWVudA0KPiDCoCDCoCDCoCDCoCDCoCDCoCDCoCDC oCDCoCDCoCDCoCDC
oCB8DQo+IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIHwN Cj4gwqAgwqAgwqAg
wqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgLS0tLS0+IENhcHR1cmUgcGFj a2FnZXMgYnkgV2ly
ZXNoYXJrDQo+DQo+IEFuZCB0aGUgY2FwdHVyZWQgZGF0YSBpcyBkaWZmZXJl bnQgZnJvbSB0aGUg
b3JpZ2luYWwgaW4gV2ViU2VydmVyLg0KPiBIYXBwZW4gc29tZSBvdmVybGFw cy4NCj4NCj4gSG93
ZXZlciwgaWYgSSBidWlsZCBQUFBvRSBTZXJ2ZXIgYnkgbXlzZWxmIG9uIExp bnV4LCBpdCBpcyBP
SyEhIQ0KDQpZb3UgbWVhbiBpZiB0aGUgUFBQb0UgY29ubmVjdGlvbiBpcyBt YWRlIGJ5IHlvdXIg
c2VydmVyIGluc3RlYWQgb2YgdGhlIHJvdXRlcj8NCldlbGwgaXNuJ3QgaXQg dGhlbiBvdmlvdXM/
IFRoZSBwcm9ibGVtIGlzIGluIHRoZSByb3V0ZXIuDQpXaGF0IHJvdXRlciBp cyBpdD8gRG9lcyBp
dCBjb25uZWN0IHRvIHNvbWUgeERTTCBtb2RlbT8NCldhcyBpdCBwcm92aWRl ZCBieSB0aGUgSVNQ
ICh0aGUgcm91dGVyKT8NClRyeSB0byB0dXJuIG9mZiBhbGwgZmlyZXdhbGwg YW5kIHBhY2tldCBp
bnNwZWN0aW9uIG9uIHRoZSByb3V0ZXIuDQoNClJlZ2FyZHMsDQpEYXZpZA0K DQotLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0t
LS0NClRoZSBvZmZpY2lhbCBVc2VyLVRvLVVzZXIgc3VwcG9ydCBmb3J1bSBv ZiB0aGUgQXBhY2hl
IEhUVFAgU2VydmVyIFByb2plY3QuDQpTZWUgPFVSTDpodHRwOi8vaHR0cGQu YXBhY2hlLm9yZy91
c2Vyc2xpc3QuaHRtbD4gZm9yIG1vcmUgaW5mby4NClRvIHVuc3Vic2NyaWJl LCBlLW1haWw6IHVz
ZXJzLXVuc3Vic2NyaWJlQGh0dHBkLmFwYWNoZS5vcmcNCiAgICIgICBmcm9t IHRoZSBkaWdlc3Q6
IHVzZXJzLWRpZ2VzdC11bnN1YnNjcmliZUBodHRwZC5hcGFjaGUub3JnDQpG b3IgYWRkaXRpb25h
bCBjb21tYW5kcywgZS1tYWlsOiB1c2Vycy1oZWxwQGh0dHBkLmFwYWNoZS5v cmcNCg0K