Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion youcat/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.9.7
VER=0.10.0
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
6 changes: 0 additions & 6 deletions youcat/src/main/webapp/capabilities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<interface xsi:type="vs:ParamHTTP" role="std" version="1.0">
<accessURL use="full">https://example.net/youcat/logControl</accessURL>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>
</capability>

Expand All @@ -31,7 +30,6 @@
<securityMethod/>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>
</capability>

Expand All @@ -41,7 +39,6 @@
<accessURL use="base">https://example.net/youcat/table-update</accessURL>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>
</capability>

Expand All @@ -51,7 +48,6 @@
<accessURL use="base">https://example.net/youcat/load</accessURL>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>
</capability>

Expand All @@ -61,7 +57,6 @@
<accessURL use="base">https://example.net/youcat/permissions</accessURL>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>
</capability>

Expand All @@ -79,7 +74,6 @@
<securityMethod/>
<securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
<securityMethod standardID="ivo://ivoa.net/sso#tls-with-certificate"/>
<securityMethod standardID="ivo://ivoa.net/sso#token"/>
</interface>

<language>
Expand Down
2 changes: 1 addition & 1 deletion youcat/src/main/webapp/examples/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>CAOM Query Examples</title>
<title>Query Examples</title>
</head>
<body>
<div vocab="http://www.ivoa.net/rdf/examples#">
Expand Down
Loading