Bugzilla – Attachment 182186 Details for
Bug 337048
Proxy Config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Proposed patch
patch (text/plain), 598 bytes, created by
Katarina Machalkova
on 2007-11-06 10:27:12 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Katarina Machalkova
Created:
2007-11-06 10:27:12 UTC
Size:
598 bytes
patch
obsolete
>Index: proxy.ycp >=================================================================== >--- proxy.ycp (revision 41298) >+++ proxy.ycp (working copy) >@@ -395,7 +395,7 @@ > > // #103841, relaxed. now avoiding only quotes > // was CAlnum() + ".:_-/\\" >- string ValidCharsUsername = deletechars (String::CGraph (), "'\""); >+ string ValidCharsUsername = deletechars (String::CGraph (), "'\"") + " "; > UI::ChangeWidget(`id(`http), `ValidChars, URL::ValidChars); > UI::ChangeWidget(`id(`https), `ValidChars, URL::ValidChars); > UI::ChangeWidget(`id(`ftp), `ValidChars, URL::ValidChars);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 337048
: 182186