Issue with rawurlencode()
-
Amazon S3 asset URLs are being scrambled by rawurlencode().
/sb-includes/frontend.php
line 658
$url=sb_display_url().sb_query_char(FALSE).'show&url='.rawurlencode($url);' Replaced with: <code>$url = $url</code> Don't need to rawurlencode S3 assets here. line 699
$url = rawurlencode($url);’
Removed. S3 asset URL is fine without being encoded further.
- The topic ‘Issue with rawurlencode()’ is closed to new replies.