Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ class ResourceTagLib {
def ctxPath = request.contextPath

def uri = attrs.remove('uri')
def abs = uri?.indexOf('://') >= 0
def abs = uri?.indexOf('://') >= 0 || uri?.startsWith('//') // allow for scheme-less urls

if (!uri) {
// use the link generator to avoid stack overflow calling back into us
Expand Down