Skip to content

Commit

Permalink
QRest doc: fix item number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzal committed Oct 20, 2023
1 parent 11cedaa commit 2193300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/asciidoc/module_qrest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ we've created a little **QRest** module that can be configured like this:
<7> Store password
<8> Key password
<9> Enabled cipher suites (optional, defaults to 'all' if not present)
<9> Enabled protocols (optional, defaults to 'all' if not present)
<10> Enabled protocols (optional, defaults to 'all' if not present)

Once the server receives an HTTP request, it creates a `org.jpos.transaction.Context`, places a reference to the http request
(under the Constant name `REQUEST` defined in the `org.jpos.qrest.Constants` enum), and to the session in the `SESSION`
Expand Down

0 comments on commit 2193300

Please sign in to comment.