Opened 11 years ago
Closed 11 years ago
#522 closed defect (fixed)
HTTP code of WC*S exceptions to be properly set by Petacope
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 9.0 |
Component: | petascope | Version: | development |
Keywords: | http code servlet | Cc: | |
Complexity: | Easy |
Description (last modified by )
WC*S exceptions coming from the handling of a WC*S requests, carry a certain HTTP code depending on its type.
The servlets in Petascope currently do not reflect this code to the return exit code of the outgoing HTTP response.
This is a fundamental aspect for OGC compliance.
Change History (7)
comment:1 by , 11 years ago
Status: | new → accepted |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Component: | undecided → petascope |
---|
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Patch applied: changeset:96d75e.
comment:5 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | HTTP code of WCS exception to be properly set by main Petacope servlet → HTTP code of WC*S exceptions to be properly set by Petacope |
comment:6 by , 11 years ago
Reopening to include *all* Petascope servlets.
Patch submitted for the WCPS' one.
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
WCPS servlet fixed in changeset:b6897d0.
WCS2 (petascope/wcs2) servlet was already fixed in changeset:d137f3d.
I'll close this one, while reminding we should re-organize the servlets as describe in #307.
Patch is coming.