HI Michael,
we have add some Imdicators at the coming mod_jk 1.2.28 release.
===
JkLocalNameIndicator
Name of the Apache environment variable which can be used to
overwrite the forwarded local name. Use this only if you need to
adjust the data (see the proxy documentation).
The default va
https://issues.apache.org/bugzilla/show_bug.cgi?id=41263
--- Comment #5 from Rainer Jung 2009-03-21 04:47:36
PST ---
Just a workaround, not a solution:
You can use JkEnvVar to forward arbitrary data, which is available in the form
of so called httpd environment variables. The remote port f
On 21.03.2009 00:10, Michael B Allen wrote:
Hi All,
What is the status of this issue?
https://issues.apache.org/bugzilla/show_bug.cgi?id=41263
I am interested in this because NTLMSSP authentication is basically
not possible unless the remote port is accessible and I want people to
be able t
Rainer Jung wrote:
I added a comment with a non spec compliant workaround to BZ41263.
We'll seee, whether we can make the AJP Tomcat connectors "hack aware",
i.e. allow them to get the remotePort from the REMOTE_PORT env var when
set.
Only if you make sure that the REMOTE_PORT is always m
Author: rjung
Date: Sat Mar 21 12:51:39 2009
New Revision: 756926
URL: http://svn.apache.org/viewvc?rev=756926&view=rev
Log:
AJP13 misses to forward the remotePort.
Apache automatically sets the env variable
REMOTE_PORT to the remote port.
Allow the user to set "JkEnvVar REMOTE_PORT" and
let us
On 21.03.2009 13:23, Mladen Turk wrote:
Rainer Jung wrote:
I added a comment with a non spec compliant workaround to BZ41263.
We'll seee, whether we can make the AJP Tomcat connectors "hack
aware", i.e. allow them to get the remotePort from the REMOTE_PORT env
var when set.
Only if you make
Author: rjung
Date: Sat Mar 21 13:00:18 2009
New Revision: 756932
URL: http://svn.apache.org/viewvc?rev=756932&view=rev
Log:
Add backport proposal.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STAT
Rainer Jung wrote:
On 21.03.2009 13:23, Mladen Turk wrote:
Rainer Jung wrote:
I added a comment with a non spec compliant workaround to BZ41263.
We'll seee, whether we can make the AJP Tomcat connectors "hack
aware", i.e. allow them to get the remotePort from the REMOTE_PORT env
var when set.
On 21.03.2009 14:12, Mladen Turk wrote:
I should read the entire logic before posting.
I missed it's an env var.
Sorry for the noise ;)
No problem at all. Better safe than sorry.
I just committed a change to TC trunk and backport proposals to pick up
the REMOTE_PORT env var for request.getRe
Author: rjung
Date: Sat Mar 21 14:03:20 2009
New Revision: 756940
URL: http://svn.apache.org/viewvc?rev=756940&view=rev
Log:
Improve english grammar.
Thanks to Andre.
Modified:
tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml
Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/p
Author: rjung
Date: Sat Mar 21 14:06:04 2009
New Revision: 756942
URL: http://svn.apache.org/viewvc?rev=756942&view=rev
Log:
Add warning about remote port to proxy docs page.
Modified:
tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml
Modified: tomcat/connectors/trunk/jk/xdocs/generic
https://issues.apache.org/bugzilla/show_bug.cgi?id=41263
--- Comment #6 from Rainer Jung 2009-03-21 07:10:17
PST ---
I added a fix to Tomcat trunk to automatically respect the forwarded attribute
REMOTE_PORT as the value for getRemotePort():
http://svn.eu.apache.org/viewvc?view=rev&revisio
Author: markt
Date: Sat Mar 21 15:07:42 2009
New Revision: 756954
URL: http://svn.apache.org/viewvc?rev=756954&view=rev
Log:
Fix a handful of Eclipse warnings
Modified:
tomcat/trunk/java/org/apache/catalina/ssi/ExpressionTokenizer.java
tomcat/trunk/java/org/apache/catalina/ssi/ResponseInc
https://issues.apache.org/bugzilla/show_bug.cgi?id=41664
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46158
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=38898
Mark Thomas changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
Author: rjung
Date: Sat Mar 21 18:27:44 2009
New Revision: 756983
URL: http://svn.apache.org/viewvc?rev=756983&view=rev
Log:
Add many TODOs.
Modified:
tomcat/connectors/trunk/jk/native/TODO.txt
Modified: tomcat/connectors/trunk/jk/native/TODO.txt
URL:
http://svn.apache.org/viewvc/tomcat/con
Author: rjung
Date: Sat Mar 21 18:33:12 2009
New Revision: 756984
URL: http://svn.apache.org/viewvc?rev=756984&view=rev
Log:
Further TODOs.
Modified:
tomcat/connectors/trunk/jk/native/TODO.txt
Modified: tomcat/connectors/trunk/jk/native/TODO.txt
URL:
http://svn.apache.org/viewvc/tomcat/conn
Author: markt
Date: Sat Mar 21 18:51:43 2009
New Revision: 756988
URL: http://svn.apache.org/viewvc?rev=756988&view=rev
Log:
Add missing attributes tags
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/
On Sat, Mar 21, 2009 at 9:27 AM, Rainer Jung wrote:
> On 21.03.2009 14:12, Mladen Turk wrote:
>>
>> I should read the entire logic before posting.
>> I missed it's an env var.
>>
>> Sorry for the noise ;)
>
> No problem at all. Better safe than sorry.
>
> I just committed a change to TC trunk and
Author: pero
Date: Sat Mar 21 20:23:58 2009
New Revision: 757005
URL: http://svn.apache.org/viewvc?rev=757005&view=rev
Log:
Cast my vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
On 21.03.2009 20:09, Michael B Allen wrote:
On Sat, Mar 21, 2009 at 9:27 AM, Rainer Jung wrote:
On 21.03.2009 14:12, Mladen Turk wrote:
I should read the entire logic before posting.
I missed it's an env var.
Sorry for the noise ;)
No problem at all. Better safe than sorry.
I just committed
Author: pero
Date: Sat Mar 21 20:28:36 2009
New Revision: 757007
URL: http://svn.apache.org/viewvc?rev=757007&view=rev
Log:
Cast my vote
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
Author: rjung
Date: Sat Mar 21 21:17:01 2009
New Revision: 757021
URL: http://svn.apache.org/viewvc?rev=757021&view=rev
Log:
Reorder changelog entries for 1.2.28.
Modified:
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/c
Author: rjung
Date: Sat Mar 21 21:34:19 2009
New Revision: 757030
URL: http://svn.apache.org/viewvc?rev=757030&view=rev
Log:
Some more reordering and a few additions to
changelog.
Modified:
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
Modified: tomcat/connectors/trunk/jk/xdoc
Author: rjung
Date: Sat Mar 21 22:09:09 2009
New Revision: 757033
URL: http://svn.apache.org/viewvc?rev=757033&view=rev
Log:
Add use_server_errors to status worker map display.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_status.c
tomcat/connectors/trunk/jk/xdocs/miscellaneous/ch
Author: rjung
Date: Sat Mar 21 22:35:46 2009
New Revision: 757040
URL: http://svn.apache.org/viewvc?rev=757040&view=rev
Log:
Reduce use of "-" as a placeholder for missing
values in the status worker display.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_status.c
Modified: tomcat/con
Author: rjung
Date: Sat Mar 21 22:50:16 2009
New Revision: 757053
URL: http://svn.apache.org/viewvc?rev=757053&view=rev
Log:
Update docs front page and news page in
preparation of release tag.
Modified:
tomcat/connectors/trunk/jk/xdocs/index.xml
tomcat/connectors/trunk/jk/xdocs/news/20090
Author: rjung
Date: Sat Mar 21 22:54:24 2009
New Revision: 757055
URL: http://svn.apache.org/viewvc?rev=757055&view=rev
Log:
Update STATUS and version file to prepare tagging 1.2.28.
Modified:
tomcat/connectors/trunk/jk/native/STATUS.txt
tomcat/connectors/trunk/jk/native/common/jk_version
Author: rjung
Date: Sat Mar 21 23:11:39 2009
New Revision: 757063
URL: http://svn.apache.org/viewvc?rev=757063&view=rev
Log:
Optimize a couple of docs formats.
Modified:
tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml
tomcat/connectors/trunk/jk/xdocs/generic_howto/timeouts.xml
M
Author: rjung
Date: Sat Mar 21 23:28:44 2009
New Revision: 757083
URL: http://svn.apache.org/viewvc?rev=757083&view=rev
Log:
Add another TODO.
Modified:
tomcat/connectors/trunk/jk/native/TODO.txt
Modified: tomcat/connectors/trunk/jk/native/TODO.txt
URL:
http://svn.apache.org/viewvc/tomcat/c
Author: rjung
Date: Sat Mar 21 23:30:16 2009
New Revision: 757084
URL: http://svn.apache.org/viewvc?rev=757084&view=rev
Log:
Tagging JK 1.2.28.
Added:
tomcat/connectors/tags/jk1.2.x/JK_1_2_28/
- copied from r757083, tomcat/connectors/trunk/
Hello to the Tomcat team,
JK 1.2.28 has been available for testing for two weeks as svn
snapshots. Some minor bugs have been found and fixed. So I would like
to proceed with the release vote.
If you want to take a look, the final source distribution can be
downloaded from:
http://tomcat.apache.
33 matches
Mail list logo