-
- Downloads
[TAP,UWS] Fix a problem with the format of the error details returned by the...
[TAP,UWS] Fix a problem with the format of the error details returned by the parameter .../error/details. In TAP a VOTable document is expected, but a text/plain description was returned (default behavior in the UWS lib.). Now, a ServiceErrorWriter is used to format the error details correctly.
Showing
- src/tap/AbstractTAPFactory.java 32 additions, 3 deletionssrc/tap/AbstractTAPFactory.java
- src/tap/AsyncThread.java 26 additions, 3 deletionssrc/tap/AsyncThread.java
- src/tap/TAPFactory.java 14 additions, 2 deletionssrc/tap/TAPFactory.java
- src/tap/error/DefaultTAPErrorWriter.java 36 additions, 1 deletionsrc/tap/error/DefaultTAPErrorWriter.java
- src/tap/resource/TAP.java 0 additions, 1 deletionsrc/tap/resource/TAP.java
- src/uws/job/JobThread.java 69 additions, 13 deletionssrc/uws/job/JobThread.java
- src/uws/service/actions/GetJobParam.java 2 additions, 2 deletionssrc/uws/service/actions/GetJobParam.java
- src/uws/service/error/DefaultUWSErrorWriter.java 14 additions, 0 deletionssrc/uws/service/error/DefaultUWSErrorWriter.java
- src/uws/service/error/ServiceErrorWriter.java 47 additions, 3 deletionssrc/uws/service/error/ServiceErrorWriter.java
Loading
Please register or sign in to comment