File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev/com.ibm.ws.webcontainer/resources/com/ibm/ws/webcontainer/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1632,4 +1632,6 @@ redirect.location.cannot.be.null.useraction=Update the redirect location by spec
16321632
16331633sendRedirect.hyper.text.url=<html><body><p>Redirecting to <a href="{0}"></a></p></body></html>
16341634
1635- query.or.post.is.null=Request query string or post data is null.
1635+ query.or.post.is.null=CWWWC0009E: The HTTP request query string or HTTP POST request data is null.
1636+ query.or.post.is.null.explanation=The application tried to parse a null HTTP request query string or a null HTTP POST request body.
1637+ query.or.post.is.null.useraction=The client must send a non-null HTTP request query string or a non-null HTTP POST request body.
You can’t perform that action at this time.
0 commit comments