This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 9194d055df Remove unnecessary spaces 9194d055df is described below commit 9194d055dfc18ea59c8522f67e915cb4608a888c 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 2736fb3d42..6513f00026 100644 --- a/webapps/docs/jndi-resources-howto.xml +++ b/webapps/docs/jndi-resources-howto.xml @@ -334,15 +334,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