URL not correctly parsed if password contains number sign ('#')
Guertler Mario <[email protected]> Thu, 4 Feb 2016 14:12:03 +0000
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <[email protected]> |
--_004_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_
Content-Type: multipart/alternative;
boundary="_000_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_"
--_000_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all,
I think I found a bug in your implementation. We are using JCIFS in many ap=
plications successfully, but if the number sign ('#') is used in password t=
hen we get problems.
I already figured out where the problem is; the passed URL string of constr=
uctor 'public SmbFile(String url)' is not correctly parsed.
The following code:
String connectString =3D"smb://user:passwort#123456789@host/share/Test/";
SmbFile polledFile =3D new SmbFile(connectString);
Results in following field variables of class SmbFile or better of class UR=
L
authority "user:test#123456789@host"
file "#123456789@host/share/Test/"
path "#123456789@host/share/Test/"
protocol "smb"
userInfo "user:test#123456789"
So you can see that the file/path is not correct und the access to this fil=
e will fail because it does not exist.
Mit freundlichem Gru=DF / Best regards
Mario G=FCrtler
Senior Engineer
znt Zentren f=FCr Neue Technologien GmbH
Institut Dresden
Am Brauhaus 12
D-01099 Dresden
Hauptverwaltung und Sitz: Lena-Christ-Str. 2, 82031 Gr=FCnwald, Amtsgericht=
M=FCnchen HRB 179019
Gesch=E4ftsf=FChrer: Bernhard Marsoner, Ulrike Birnstiel
Prokuristen: Hans Mayer, Gerhard Schrottshamer
Office: +49 351 652 480-20
Mobile:
Fax: +49 351 652 480-29
E-Mail: [email protected]
Web: http://www.znt-richter.com<http://www.znt-richter.com/>
[http://www.znt-richter.com/mlogos/logo.jpg]
Munich | Burghausen | Dresden | Villach/Austria | Singapore | Penang/Malays=
ia | San Francisco/USA
Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte Informa=
tionen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrt=FC=
mlich erhalten haben, informieren Sie bitte sofort den Absender und vernich=
ten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergab=
e dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you =
are not the intended recipient (or have received this e-mail in error) plea=
se notify the sender immediately and destroy this e-mail. Any unauthorised =
copying, disclosure or distribution of the material in this e-mail is stric=
tly forbidden.
--_000_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-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">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"DE" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Hi all,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I think I found a bug in your i=
mplementation. We are using JCIFS in many applications successfully, but if=
the number sign (‘#’) is used in password then we get problems=
.
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">I already figured out where the=
problem is; the passed URL string of constructor ‘public SmbFile(Str=
ing url)’ is not correctly parsed.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">The following code:<o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">String connectString =3D"s=
mb://user:passwort#123456789@host/share/Test/”;<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">SmbFile polledFile =3D new SmbF=
ile(connectString);<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Results in following field vari=
ables of class SmbFile or better of class URL<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">authority &nbs=
p; "user:test#12345678=
9@host"<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">file &nb=
sp; =
"#123456789@host/share/Test=
/"<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">path &nb=
sp; =
"#123456789@host/share/Test/"<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">protocol  =
; "smb"<o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">userInfo  =
; "user:test#123=
456789"<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">So you can see that the file/pa=
th is not correct und the access to this file will fail because it does not=
exist.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;mso-fareast-language:DE">Mit freundlichem Gru=DF / Bes=
t regards</span><span style=3D"mso-fareast-language:DE">
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"mso-fareast-language:DE"><o:p> <=
/o:p></span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:black;mso-fareast-language:DE">Mario G=FCrtle=
r<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:black;mso-fareast-language:DE">Senior Enginee=
r<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o=
:p></span></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">znt Zentren f=FCr=
Neue Technologien GmbH<br>
Institut Dresden<br>
Am Brauhaus 12<br>
D-01099 Dresden<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o:p>=
</span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari=
al",sans-serif;mso-fareast-language:DE">Hauptverwaltung und Sitz: Lena=
-Christ-Str. 2, 82031 Gr=FCnwald, Amtsgericht M=FCnchen HRB 179019<br>
Gesch=E4ftsf=FChrer: Bernhard Marsoner, Ulrike Birnstiel<br>
Prokuristen: Hans Mayer, Gerhard Schrottshamer<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari=
al",sans-serif;mso-fareast-language:DE"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;mso-fareast-language:DE">Office: &=
nbsp; +49 351 652 480-20<br>
Mobile: <br>
Fax: +49 351 652 480-29<br>
E-Mail: [email protected]<br>
Web: </span><span style=3D"font-size:10.0pt;font-fa=
mily:"Arial",sans-serif;color:#7F7F7F;mso-fareast-language:DE"><a=
href=3D"http://www.znt-richter.com/"><b><span lang=3D"EN-US" style=3D"font=
-family:"Times New Roman",serif;color:black">http://www.znt-richt=
er.com</span></b></a></span><span lang=3D"EN-US" style=3D"font-size:10.0pt;=
color:#7F7F7F;mso-fareast-language:DE"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;color:#7F7F7F;mso-fareast-language:DE">=
<o:p> </o:p></span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:8.0pt;font-family:"=
Arial",sans-serif;color:#7F7F7F;mso-fareast-language:DE"><img border=
=3D"0" width=3D"176" height=3D"30" id=3D"Bild_x0020_1" src=3D"cid:image001.=
[email protected]" alt=3D"http://www.znt-richter.com/mlogos/logo.jpg"><=
/span></b><b><span lang=3D"EN-US" style=3D"font-size:8.0pt;font-family:&quo=
t;Arial",sans-serif;color:#7F7F7F;mso-fareast-language:DE"><br>
Munich | Burghausen | Dresden | Villach/Austria | Singapore | Penang/Malays=
ia | San Francisco/USA</span></b><span lang=3D"EN-US" style=3D"font-size:10=
.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE"><o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;mso-fareast-language:DE"><o:p> </o=
:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari=
al",sans-serif;color:black;mso-fareast-language:DE">Diese E-Mail enth=
=E4lt vertrauliche und/oder rechtlich gesch=FCtzte Informationen. Wenn Sie =
nicht der richtige Adressat sind oder diese E-Mail
irrt=FCmlich erhalten haben, informieren Sie bitte sofort den Absender und=
vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte W=
eitergabe dieser Mail ist nicht gestattet.<br>
</span><span lang=3D"EN-GB" style=3D"font-size:8.0pt;font-family:"Aria=
l",sans-serif;color:black;mso-fareast-language:DE">This e-mail may con=
tain confidential and/or privileged information. If you are not the intende=
d recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any unauthor=
ised copying, disclosure or distribution of the material in this e-mail is =
strictly forbidden.</span><span lang=3D"EN-US" style=3D"font-size:10.0pt;fo=
nt-family:"Arial",sans-serif;mso-fareast-language:DE"><o:p></o:p>=
</span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
</div>
</body>
</html>
--_000_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_--
--_004_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_
Content-Type: image/jpeg; name="image001.jpg"
Content-Description: image001.jpg
Content-Disposition: inline; filename="image001.jpg"; size=2397;
creation-date="Thu, 04 Feb 2016 14:12:02 GMT";
modification-date="Thu, 04 Feb 2016 14:12:02 GMT"
Content-ID: <[email protected]>
Content-Transfer-Encoding: base64
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMg
IyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wAARCAAeALADASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD0ZV0n
TPDUV/fW1uI44EZ2MQJJwPzJriP+E9hvbi5GnaHYRwwQtLmePLMF7cYx+tdhrGhyeIfAsdjC4SYw
xvGT0LAAgGvKbXSr7SbrUINQtZIJPsUuN44bp0Peok2exl2Hw9SnJz1l2PQPCfi3RvEVyLO40u2t
bwjKgIpR8dcHHX2rq7W2httYmW3ijiUwISEUAE7mrzH4feD9Rk1q21S7ge2tYD5imQYaQ44wPT3r
1NP+Q1L/ANe6f+hNVRba1OXMKVGlW5aL0/Ira3ro0Xyc2ss/m5/1fbH/AOus6w8aQ3+oQ2i2UyNK
23JYfLU3izXTpNosMH/H1ODtP9wdzWN4Pm0u0kV57kPqFwdiqVJ257Z9T61Rwl8+O7cSTJ9imLx5
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
gP/Z
--_004_a3704c474474407b8f9dcf7931d9cf68BGHMAILzntde_--