markt 2004/04/15 14:34:00
Modified:webapps/tomcat-docs/config valve.xml
Log:
- Fix bug 19521. Add warning to RequestDumperValve docs to make users
aware of possible side effects.
Revision ChangesPath
1.11 +6 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config
markt 2004/03/06 02:56:49
Modified:webapps/tomcat-docs/config valve.xml
Log:
Fix bug 16507. Update valve docs to provide pointer to the Jakarta Regexp docs.
- Reported by Paul Ramirez
Revision ChangesPath
1.10 +12 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/co
markt 2003/12/24 12:40:50
Modified:catalina/src/share/org/apache/catalina/authenticator
AuthenticatorBase.java BasicAuthenticator.java
DigestAuthenticator.java FormAuthenticator.java
NonLoginAuthenticator.java SSLA
amyroh 01/10/26 11:13:08
Modified:webapps/tomcat-docs/config valve.xml
Log:
Oops, typo. "%S" instead of "%s"...
Revision ChangesPath
1.7 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml
Index: valve.xml
===
amyroh 01/10/26 11:12:01
Modified:webapps/tomcat-docs/config valve.xml
Log:
Add an optional '%S' item for logging user session id in the access log. This will
allow to better tracking the activities of a single user session.
Revision ChangesPath
1.6 +1 -0 j
remm01/09/30 12:38:24
Modified:webapps/tomcat-docs/config Tag: tomcat_40_branch valve.xml
Log:
- The Remote Address Filter and Remote Host Filter mention the attribute name
"accept" as the attribute needed to accept incoming connections. The attribute
name that actually work
remm01/09/30 12:37:44
Modified:webapps/tomcat-docs/config valve.xml
Log:
- The Remote Address Filter and Remote Host Filter mention the attribute name
"accept" as the attribute needed to accept incoming connections. The attribute
name that actually works is "allow".
- Patc