Skip to content

Commit

Permalink
apacheGH-1745: fix plus sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBin committed Feb 7, 2023
1 parent 2149543 commit b170179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jena-fuseki2/jena-fuseki-ui/src/views/dataset/Query.vue
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ export default {
document.location.search +
'#' +
vm.$route.path +
'?query=' +
'?' +
// Same as YASGUI does, good idea to avoid security problems...
queryString.stringify(queryString.parse(yasqe.getValue()))
queryString.stringify({'query':yasqe.getValue()})
)
}
}
Expand Down

0 comments on commit b170179

Please sign in to comment.