Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] Tomcat5 and HTTPServletRequest.getRequestURL()

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] Tomcat5 and HTTPServletRequest.getRequestURL()


Chronological Thread 
  • From: "GW Brown, Information Systems and Computing" <>
  • To: Steve Barrett <>,
  • Subject: Re: [grouper-dev] Tomcat5 and HTTPServletRequest.getRequestURL()
  • Date: Wed, 12 Oct 2005 09:57:16 +0100

Thanks Steve - I'll take a look and update the code in CVS.

Gary

--On 11 October 2005 20:51 -0400 Steve Barrett
<>
wrote:

You all may already know about this and you can yell at me for bothering
you but I do want to share this tidbit.

While trying to assist in deployment of Grouper in our (about to be
deployed) Tomcat 5.5.7 environment we kept running into a problem with
the "advanced search" links which kept displaying a .jsp instead of the
.do action for the page you are dealing with (join/all/....).

The problem is here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=28222

It does not look like the TC developers have agreed on the bug's status
yet.

I made this change to template.jsp to allow us to continue finctioning:

---begin code---
//request.setAttribute("pageUrlMinusQueryString",pageUrl.toString());
request.setAttribute("pageUrlMinusQueryString", request.getAttribute(
"javax.servlet.forward.request_uri" )); // added, smb1 - 2005.10.11
---end code---

and now you know what I know :)
--
-----
Steve Barrett
607.254.2917
o120 Maple Ave.
Ithaca, NY14850
-- uPortal.Cornell IMAP eMail channel




----------------------
GW Brown, Information Systems and Computing




Archive powered by MHonArc 2.6.16.

Top of Page