You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elmclient/_queryparser.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
#
18
18
# This enhanced OSLC Query grammar supports "||", "&&" and bracketed evaluation
19
-
# This is based on the EBNF in OSLC Query 3.0 standard https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/oslc-query.html
19
+
# This is based on the EBNF in OSLC Query 3.0 standard https://docs.oasis-open-projects.org/oslc-op/query/v3.0/os/oslc-query.html
20
20
# Differences/enhancements from the OSLC 3.0 definition:
21
21
# You can combine compound_terms using && and || - note when using these the compound_term MUST be in ( ) (which also makes reading the expression easier)
22
22
# also accepts just a single compound_term with no ( ) needed (i.e. this is basically the vanilla OSLC Query 3.0 syntax)
# if redirects are automatically followed on this call to authenticate with the OP, the GET of the original protected resource fails, and so the authentication fails.
784
796
# this may be because this GET doesn't have headers like OSLC-Core-Version.
785
797
# Solution is not to follow redirects and ensure that the original GET is repeated, i.e. with the correct headers :-)
0 commit comments