tracker issue : CF-4007976

select a category, or use search below
(searches all categories and all time range)
Title:

Bug for: isValid("url") incorrect results with %

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): / ext-user (Immanuel Noel)

Created: 06/16/2015

Components: Language

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 294181 / 314612

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Mac 10 All,Win XP All

Vote Count: 0

Listed in the version 2016.0.04.302561 Issues Fixed doc
Problem:
This is an offset of the bug, 3924581.
% is valid in a URL's path and query string only if it preceeds 2 hexadecimal digits, but isValid("url") doesn't perform this check

Method:
Execute,
writeOutput(isValid("url", 'http://localhost/%'));

Result:
Returns TRUE

Expected:
Returns FALSE, and returns TRUE only when % preceeds two hexadecimal chars. 

Workaround:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4007976

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments: