Re: Login.jsp Manipulation

2007-05-14 Thread L. J. Head
Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sokol, Brian Sent: Monday, May 14, 2007 1:12 PM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation This solves a major pain for me. I constantly have people bookmark the login page

Re: Login.jsp Manipulation

2007-05-14 Thread Sokol, Brian
@ARSLIST.ORG Subject: Re: Login.jsp Manipulation As with most things I went through several iterations before I found the eventual solution. I will document it here for posterity sake. When you access the Mid-Tier sever with a redirect in the URL or are redirected by a servlet it goes into one of two

Re: Login.jsp Manipulation

2007-05-14 Thread L. J. Head
ay, May 14, 2007 11:07 AM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation ** LJ, Thank YOU for posting your final solution. This is one of those, "gee it be nice to fix if I had time" things, but not really on anybody's priority list here. I read the responses t

Re: Login.jsp Manipulation

2007-05-14 Thread Thad K Esser
rs."-- Richard Bach "L. J. Head" <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" 05/14/2007 07:07 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: Login.jsp Manipulation As with most th

Re: Login.jsp Manipulation

2007-05-14 Thread L. J. Head
he community once again for helping me solve yet another issue. -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Sunday, May 13, 2007 5:12 PM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation The value LJ was l

Re: Login.jsp Manipulation

2007-05-14 Thread Grooms, Frederick W
o: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation Hello, I was explaining this problem to a UK Remedy customer only on Friday. Frankly, the entire "redirect to /shared/login/login.jsp" logic is utterly bizarre and I can only assume that a newbie was given the task of writing thi

Re: Login.jsp Manipulation

2007-05-13 Thread Axton
The value LJ was looking for was stored in a session attribute. I imagine they left the login page jsp during the 601->63 rewrite so that customers could alter it. If the page were served from a servlet, we wouldn't have any place to customize the layout/fields unless we had the source to said s

Re: Login.jsp Manipulation

2007-05-13 Thread John Baker
Hello, I was explaining this problem to a UK Remedy customer only on Friday. Frankly, the entire "redirect to /shared/login/login.jsp" logic is utterly bizarre and I can only assume that a newbie was given the task of writing this bit of the Midtier. Clearly, if one goes to /arsys/home and is n

Re: Login.jsp Manipulation

2007-05-11 Thread Axton
t that even after it printed that > > > on the screen and it still after login took me to the record means that when > > > I went to the ViewFormServlet it took the parameters and stored them > > > somewhere...I think it's storing them in a cookie...but I know nothi

Re: Login.jsp Manipulation

2007-05-11 Thread Axton
ters and stored them > > somewhere...I think it's storing them in a cookie...but I know nothing about > > cookies...so I don't know how to retrieve that information...if that is in > > fact where it is storing it. If it's storing it in the servlet as a > > varia

Re: Login.jsp Manipulation

2007-05-11 Thread Axton
w nothing about > cookies...so I don't know how to retrieve that information...if that is in > fact where it is storing it. If it's storing it in the servlet as a > variable I don't know how to get at that either. > > What I'm hoping for is that this will intrigue someo

Re: Login.jsp Manipulation

2007-05-11 Thread Axton
know how to get at that either. What I'm hoping for is that this will intrigue someone with more skill in this area enough to actually go out and figure this out...please? -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Gro

Re: Login.jsp Manipulation

2007-05-11 Thread L. J. Head
omeone with more skill in this area enough to actually go out and figure this out...please? -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W Sent: Friday, May 11, 2007 8:18 AM To: arslist@ARSLIST.ORG Subject: Re:

Re: Login.jsp Manipulation

2007-05-11 Thread Grooms, Frederick W
Sent: Thursday, May 10, 2007 12:20 PM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation If the url uses this format, you can get at the goto parameter: http://server/arsys/shared/login.jsp?goto=/arsys/forms/server/FormName Axton Grams On 5/10/07, L. J. Head <[EMAIL PROTECTED]> wr

Re: Login.jsp Manipulation

2007-05-11 Thread L. J. Head
ngton Sent: Friday, May 11, 2007 7:37 AM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation Well, if your purpose is to hide a "bad" URL from being bookmarked, you could make it appear that all the pages have a URL of http://server/arsys/home -- or whatever you wanted for that m

Re: Login.jsp Manipulation

2007-05-11 Thread Tony Worthington
ton [EMAIL PROTECTED] 262-703-5911 "L. J. Head" <[EMAIL PROTECTED]> Sent by: "Action Request System discussion list(ARSList)" 05/11/2007 08:27 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: Login.jsp Manipulation Honestly...that

Re: Login.jsp Manipulation

2007-05-11 Thread L. J. Head
7:17 AM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation Front your jsp engine with apache and use a combination of mod_rewrite and mod_proxy to hide the real url? I haven't gone there yet, but am about to... -tony -- Tony Worthington [EMAIL PROTECTED] 262-703-5911 "L. J

Re: Login.jsp Manipulation

2007-05-11 Thread Tony Worthington
Request System discussion list(ARSList)" 05/11/2007 08:14 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: Login.jsp Manipulation Okmaybe I'm making this harder for myself than I need tohere is my goal...I can't possibly be the only one

Re: Login.jsp Manipulation

2007-05-11 Thread L. J. Head
[mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Thursday, May 10, 2007 1:06 PM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation It may be a session attribute (server side), in which case you would need to use the methods defined for the class of the object that stores that informat

Re: Login.jsp Manipulation

2007-05-10 Thread Axton
ilto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Thursday, May 10, 2007 12:20 PM To: arslist@ARSLIST.ORG Subject: Re: Login.jsp Manipulation If the url uses this format, you can get at the goto parameter: http://server/arsys/shared/login.jsp?goto=/arsys/forms/server/FormName Axton Grams On 5/10/07,

Re: Login.jsp Manipulation

2007-05-10 Thread L. J. Head
t: Re: Login.jsp Manipulation If the url uses this format, you can get at the goto parameter: http://server/arsys/shared/login.jsp?goto=/arsys/forms/server/FormName Axton Grams On 5/10/07, L. J. Head <[EMAIL PROTECTED]> wrote: > Axton, > Thank you for the suggestion of Fiddlerit has

Re: Login.jsp Manipulation

2007-05-10 Thread Axton
mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:53 AM To: 'arslist@ARSLIST.ORG' Subject: RE: Login.jsp Manipulation As you can see below >String nextPage = (String)request.getParameter("goto"); >if (nextPage == null) { > nextPage = ""

Re: Login.jsp Manipulation

2007-05-10 Thread L. J. Head
valuesany suggestions from anyone??? -Original Message- From: L. J. Head [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:53 AM To: 'arslist@ARSLIST.ORG' Subject: RE: Login.jsp Manipulation As you can see below >String nextPage = (String)request.getPa

Re: Login.jsp Manipulation

2007-05-10 Thread L. J. Head
how I can determine if the login already has a goto? > > -Original Message- > From: L. J. Head [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 12:24 PM > To: 'arslist@ARSLIST.ORG' > Subject: Login.jsp Manipulation > > I, as most of us do, have user

Re: Login.jsp Manipulation

2007-05-10 Thread Axton
page > > or gone directly to the Login page...so it is using some value that I don't > > currently know how to check. I have tried request.getParameter as well as > > session.getAttributeanyone have any suggestions on how I can determine > > if the login already has

Re: Login.jsp Manipulation

2007-05-10 Thread Jarl Grøneng
rrently know how to check. I have tried request.getParameter as well as > session.getAttributeanyone have any suggestions on how I can determine > if the login already has a goto? > > -Original Message- > From: L. J. Head [mailto:[EMAIL PROTECTED] > Sent: Wednesd

Re: Login.jsp Manipulation

2007-05-10 Thread Axton
currently know how to check. I have tried request.getParameter as well as session.getAttributeanyone have any suggestions on how I can determine if the login already has a goto? -Original Message- From: L. J. Head [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 12:24 PM To: 'arslist@AR

Re: Login.jsp Manipulation

2007-05-10 Thread L. J. Head
getAttributeanyone have any suggestions on how I can determine if the login already has a goto? -Original Message- From: L. J. Head [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 12:24 PM To: 'arslist@ARSLIST.ORG' Subject: Login.jsp Manipulation I, as most of u

Login.jsp Manipulation

2007-05-09 Thread L. J. Head
I, as most of us do, have users that bookmark the login screen http:///arsys/shared/login.jsp When they do that they get an error about not having all of the parameters mapped, they click the 'return to home' button...re-login and they get to the home page. I got sick of fielding these productio