Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 875497 Details for
Bug 1074245
Cannot enter IPv6 IPs as host for JetDirect printers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
allow characters needed by IPv6 address in URI fields
fix.patch (text/plain), 1.91 KB, created by
Jaromír Končický
on 2014-03-17 14:07:51 UTC
(
hide
)
Description:
allow characters needed by IPv6 address in URI fields
Filename:
MIME Type:
Creator:
Jaromír Končický
Created:
2014-03-17 14:07:51 UTC
Size:
1.91 KB
patch
obsolete
>From a056471a1a62c9d659fba1a4e05df8fb5fba80fe Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jarom=C3=ADr=20Kon=C4=8Dick=C3=BD?= <jkoncick@redhat.com> >Date: Mon, 17 Mar 2014 15:02:15 +0100 >Subject: [PATCH] newprinter: allow characters needed by IPv6 address in URI > fields (bug #1074245). > >--- > newprinter.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/newprinter.py b/newprinter.py >index cde18c0..7b87011 100644 >--- a/newprinter.py >+++ b/newprinter.py >@@ -2403,7 +2403,7 @@ class NewPrinterGUI(GtkGUI): > ready (self.SMBBrowseDialog) > > def on_entSMBURI_changed (self, ent): >- allowed_chars = string.ascii_letters+string.digits+'_-./:@%' >+ allowed_chars = string.ascii_letters+string.digits+'_-./:%[]@' > self.entry_changed(ent, allowed_chars) > uri = ent.get_text () > (group, host, share, user, password) = SMBURI (uri=uri).separate () >@@ -2602,12 +2602,12 @@ class NewPrinterGUI(GtkGUI): > entry.set_text(new_text) > > def on_entNPTDevice_changed(self, ent): >- allowed_chars = string.ascii_letters+string.digits+'_-./:%()@?=&' >+ allowed_chars = string.ascii_letters+string.digits+'_-./:%[]()@?=&' > self.entry_changed(ent, allowed_chars) > self.setNPButtons() > > def on_entNPTJetDirectHostname_changed(self, ent): >- allowed_chars = string.ascii_letters+string.digits+'_-.' >+ allowed_chars = string.ascii_letters+string.digits+'_-.:%[]' > self.entry_changed(ent, allowed_chars) > self.setNPButtons() > >@@ -3045,7 +3045,7 @@ class NewPrinterGUI(GtkGUI): > self.entNPTDevice.set_position (-1) > return > >- allowed_chars = string.ascii_letters+string.digits+'_-.' >+ allowed_chars = string.ascii_letters+string.digits+'_-.:%[]' > self.entry_changed(ent, allowed_chars) > s = ent.get_text () > self.btnNetworkFind.set_sensitive (len (s) > 0) >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1074245
: 875497