Weblogic app server problem

"Bogeblad Mattias" <[email protected]>
Newsgroups gmane.comp.cms.infoglue.devel
Message-ID <[email protected]>
Hi,

I'm trying to run Infoglue 2.9.3 on Weblogic 10.3, but
org.infoglue.cms.security.InfoGlueAuthenticationFilter is behaving
differently than under Tomcat. I've thrown in some debug statementsand
have noticed:

Requesting in Tomcat:
http://server:8080/infoglueCMS/
The filter gets a
requestURI=/  filter runs again with a redirect to
requestURI=/Login.action From here the .vm executes and is displayed
properly


Requesting in Weblogic:
http://server:7001/infoglueCMS

The filter shows:
requestURI=/index-cms.html
requestURI=/ViewCMSTool.action
requestURI=/Login.action  <--- up to here is probably ok
requestURI=/cms/managementtoo/login.vm  <-- a problem methinks then
alternates between /cms/managementtool/login.action and
/cms/managementtool/login.vm until the browser gives up...

Does anyone have any insight?

I know the .vm files will execute because I have changed the filter from
        <filter-mapping>
                <filter-name>InfoGlue Authentication
Filter</filter-name>
                <url-pattern>/*</url-pattern>
        </filter-mapping>

to
        <filter-mapping>
                <filter-name>InfoGlue Authentication
Filter</filter-name>
                <url-pattern>/test/*</url-pattern>
        </filter-mapping>
I can see a .vm execute and display as html in a browser window
(although any templates that depend on an authenticated user will throw
errors.

Anyone have any insight?

Thanks a bunch,

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.