Skip to Content.
Sympa Menu

grouper-dev - Tomcat5 and HTTPServletRequest.getRequestURL()

Subject: Grouper Developers Forum

List archive

Tomcat5 and HTTPServletRequest.getRequestURL()


Chronological Thread 
  • From: Steve Barrett <>
  • To:
  • Subject: Tomcat5 and HTTPServletRequest.getRequestURL()
  • Date: Tue, 11 Oct 2005 20:51:18 -0400 (EDT)

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




Archive powered by MHonArc 2.6.16.

Top of Page