Description
When I save a URL as a property value, the forward slashes are getting escaped.
ie:
foo = http:\/\/www.google.com\/
Example Code :
public static void main(String[] args)
{
try
catch (Exception e){}
}
When I save a URL as a property value, the forward slashes are getting escaped.
ie:
foo = http:\/\/www.google.com\/
Example Code :
public static void main(String[] args)
{
try
catch (Exception e){}
}