-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

TC 7.0.20, httpd 2.2.16, mod_jk 1.2.30

I was trying to set up a "secret" for use with my AJP connector and I
got these two warnings:

Sep 7, 2011 6:09:20 PM
org.apache.catalina.startup.SetAllPropertiesRule begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'request.secret' to 'foo' did not find a matching property.
Sep 7, 2011 6:09:20 PM
org.apache.catalina.startup.SetAllPropertiesRule begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'request.useSecret' to 'true' did not find a matching property.

The "secret" does not seem to apply to the AJP connector, as requests
get through with no "secret" configuration in mod_jk.

Am I missing something?

Here is my <Connector>:

    <Connector port="8215"
               redirectPort="443"
               protocol="org.apache.coyote.ajp.AjpNioProtocol"
               URIEncoding="UTF-8" executor="tomcatThreadPool"
               request.secret="foo" request.useSecret="true" />

Thanks,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5n7IAACgkQ9CaO5/Lv0PAjHwCfW1px0LU5yMREmWaqdSYrvocK
pmQAn2cO08RAwnOXZBDhCHp7JvYqjer7
=Xmcr
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to