Skip to content
Snippets Groups Projects

Iss #60 - Fix cached link headers using wrong pagesize

Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/main/60 into main
5 files
+ 65
9
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -28,7 +28,9 @@ import org.slf4j.LoggerFactory;
import io.vertx.core.http.HttpMethod;
/**
* Either applies recorded actions to the response or to record the response if nothing has been recorded yet.
* Either applies recorded actions to the response or to record the response if nothing has been recorded yet. Priority
* on this should be high, if not highest in the stack to ensure that any values required for calculations such as
* pagination are included.
*
* @author Martin Lowe
*/
Loading