Hello, it looks like most of this is occurring in the "performLookup" methods 
of the various KEW Struts Actions.  This code will end up getting removed when 
we finish some of the work we are doing in Rice 0.9.4.

I'm not sure off the top of my head the specific reasons the urls are being 
constructed this way (or why the redirect flag is set the way it is). Do you 
have a sample of how you modified the code or did you just remove the basePath 
portion of the URL?

Thanks,
Eric


On 10/1/08 10:48 AM, "shyam_gedela" <[EMAIL PROTECTED]> wrote:



Hello,

We noticed there are several action classes in KEW and KNS that
construct absolute URIs of the form

....
String basePath = request.getScheme() + "://" +
request.getServerName() + ":" + request.getServerPort() +
request.getContextPath() + mapping.getModuleConfig().getPrefix();
....

We converted these to relative URLs and the tests we have carried out
so far seem to work. I was wondering if there was a specific reason to
do construct absolute URIs. We are running KFS in the bundled mode -
so everything is in one webapp.

We were also curious to find out why the ActionForwards are being sent
to the request processor with the redirect flag set to true instead of
a forward because some of these action forwards look like they are
targeting resources in the same context for e.g. performLookup in
KualiAction.


DocumentSearchAction.java
DocumentOperationAction.java
ExportServlet.java
RemoveReplaceAction.java
DelegateRule2Action.java
RoutingReportAction.java
Rule2Action.java
RuleQuickLinksAction.java
WorkflowDocHandlerAction.java
SuperUserAction.java
WorkflowAction.java
WorkgroupAction.java
KualiAction.java

Thanks
Shyam



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Kuali Rice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/kuali-rice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to