Giannini Alessandro wrote:
> This patch is useful when you want handle keystore password from external
> class.
> To do this, I added two additional parameters (in Connector tag of
> server.xml) to call external method and get Password String.
>
> - Parameter keystorePassHandler (in form some.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46652
Summary: HttpServletRequest.getQueryString() always returns null
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Author: mturk
Date: Mon Feb 2 17:05:37 2009
New Revision: 740042
URL: http://svn.apache.org/viewvc?rev=740042&view=rev
Log:
Backport r740038 from trunk.
No need for backport proposal because its a release helper tool
not actually released
Modified:
tomcat/connectors/branches/native/1.1.x/jni
Author: mturk
Date: Mon Feb 2 17:03:14 2009
New Revision: 740040
URL: http://svn.apache.org/viewvc?rev=740040&view=rev
Log:
Add patches proposal file
Added:
tomcat/connectors/branches/native/1.1.x/STATUS.txt (with props)
Added: tomcat/connectors/branches/native/1.1.x/STATUS.txt
URL:
http
Author: mturk
Date: Mon Feb 2 17:00:11 2009
New Revision: 740038
URL: http://svn.apache.org/viewvc?rev=740038&view=rev
Log:
Extend jnirelease so it checks out the CHANGES and ease the release with cmd
options
Modified:
tomcat/connectors/trunk/jni/jnirelease.sh
Modified: tomcat/connectors/t
This patch is useful when you want handle keystore password from external
class.
To do this, I added two additional parameters (in Connector tag of server.xml)
to call external method and get Password String.
- Parameter keystorePassHandler (in form some.package.Class.methodToInvoke)
- Paramet