Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
2.30.00
-
None
Description
problem is that in rest endpoints I changed
final @HeaderParam("lastModifiedTimestamp") long lastModifiedstamp
into
final @HeaderParam("versionStamp") long versionStamp
but the channel manager client still sends 'lastModifiedTimestamp' header.
Since lastModifiedTimestamp nor versionStamp are valid request headers, I' change the client (js code) and HST code to X-versionStamp
Attachments
Issue Links
- causes
-
CHANNELMGR-311 First move of component to different container causes Page Store Error
- Closed
- relates to
-
CHANNELMGR-220 Custom http request headers should start with X-
- Closed
-
HSTTWO-3520 When a component item gets moved from one container to another, make sure that both containers get directly locked
- Closed
-
HSTTWO-3521 [Backport 3.1.2] When a component item gets moved from one container to another, make sure that both containers get directly locked
- Closed