DescriptionWhen Caja's ResolveUriStage resolves the source URL in a script
node, the "&" gets rewritten to "&%3b".
I have narrowed the issue down to UriUtil#normalizeQuery (correctly)
escaping semicolon in query strings.
ResolveUriStage#resolveRelativeUrls should be unescaping HTML entities
before calling UriUtil.resolve and escaping HTML entities afterwards.
Example:
<html><body>
<script src="http://example.com/path/?a=1&b=2">
</body></html>
Patch Set 1 #
Total comments: 1
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||