DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-07-21 18:42 ---
Yup, you need to turn that off.  In Tomcat 5, it's called clientAuth instead of 
tomcatAuthentication, and the Connector and SSL documentation pages have been 
updated to reflect the attribute name change.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-06-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:Coyote|Connector:AJP

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-06-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:Coyote HTTP/1.1   |Connector:Coyote
Product|Tomcat 4|Tomcat 5
Version|4.1.29  |Nightly Build



--- Additional Comments From [EMAIL PROTECTED]  2004-06-19 12:24 ---
This bug report has been transferred to Tomcat 5 because TC4 and TC5 share the 
connectors and TC5 is now the focus of development effort

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-05-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





--- Additional Comments From [EMAIL PROTECTED]  2004-05-09 21:02 ---
I've experienced this as well. Ths solution seems to be to disable the native 
Tomcat authentication on the connector as follows: 
 
 
tomcatAuthentication="false".) 
 
I will follow up on this and let you know if it fixes my problem. Are the rest 
of you able to verify that this is indeed the solution (in which case I will 
close this bug) ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-02-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





--- Additional Comments From [EMAIL PROTECTED]  2004-02-13 08:34 ---
This isn't a browser-specific thing as far as I can see - I've tested with
Mozilla and IE.

Apache 1.3.29, JK2 2.0.2, Tomcat 4.1.29 all conspire (even with the
request.tomcatAuthentication=false setting in jk2.properties) to somehow pass on
the appropriate headers, yet the remoteUser just isn't available to applications
- in my case, that's a Cocoon 2.1.3 application, but the Cocoon stuff doesn't
seem to be at fault.

However, it all works fine in Tomcat 4.1.27, so I should imagine that something
changed between Tomcat releases and it all stopped working. Either that or the
Cocoon developers misunderstood some subtle aspect of the servlet specification,
but that doesn't seem likely to me.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





--- Additional Comments From [EMAIL PROTECTED]  2004-01-21 17:45 ---
I know what is causing the problem now. It is one of the newest "important 
updates" from Microsoft Update for XP.

More specificly:

824145 Internet Explorer 6.0 security update.

When uninstalling, it works again!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





--- Additional Comments From [EMAIL PROTECTED]  2004-01-18 15:53 ---
Sorry. The following is a mistake:
**
"Also when I have logged on to a page and press F5 (refresh) the FORM page is 
called and remoteUser is NULL."
**

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26229] - request.getRemoteUser() = null

2004-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





--- Additional Comments From [EMAIL PROTECTED]  2004-01-18 13:20 ---
Also when I have logged on to a page and press F5 (refresh) the FORM page is 
called and remoteUser is NULL.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]