[Bug 105022] Re: URI special character substitution buggy

2007-04-16 Thread Jani Monoses
this is fixed in feisty ** Changed in: system-config-printer (Ubuntu) Status: Unconfirmed => Fix Released -- URI special character substitution buggy https://bugs.launchpad.net/bugs/105022 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 105022] Re: URI special character substitution buggy

2007-04-11 Thread Jani Monoses
Val, Tim applied the patch to CVS head where he develops system-config-printer for Fedora. The patch will only be in the next Ubuntu release (October). The one that is due to be released next week (Feisty) already contains a fix although done differently, as Tim said in a cprevious comment. In

[Bug 105022] Re: URI special character substitution buggy

2007-04-11 Thread Tim Waugh
Sounds like a samba bug: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202977 -- URI special character substitution buggy https://bugs.launchpad.net/bugs/105022 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

Re: [Bug 105022] Re: URI special character substitution buggy

2007-04-10 Thread Val Henson
On 4/10/07, Tim Waugh <[EMAIL PROTECTED]> wrote: > Patch looks good -- applied. Didn't know about urllib, thanks. Hey Tim, Thanks, I didn't know about urllib either until I googled for it. :) Thanks for taking the patch. I'm not sure which version you are applying this too, but it still doesn'

[Bug 105022] Re: URI special character substitution buggy

2007-04-10 Thread Tim Waugh
Patch looks good -- applied. Didn't know about urllib, thanks. Jani: FWIW this was fixed a different way in 0.7.50 and so 0.7.62 does not exhibit the bug. -- URI special character substitution buggy https://bugs.launchpad.net/bugs/105022 You received this bug notification because you are a memb

[Bug 105022] Re: URI special character substitution buggy

2007-04-09 Thread Jani Monoses
thanks for the patch! Unfortunatley for edgy we no longer make updates unless they are related security or data loss. I'll let Tim (s-c-printer) author comment on the patch itself, if it is valid for the 0.7.62 version we have now in feisty it surely needs to be included. -- URI special character

[Bug 105022] Re: URI special character substitution buggy

2007-04-09 Thread Val Henson
And ironically, I got it working by replacing the "%5C" with a plain '\' in the URI definition. For username "domain\username", this works: DeviceURI smb://domain\username:password@/hostname/queuename I'm guessing that the URL quoting should only be done on part of the URI, not the part includin