Hi Guys,
yes there is a small regression in 4.48 and PR13. 4.49 is being uploaded, PR14 should be up late today or tomorrow.
the fix is straight-forward and can be applied by yourselves if necessary:
NetTalk 4.48
\clarion\libsrc\netweb.clw
line circa 2879 is
loc:src = self._MakeURL(self.escape(p_src,net:dos))
and should be
loc:src = self._MakeURL(self.escape(p_src,net:bigplus+net:dos))
NetTalk 5, PR13
change is the same at line circa 3123
Cheers
Bruce
cheers
Bruce