This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 487c66c1f0 Remove unnecessary spaces 487c66c1f0 is described below commit 487c66c1f0b079eb25d07e180eecc5c7866053eb Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon May 9 20:29:52 2022 +0100 Remove unnecessary spaces --- webapps/docs/jndi-resources-howto.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml index fefccb2a32..b701915d70 100644 --- a/webapps/docs/jndi-resources-howto.xml +++ b/webapps/docs/jndi-resources-howto.xml @@ -333,15 +333,15 @@ writer.println("foo = " + bean.getFoo() + ", bar = " + BeanFactory will convert the value to the appropriate primitive or primitive wrapper and then use that value when calling the setter. Some beans have properties with types that cannot automatically be converted - from <code>String</code>. If the bean provides an alternative setter with + from <code>String</code>. If the bean provides an alternative setter with the same name that does take a <code>String</code>, the BeanFactory will attempt to use that setter. If the BeanFactory cannot use the value or perform an appropriate conversion, setting the property will fail with a NamingException.</p> - + <p>The <code>forceString</code> property available in earlier Tomcat releases has been removed as a security hardening measure.</p> - + </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org