Skip to content

Commit

Permalink
Add allowAllParams=-false- to ladybugInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Feb 11, 2025
1 parent 21d0492 commit 9b79b4c
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 0 deletions.
Binary file modified docs/source/downloads/advancedDevelopmentAuthentication.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelJms.zip
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelNoJms.zip
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentDockerDevelPreJms.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/advancedDevelopmentProperties.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizons.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsDatabase.zip
Binary file not shown.
Binary file not shown.
Binary file modified docs/source/downloads/configurations/NewHorizonsValidate.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/credentials.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/forFrankConsole_2.zip
Binary file not shown.
Binary file modified docs/source/downloads/configurations/hermesBridge.zip
Binary file not shown.
Binary file modified docs/source/downloads/extendLadybugTable.zip
Binary file not shown.
Binary file modified docs/source/downloads/ladybug.zip
Binary file not shown.
Binary file modified docs/source/downloads/sandbox/v01.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions srcSteps/ladybugInstance/v500/configurations/ladybug/sut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutArchive">
<ApiListener name="sutArchive"
uriPattern="archive"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutArchive">
Expand All @@ -21,6 +22,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutGet">
<ApiListener name="sutGet"
uriPattern="get"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutGet">
Expand Down
2 changes: 2 additions & 0 deletions srcSteps/ladybugInstance/v510/configurations/ladybug/sut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutArchive">
<ApiListener name="sutArchive"
uriPattern="archive"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutArchive">
Expand All @@ -21,6 +22,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutGet">
<ApiListener name="sutGet"
uriPattern="get"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutGet">
Expand Down
2 changes: 2 additions & 0 deletions srcSteps/ladybugInstance/v520/configurations/ladybug/sut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutArchive">
<ApiListener name="sutArchive"
uriPattern="archive"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutArchive">
Expand All @@ -21,6 +22,7 @@ xsi:noNamespaceSchemaLocation="../FrankConfig.xsd">
<Receiver name="sutGet">
<ApiListener name="sutGet"
uriPattern="get"
allowAllParams="false"
method="POST"/>
</Receiver>
<Pipeline firstPipe="sutGet">
Expand Down

0 comments on commit 9b79b4c

Please sign in to comment.