[yast-commit] r67513 - in /trunk/yast2: VERSION library/types/src/URL.ycp package/yast2.changes
Author: mfilka Date: Wed Feb 22 13:59:55 2012 New Revision: 67513 URL: http://svn.opensuse.org/viewcvs/yast?rev=67513&view=rev Log: - Can configure proxy with username/password in url - bnc#694582 Modified: trunk/yast2/VERSION trunk/yast2/library/types/src/URL.ycp trunk/yast2/package/yast2.changes Modified: trunk/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/VERSION?rev=67513&r1=67512&r2=67513&view=diff ============================================================================== --- trunk/yast2/VERSION (original) +++ trunk/yast2/VERSION Wed Feb 22 13:59:55 2012 @@ -1 +1 @@ -2.22.3 +2.22.4 Modified: trunk/yast2/library/types/src/URL.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/types/src/URL.ycp?rev=67513&r1=67512&r2=67513&view=diff ============================================================================== --- trunk/yast2/library/types/src/URL.ycp (original) +++ trunk/yast2/library/types/src/URL.ycp Wed Feb 22 13:59:55 2012 @@ -29,8 +29,12 @@ /** * Valid characters in URL + * + * bnc#694582 - addedd @ as it is allowed in authority part of URI. + * for details see RFC2616 and RFC2396 + * */ -global string ValidChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.:_-/%"; +global string ValidChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.:_-/%@"; /** Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=67513&r1=67512&r2=67513&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Wed Feb 22 13:59:55 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Feb 22 12:57:01 UTC 2012 - mfilka@suse.com + +- bnc#694582 - addedd @ as it is allowed in authority part of URI. +- 2.22.4 + +------------------------------------------------------------------- Tue Jan 31 14:44:38 CET 2012 - tgoettlicher@suse.de - Fixed typo -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mfilka@svn2.opensuse.org