File tree Expand file tree Collapse file tree
jooby/src/main/java/org/jooby Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -447,10 +447,13 @@ interface Context extends Builder {
447447 * }
448448 * }</pre>
449449 *
450- * With <code>/?title=Title&releaseDate=</code> prints <code>Title:null</code>.
451- *
450+ * <p>
451+ * With <code>/?title=Title&releaseDate=</code> prints <code>Title:null</code>.
452+ * </p>
453+ * <p>
452454 * Now, same call with <code>allowNulls=false</code> results in <code>Bad Request: 400</code>
453455 * because <code>releaseDate</code> if required and isn't present in the HTTP request.
456+ * </p>
454457 *
455458 * @param allowNulls Enabled null supports while parsing HTTP params as Java Beans.
456459 * @return A new parser.
Original file line number Diff line number Diff line change 22
33Pretty error page that helps you debug your web application.
44
5- <img alt =" whoops! " width =" 75% " src =" /resources/images/whoops.png " >
5+ <img alt =" whoops! " width =" 75% " src =" http://jooby.org /resources/images/whoops.png" >
66
77** NOTE** : This module is base on <a href =" https://github.com/filp/whoops " >whoops</a > and uses the same front end resources.
88
You can’t perform that action at this time.
0 commit comments