Re: login form problem

2004-12-07 Thread Ate Douma
Thanks for the report Graeme.
I applied your fix.
I never experienced that problem using Firefox or Internet Explorer.
Regards,
Ate
Graeme Elsworthy wrote:
Hi all,
I have a problem with Jetspeed 2's login form.  The out-of-the-box
jetspeed 2 I've been downloading from the cvs, and the latest
M1 release all show the same problem.
Problem is, from Mozilla when I enter a username/password and
hit the Login button I get a page send back that shows
the text of an html form, and not an html page containing a form.
I tried IE and this problem does not happen, the login proceeds
as expected.
I fixed this by adding the line
response.setContentType("text/html");
into portal/src/java/org/apache/jetspeed/login/LoginServlet.java
Am using tomcat 4.1.27 and Mozilla 1.7.3 on Linux.  Is this a
problem with my tomcat install (like incorrect/outdated jar files
or something), or is everybody using IE on Windows, or something else?
Cheers,
Graeme.
-
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]


login form problem

2004-12-07 Thread Graeme Elsworthy
Hi all,

I have a problem with Jetspeed 2's login form.  The out-of-the-box
jetspeed 2 I've been downloading from the cvs, and the latest
M1 release all show the same problem.

Problem is, from Mozilla when I enter a username/password and
hit the Login button I get a page send back that shows
the text of an html form, and not an html page containing a form.
I tried IE and this problem does not happen, the login proceeds
as expected.

I fixed this by adding the line

response.setContentType("text/html");

into portal/src/java/org/apache/jetspeed/login/LoginServlet.java

Am using tomcat 4.1.27 and Mozilla 1.7.3 on Linux.  Is this a
problem with my tomcat install (like incorrect/outdated jar files
or something), or is everybody using IE on Windows, or something else?

Cheers,
Graeme.


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