Skip to content

Commit

Permalink
Implement APL fallback if Conga cannot parse an HTTP request
Browse files Browse the repository at this point in the history
Configuration setting for debugging to allow user to turn off Conga's decoding HTTP messages (do it in APL instead)
  • Loading branch information
bpbecker committed Sep 12, 2018
1 parent 0e7a5cf commit 36e625f
Show file tree
Hide file tree
Showing 8 changed files with 723 additions and 656 deletions.
1 change: 0 additions & 1 deletion Config/Server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Rest>0</Rest> <!-- running RESTful web service? -->
<Production>0</Production> <!-- 1-running in production mode, 0-development mode (enable debugging framework) -->
<IdleTimeout>0</IdleTimeout> <!-- seconds between calls to onIdle server event - 0 means don't call onIdle -->
<RenderBug>0</RenderBug> <!-- upon bug in Render: 0=crash, 1=insert placeholder, nnn=http status nnn -->
<CloseOnCrash>0</CloseOnCrash> <!-- Set to 1 to force []OFF on an unhandled server error -->
<UserID></UserID> <!-- Unix only!! userid to switch to after allocating a port number below 1024 -->

Expand Down
Loading

0 comments on commit 36e625f

Please sign in to comment.