afs commented on issue #2062: URL: https://github.com/apache/jena/issues/2062#issuecomment-1783775147
PS This surprised me: The r-component expression will capture the following q-component by greedy matching because `?` and `+` are legal in an r-component. `?+abc?=def` is a single r-component. This may be intentional - it passes on the "?=" part to the resolver. `?+abc?+def` is a single r-component and `?=abc?=def` is a single q-component. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
