Skip to content

Commit

Permalink
Merge pull request #105 from lsst-sqre/tickets/DM-44657
Browse files Browse the repository at this point in the history
 Enable results redirect servlet for async TAP queries
  • Loading branch information
stvoutsin authored Jul 2, 2024
2 parents 4c67668 + 5f687f9 commit 494b400
Show file tree
Hide file tree
Showing 9 changed files with 598 additions and 159 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ lsst-tap-service is versioned with [semver](https://semver.org/). Dependencies a
Find changes for the upcoming release in the project's [changelog.d](https://github.com/lsst-sqre/lsst-tap-service/tree/main/changelog.d/).

<!-- scriv-insert-here -->
# 2024-06-28

### Fixed

- Fixed Capabilities handling. Use new CapGetAction & CapInitAction, modified by getting pathPrefix from ENV property

## Other Changes

- Change result handling, to use a redirect servlet. Addresses issue with async failing due to auth header propagation with clients like pyvo, topcat

# 2024-06-18

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation 'org.opencadc:cadc-jsqlparser-compat:0.6.5'
implementation 'org.opencadc:cadc-log:1.2.1'
implementation 'org.opencadc:cadc-registry:1.7.6'
implementation 'org.opencadc:cadc-rest:1.3.18'
implementation 'org.opencadc:cadc-rest:1.3.20'
implementation 'org.opencadc:cadc-tap:1.1.16'
implementation 'org.opencadc:cadc-tap-schema:1.1.32'
implementation 'org.opencadc:cadc-tap-server:1.1.23'
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'software.amazon.awssdk:auth:2.17.230'
implementation 'org.apache.solr:solr-s3-repository:8.11.2'

runtimeOnly 'org.opencadc:cadc-registry:[1.2.1,)'
// runtimeOnly 'org.opencadc:cadc-registry:[1.2.1,)'

// https://mvnrepository.com/artifact/com.google.code.gson/gson
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
Expand Down
152 changes: 0 additions & 152 deletions src/main/java/org/opencadc/tap/impl/AuthenticatorImpl.java

This file was deleted.

Loading

0 comments on commit 494b400

Please sign in to comment.