Chris,
Chris Kimpton wrote:
> 
> Hi,
> 
> > What is the agent, i.e. what follows "-- INFO -- Created a
> > CapabilityMap
> > for agent:"  in jetspeed.log?
> >
> 
> INFO -- Created a CapabilityMap for agent:  Mozilla/4.0 (compatible;
> MSIE 5.5; Windows NT 4.0)

Although IE 5.5 is not explicitly defined in ClientCapibilityMap.java,
it default to IE 5.0, thus it is has a media_type of HTML.

> [Mon Sep 03 11:57:19 GMT+01:00 2001] -- INFO -- PSML-Man: calculated
> resource:anon\html\en\GB\default.psml. Base:
> C:\Jetty-3.1.RC8\webapps\jetspeed\WEB-INF\psml
> [Mon Sep 03 11:57:19 GMT+01:00 2001] -- INFO -- CastorPsmlManager:
> about to return null doc:
> [Mon Sep 03 11:57:19 GMT+01:00 2001] -- INFO -- PSML-Man: calculated
> resource:anon\html\en\default.psml. Base:

Jetspeed has identified the media_type = html, language en_GB.  It is
looking for the default PSML file for a non-logged in user.  This is
what I would expect, i.e. no error here.

I would expect to see similar entries when the user logs in.  The
resource should begin user\<username> instead of anon.  

When you login in using IE 5.5, do the "resource:" entries contain
"html"?  
What mime-type and file name is being returned to IE?

Is this IE problem limited to JBoss/Jetty or does it also exist with
Tomcat?

I have a working site with IE 5.01, 5.5 and 6.0 users.

Paul Spencer

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

Reply via email to