NTLM Authentication & POST Method

2004-02-11 Thread Kumar Abhay-CAK203C

> Hello,
> 
> I am using post method of sending data to servlet  from a JSP page. I am unable to 
> get the data by request.getParameter(). 
> If I am using get method I am able to retrieve data from JSP page
> 
> I was just searching on Google. Actually I am using NTLM Authentication in my Login 
> Servlet. I think there is some conflict between NTLM Authentication and POST method. 
> 
> Any body has an idea what to do or set to get the things done ?
> 
> http://support.microsoft.com/default.aspx?scid=kb;DE;308074 
>  
> 
> I am using code from below link: 
> http://www.jguru.com/faq/view.jsp?EID=1045412 
>  
> 
> Best Regards
> Abhay Kumar
> 


NTLM Authentication & POST Method

2004-02-12 Thread Kumar Abhay-CAK203C
Hello,

I am using post method of sending data to servlet  from a JSP page. I am unable to get 
the data by request.getParameter(). 
If I am using get method I am able to retrieve data from JSP page

I was just searching on Google. Actually I am using NTLM Authentication in my Login 
Servlet. I think there is some conflict between NTLM Authentication and POST method. 

Any body has an idea what to do or set to get the things done ?

http://support.microsoft.com/default.aspx?scid=kb;DE;308074 
 

I am using code from below link: 
http://www.jguru.com/faq/view.jsp?EID=1045412 
 

Best Regards
Abhay Kumar



NTLM Authentication & "POST" Method

2004-02-17 Thread Kumar Abhay-CAK203C
Hello,

I am using post method of sending data to servlet  from a JSP page. I am unable to get 
the data by request.getParameter(). 
If I am using get method I am able to retrieve data from JSP page

I was just searching on Google. Actually I am using NTLM Authentication in my Login 
Servlet. I think there is some conflict between NTLM Authentication and POST method. 

Any body has an idea what to do or set to get the things done ?

http://support.microsoft.com/default.aspx?scid=kb;DE;308074 
 
 > 

I am using code from below link: 
http://www.jguru.com/faq/view.jsp?EID=1045412 
 
 > 

Best Regards
Abhay Kumar


RE: NTLM Authentication & POST Method

2004-02-12 Thread Yansheng Lin

>From the servlet API:
If the parameter data was sent in the request body, such as occurs with an HTTP
POST request, then reading the body directly via getInputStream() or getReader()
can interfere with the execution of this method.

Just wondering if any of the method mentioned above being called in your
doPost()?

Hope this helps.

-Original Message-
From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 11, 2004 12:08 PM
To: 'Tomcat Users List'
Subject: NTLM Authentication & POST Method
Importance: High


Hello,

I am using post method of sending data to servlet  from a JSP page. I am unable
to get the data by request.getParameter(). 
If I am using get method I am able to retrieve data from JSP page

I was just searching on Google. Actually I am using NTLM Authentication in my
Login Servlet. I think there is some conflict between NTLM Authentication and
POST method. 

Any body has an idea what to do or set to get the things done ?

http://support.microsoft.com/default.aspx?scid=kb;DE;308074
<http://support.microsoft.com/default.aspx?scid=kb;DE;308074> 

I am using code from below link: 
http://www.jguru.com/faq/view.jsp?EID=1045412
<http://www.jguru.com/faq/view.jsp?EID=1045412> 

Best Regards
Abhay Kumar



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



RE: NTLM Authentication & POST Method

2004-02-13 Thread Kumar Abhay-CAK203C
Hi,

Can anybody give a solution to the problem mentioned in the below Email
I am still struggling ..

Best Regards
Abhay Kumar

-Original Message-
From: Yansheng Lin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 12, 2004 2:27 PM
To: 'Tomcat Users List'
Subject: RE: NTLM Authentication & POST Method



>From the servlet API:
If the parameter data was sent in the request body, such as occurs with an HTTP POST 
request, then reading the body directly via getInputStream() or getReader() can 
interfere with the execution of this method.

Just wondering if any of the method mentioned above being called in your doPost()?

Hope this helps.

-Original Message-
From: Kumar Abhay-CAK203C [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 11, 2004 12:08 PM
To: 'Tomcat Users List'
Subject: NTLM Authentication & POST Method
Importance: High


Hello,

I am using post method of sending data to servlet  from a JSP page. I am unable to get 
the data by request.getParameter(). 
If I am using get method I am able to retrieve data from JSP page

I was just searching on Google. Actually I am using NTLM Authentication in my Login 
Servlet. I think there is some conflict between NTLM Authentication and POST method. 

Any body has an idea what to do or set to get the things done ?

http://support.microsoft.com/default.aspx?scid=kb;DE;308074
<http://support.microsoft.com/default.aspx?scid=kb;DE;308074> 

I am using code from below link: 
http://www.jguru.com/faq/view.jsp?EID=1045412
<http://www.jguru.com/faq/view.jsp?EID=1045412> 

Best Regards
Abhay Kumar



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

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