Skip to content

Commit

Permalink
Merge branch 'july-psu-aliases' into 'main'
Browse files Browse the repository at this point in the history
fixing aliases for July 2023 PSUs

See merge request weblogic-cloud/weblogic-deploy-tooling!1484
  • Loading branch information
robertpatrick committed Jul 20, 2023
2 parents 96c8c16 + 78660b0 commit f6bb14b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
"P3PHeaderValue": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "P3PHeaderValue", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
"PostTimeoutSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "PostTimeoutSecs", "wlst_path": "WP001", "default_value": 30, "wlst_type": "integer" } ],
"RejectMaliciousPathParameters": [
{"version": "[12.2.1.4.0.230328,14.1.1)", "wlst_mode": "online", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" },
{"version": "[14.1.1.0.0.230328,14.1.2)", "wlst_mode": "online", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" },
{"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" }
{"version": "[12.2.1.4.0.230328,12.2.1.4.0.230702)", "wlst_mode": "online", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" },
{"version": "[12.2.1.4.0.230702,14.1.1)", "wlst_mode": "both", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" },
{"version": "[14.1.1.0.0.230328,14.1.1.0.0.230703)", "wlst_mode": "online", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" },
{"version": "[14.1.1.0.0.230703,)", "wlst_mode": "both", "wlst_name": "RejectMaliciousPathParameters", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" }
],
"ReloginEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ReloginEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
"RetainOriginalURL": [ {"version": "[10,12.1.3)", "wlst_mode": "both", "wlst_name": "RetainOriginalU${rl:RL}", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ,
Expand Down

0 comments on commit f6bb14b

Please sign in to comment.