Re: Redirect URLs have class names added after the action name with # or !

2016-10-25 Thread Lukasz Lenart
2016-10-25 16:54 GMT+02:00 Dhamelia, Krunal :
> Question: How do you define "nextAction"? Is it a String like "homeAction"?
> Ans: yes I define it as a string which is anaction name  "/welcome.action"

redirectAction result expects action name not the whole URL, instead
"/welcome.action" return "welcome" - let's start with this.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Redirect URLs have class names added after the action name with # or !

2016-10-25 Thread Dhamelia, Krunal
Question: How do you define "nextAction"? Is it a String like "homeAction"?
Ans: yes I define it as a string which is anaction name  "/welcome.action"


Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Tuesday, October 25, 2016 1:06 AM
To: Struts Users Mailing List
Subject: Re: Redirect URLs have class names added after the action name with # 
or !

2016-10-24 22:29 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Hi Lukaz,
> I am really stuck with this issue. I tried on WebSphere Application Server 
> and this issue is not there only on JBOSS I am getting this.
>
> But the problem, when Struts is redirecting using action redirect that time 
> only I get this problem, I have manual redirect response.sendredirect from my 
> filter does not cause the same behavior neither Spring filter redirect.
>
> Does this ring any bell?

Nope, not at all. You are the first person reporting such issue. Maybe you have 
a custom interceptor that does something funky - really hard to fifure out 
what's wrong.

>> > class="logonAction">
>> login
>> 
>> ${nextAction}
>> 
>> 
>> > name="location">j_spring_security_check?j_username=${username}
>> 
>> 

How do you define "nextAction"? Is it a String like "homeAction"?


Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


If you wish to unsubscribe from receiving commercial electronic messages from 
TD Bank Group, please click here or go to the following web address: 
www.td.com/tdoptout 
Si vous souhaitez vous désabonner des messages électroniques de nature 
commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre à 
l'adresse www.td.com/tddesab

NOTICE: Confidential message which may be privileged. Unauthorized 
use/disclosure prohibited. If received in error, please go to www.td.com/legal 
for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. 
Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière 
d'aller au www.td.com/francais/avis_juridique pour des instructions.


Re: Redirect URLs have class names added after the action name with # or !

2016-10-24 Thread Lukasz Lenart
2016-10-24 22:29 GMT+02:00 Dhamelia, Krunal :
> Hi Lukaz,
> I am really stuck with this issue. I tried on WebSphere Application Server 
> and this issue is not there only on JBOSS I am getting this.
>
> But the problem, when Struts is redirecting using action redirect that time 
> only I get this problem, I have manual redirect response.sendredirect from my 
> filter does not cause the same behavior neither Spring filter redirect.
>
> Does this ring any bell?

Nope, not at all. You are the first person reporting such issue. Maybe
you have a custom interceptor that does something funky - really hard
to fifure out what's wrong.

>> > class="logonAction">
>> login
>> 
>> ${nextAction}
>> 
>> 
>> > name="location">j_spring_security_check?j_username=${username}
>> 
>> 

How do you define "nextAction"? Is it a String like "homeAction"?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Redirect URLs have class names added after the action name with # or !

2016-10-24 Thread Martin Gainty



> From: krunal.dhame...@tdsecurities.com
> To: user@struts.apache.org
> Subject: RE: Redirect URLs have class names added after the action name with 
> # or !
> Date: Mon, 24 Oct 2016 20:29:43 +
> 
> Hi Lukaz,
> I am really stuck with this issue. I tried on WebSphere Application Server 
> and this issue is not there only on JBOSS I am getting this.
> 
> But the problem, when Struts is redirecting using action redirect that time 
> only I get this problem, I have manual redirect response.sendredirect from my 
> filter does not cause the same behavior neither Spring filter redirect.
> 
> Does this ring any bell?
MG>nearest i can tell the JBOSS RewriteValve (enabled-default=on) will only 
rewrite if you put in a reg-exp rule inside rewrite.properties on webapp 
classpath whose rules  RewriteValve  implements..an example :
https://developer.jboss.org/thread/234205?_sscc=t
MG>
> Thanks and Regards,
> Krunal Dhamelia
> Consultant | TD Securities Technology Solutions| TD Securities
> 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
> desk: 416 944 6187  cell: 647 835 3067
> e-mail: krunal.dhame...@tdsecurities.com
> 
> -Original Message-
> From: Dhamelia, Krunal 
> Sent: Tuesday, October 18, 2016 11:30 AM
> To: Struts Users Mailing List
> Subject: RE: Redirect URLs have class names added after the action name with 
> # or !
> 
> Not yet I will try it on Tomcat.
> 
> I was running on Websphere before and can not recall of getting it on that.
> 
> Thanks and Regards,
> Krunal Dhamelia
> Consultant | TD Securities Technology Solutions| TD Securities
> 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
> desk: 416 944 6187  cell: 647 835 3067
> e-mail: krunal.dhame...@tdsecurities.com
> 
> 
> -Original Message-
> From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
> Sent: Tuesday, October 18, 2016 1:55 AM
> To: Struts Users Mailing List
> Subject: Re: Redirect URLs have class names added after the action name with 
> # or !
> 
> 2016-10-17 16:30 GMT+02:00 Dhamelia, Krunal 
> <krunal.dhame...@tdsecurities.com>:
> > Yep sorry I didn’t see that.
> >
> > Here is how redirect is configured
> >
> > LogonAction has method LogonSuccessful which at the end sets the variable 
> > "nextAction" and returns the result "next" which is a redirect type of 
> > result with location param value set to value of "nextAction".
> >
> >  > class="logonAction">
> > login
> > 
> > ${nextAction}
> > 
> > 
> >  > name="location">j_spring_security_check?j_username=${username}
> > 
> > 
> 
> Hm looks good. Did you try to test on some other container? Tomcat or 
> Jetty?
> 
> 
> Regards
> -- 
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> If you wish to unsubscribe from receiving commercial electronic messages from 
> TD Bank Group, please click here or go to the following web address: 
> www.td.com/tdoptout 
> Si vous souhaitez vous désabonner des messages électroniques de nature 
> commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre 
> à l'adresse www.td.com/tddesab
> 
> NOTICE: Confidential message which may be privileged. Unauthorized 
> use/disclosure prohibited. If received in error, please go to 
> www.td.com/legal for instructions.
> AVIS : Message confidentiel dont le contenu peut être privilégié. 
> Utilisation/divulgation interdites sans permission. Si reçu par erreur, 
> prière d'aller au www.td.com/francais/avis_juridique pour des instructions.
> B�CB��[��X��ܚX�KK[XZ[
> �\�\�][��X��ܚX�P��]˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
> �\�\�Z[��]˘\X�K�ܙ�B
> B�CB��[��X��ܚX�KK[XZ[�\�\�][��X��ܚX�P��]˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[�\�\�Z[��]˘\X�K�ܙ�B
  

RE: Redirect URLs have class names added after the action name with # or !

2016-10-24 Thread Dhamelia, Krunal
Hi Lukaz,
I am really stuck with this issue. I tried on WebSphere Application Server and 
this issue is not there only on JBOSS I am getting this.

But the problem, when Struts is redirecting using action redirect that time 
only I get this problem, I have manual redirect response.sendredirect from my 
filter does not cause the same behavior neither Spring filter redirect.

Does this ring any bell?

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com

-Original Message-
From: Dhamelia, Krunal 
Sent: Tuesday, October 18, 2016 11:30 AM
To: Struts Users Mailing List
Subject: RE: Redirect URLs have class names added after the action name with # 
or !

Not yet I will try it on Tomcat.

I was running on Websphere before and can not recall of getting it on that.

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Tuesday, October 18, 2016 1:55 AM
To: Struts Users Mailing List
Subject: Re: Redirect URLs have class names added after the action name with # 
or !

2016-10-17 16:30 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Yep sorry I didn’t see that.
>
> Here is how redirect is configured
>
> LogonAction has method LogonSuccessful which at the end sets the variable 
> "nextAction" and returns the result "next" which is a redirect type of result 
> with location param value set to value of "nextAction".
>
>  class="logonAction">
> login
> 
> ${nextAction}
> 
> 
>  name="location">j_spring_security_check?j_username=${username}
> 
> 

Hm looks good. Did you try to test on some other container? Tomcat or Jetty?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


If you wish to unsubscribe from receiving commercial electronic messages from 
TD Bank Group, please click here or go to the following web address: 
www.td.com/tdoptout 
Si vous souhaitez vous désabonner des messages électroniques de nature 
commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre à 
l'adresse www.td.com/tddesab

NOTICE: Confidential message which may be privileged. Unauthorized 
use/disclosure prohibited. If received in error, please go to www.td.com/legal 
for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. 
Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière 
d'aller au www.td.com/francais/avis_juridique pour des instructions.
B�CB��[��X��ܚX�KK[XZ[
�\�\�][��X��ܚX�P��]˘\X�K�ܙ�B��܈Y][ۘ[��[X[��K[XZ[
�\�\�Z[��]˘\X�K�ܙ�B


RE: Redirect URLs have class names added after the action name with # or !

2016-10-18 Thread Dhamelia, Krunal
Not yet I will try it on Tomcat.

I was running on Websphere before and can not recall of getting it on that.

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Tuesday, October 18, 2016 1:55 AM
To: Struts Users Mailing List
Subject: Re: Redirect URLs have class names added after the action name with # 
or !

2016-10-17 16:30 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Yep sorry I didn’t see that.
>
> Here is how redirect is configured
>
> LogonAction has method LogonSuccessful which at the end sets the variable 
> "nextAction" and returns the result "next" which is a redirect type of result 
> with location param value set to value of "nextAction".
>
>  class="logonAction">
> login
> 
> ${nextAction}
> 
> 
>  name="location">j_spring_security_check?j_username=${username}
> 
> 

Hm looks good. Did you try to test on some other container? Tomcat or Jetty?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


If you wish to unsubscribe from receiving commercial electronic messages from 
TD Bank Group, please click here or go to the following web address: 
www.td.com/tdoptout 
Si vous souhaitez vous désabonner des messages électroniques de nature 
commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre à 
l'adresse www.td.com/tddesab

NOTICE: Confidential message which may be privileged. Unauthorized 
use/disclosure prohibited. If received in error, please go to www.td.com/legal 
for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. 
Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière 
d'aller au www.td.com/francais/avis_juridique pour des instructions.


Re: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Lukasz Lenart
2016-10-17 16:30 GMT+02:00 Dhamelia, Krunal :
> Yep sorry I didn’t see that.
>
> Here is how redirect is configured
>
> LogonAction has method LogonSuccessful which at the end sets the variable 
> "nextAction" and returns the result "next" which is a redirect type of result 
> with location param value set to value of "nextAction".
>
>  class="logonAction">
> login
> 
> ${nextAction}
> 
> 
>  name="location">j_spring_security_check?j_username=${username}
> 
> 

Hm looks good. Did you try to test on some other container? Tomcat or Jetty?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Dhamelia, Krunal
Yep sorry I didn’t see that.

Here is how redirect is configured

LogonAction has method LogonSuccessful which at the end sets the variable 
"nextAction" and returns the result "next" which is a redirect type of result 
with location param value set to value of "nextAction". 


login

${nextAction}


j_spring_security_check?j_username=${username}



Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Monday, October 17, 2016 10:09 AM
To: Struts Users Mailing List
Subject: Re: Redirect URLs have class names added after the action name with # 
or !

Ok, but there was a second question

2016-10-17 16:05 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Yes Lukasz, we did migrate from Struts 2.0.11 and Spring Web 2.5.6
>
> Thanks and Regards,
> Krunal Dhamelia
> Consultant | TD Securities Technology Solutions| TD Securities
> 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
> desk: 416 944 6187  cell: 647 835 3067
> e-mail: krunal.dhame...@tdsecurities.com
>
>
> -Original Message-
> From: Lukasz Lenart [mailto:lukaszlen...@apache.org]
> Sent: Sunday, October 16, 2016 8:31 AM
> To: Struts Users Mailing List
> Subject: Re: Redirect URLs have class names added after the action name with 
> # or !
>
> 2016-10-14 16:07 GMT+02:00 Dhamelia, Krunal 
> <krunal.dhame...@tdsecurities.com>:
>> Hi Everyone,
>> I am facing very weird issue at least I haven't seen it before.
>>
>> Struts version 2.3.16
>> Struts Spring combination using Spring 3.0.6
>
> Did you migrate from some other version?
>
>> Once the redirect happens it makes the round trip of browser and comes back, 
>> I have a filter filtering all request  where I print the 
>> request.getRequestURI() and the output I get for these redirect requests is 
>> as follows.
>>
>> /appname/viewLogonSessionExp!com.abc.appname.dailytransactions.report
>> s:com.tdsecurities.clips.referencedata.reports:com.tdsecurities.clips
>> .corebusinessentity.reports.action
>
> Can you share how did you configure the redirect?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
> If you wish to unsubscribe from receiving commercial electronic 
> messages from TD Bank Group, please click here or go to the following 
> web address: www.td.com/tdoptout Si vous souhaitez vous désabonner des 
> messages électroniques de nature commerciale envoyés par Groupe Banque 
> TD veuillez cliquer ici ou vous rendre à l'adresse www.td.com/tddesab
>
> NOTICE: Confidential message which may be privileged. Unauthorized 
> use/disclosure prohibited. If received in error, please go to 
> www.td.com/legal for instructions.
> AVIS : Message confidentiel dont le contenu peut être privilégié. 
> Utilisation/divulgation interdites sans permission. Si reçu par erreur, 
> prière d'aller au www.td.com/francais/avis_juridique pour des instructions.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Lukasz Lenart
Ok, but there was a second question

2016-10-17 16:05 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Yes Lukasz, we did migrate from Struts 2.0.11 and Spring Web 2.5.6
>
> Thanks and Regards,
> Krunal Dhamelia
> Consultant | TD Securities Technology Solutions| TD Securities
> 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
> desk: 416 944 6187  cell: 647 835 3067
> e-mail: krunal.dhame...@tdsecurities.com
>
>
> -Original Message-
> From: Lukasz Lenart [mailto:lukaszlen...@apache.org]
> Sent: Sunday, October 16, 2016 8:31 AM
> To: Struts Users Mailing List
> Subject: Re: Redirect URLs have class names added after the action name with 
> # or !
>
> 2016-10-14 16:07 GMT+02:00 Dhamelia, Krunal 
> <krunal.dhame...@tdsecurities.com>:
>> Hi Everyone,
>> I am facing very weird issue at least I haven't seen it before.
>>
>> Struts version 2.3.16
>> Struts Spring combination using Spring 3.0.6
>
> Did you migrate from some other version?
>
>> Once the redirect happens it makes the round trip of browser and comes back, 
>> I have a filter filtering all request  where I print the 
>> request.getRequestURI() and the output I get for these redirect requests is 
>> as follows.
>>
>> /appname/viewLogonSessionExp!com.abc.appname.dailytransactions.reports:com.tdsecurities.clips.referencedata.reports:com.tdsecurities.clips.corebusinessentity.reports.action
>
> Can you share how did you configure the redirect?
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
> If you wish to unsubscribe from receiving commercial electronic messages from 
> TD Bank Group, please click here or go to the following web address: 
> www.td.com/tdoptout
> Si vous souhaitez vous désabonner des messages électroniques de nature 
> commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre 
> à l'adresse www.td.com/tddesab
>
> NOTICE: Confidential message which may be privileged. Unauthorized 
> use/disclosure prohibited. If received in error, please go to 
> www.td.com/legal for instructions.
> AVIS : Message confidentiel dont le contenu peut être privilégié. 
> Utilisation/divulgation interdites sans permission. Si reçu par erreur, 
> prière d'aller au www.td.com/francais/avis_juridique pour des instructions.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Dhamelia, Krunal
Yes Lukasz, we did migrate from Struts 2.0.11 and Spring Web 2.5.6

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


-Original Message-
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Sunday, October 16, 2016 8:31 AM
To: Struts Users Mailing List
Subject: Re: Redirect URLs have class names added after the action name with # 
or !

2016-10-14 16:07 GMT+02:00 Dhamelia, Krunal <krunal.dhame...@tdsecurities.com>:
> Hi Everyone,
> I am facing very weird issue at least I haven't seen it before.
>
> Struts version 2.3.16
> Struts Spring combination using Spring 3.0.6

Did you migrate from some other version?

> Once the redirect happens it makes the round trip of browser and comes back, 
> I have a filter filtering all request  where I print the 
> request.getRequestURI() and the output I get for these redirect requests is 
> as follows.
>
> /appname/viewLogonSessionExp!com.abc.appname.dailytransactions.reports:com.tdsecurities.clips.referencedata.reports:com.tdsecurities.clips.corebusinessentity.reports.action

Can you share how did you configure the redirect?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


If you wish to unsubscribe from receiving commercial electronic messages from 
TD Bank Group, please click here or go to the following web address: 
www.td.com/tdoptout 
Si vous souhaitez vous désabonner des messages électroniques de nature 
commerciale envoyés par Groupe Banque TD veuillez cliquer ici ou vous rendre à 
l'adresse www.td.com/tddesab

NOTICE: Confidential message which may be privileged. Unauthorized 
use/disclosure prohibited. If received in error, please go to www.td.com/legal 
for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. 
Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière 
d'aller au www.td.com/francais/avis_juridique pour des instructions.


Re: Redirect URLs have class names added after the action name with # or !

2016-10-16 Thread Lukasz Lenart
2016-10-14 16:07 GMT+02:00 Dhamelia, Krunal :
> Hi Everyone,
> I am facing very weird issue at least I haven't seen it before.
>
> Struts version 2.3.16
> Struts Spring combination using Spring 3.0.6

Did you migrate from some other version?

> Once the redirect happens it makes the round trip of browser and comes back, 
> I have a filter filtering all request  where I print the 
> request.getRequestURI() and the output I get for these redirect requests is 
> as follows.
>
> /appname/viewLogonSessionExp!com.abc.appname.dailytransactions.reports:com.tdsecurities.clips.referencedata.reports:com.tdsecurities.clips.corebusinessentity.reports.action

Can you share how did you configure the redirect?


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Redirect URLs have class names added after the action name with # or !

2016-10-14 Thread Dhamelia, Krunal
Forgot to mention that the runtime for application I am using is JBOSS EAP 6.4, 
I think it could be related to App server too.

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W - 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com

-Original Message-
From: Dhamelia, Krunal 
Sent: Friday, October 14, 2016 10:07 AM
To: Struts Users Mailing List
Subject: Redirect URLs have class names added after the action name with # or !

Hi Everyone,
I am facing very weird issue at least I haven't seen it before.

Struts version 2.3.16
Struts Spring combination using Spring 3.0.6

When I redirect to an action from interceptor or as a result of another action 
it adds some class names with package in the URL and due to this next time 
struts can not recognize the action and it ends up calling the GenericAction I 
have configured.

Once the redirect happens it makes the round trip of browser and comes back, I 
have a filter filtering all request  where I print the request.getRequestURI() 
and the output I get for these redirect requests is as follows.

/appname/viewLogonSessionExp!com.abc.appname.dailytransactions.reports:com.tdsecurities.clips.referencedata.reports:com.tdsecurities.clips.corebusinessentity.reports.action

The things in bold are coming unexpected and due to this Struts can not match 
it to the action defined in struts.xml with name "viewLogonSessionExp"

Any help!!

Thanks and Regards,
Krunal Dhamelia
Consultant | TD Securities Technology Solutions| TD Securities
130 Adelaide St W - 9th floor, Toronto, Ont, M5H 3P5
desk: 416 944 6187  cell: 647 835 3067
e-mail: krunal.dhame...@tdsecurities.com


If you wish to unsubscribe from receiving commercial electronic messages from 
TD Bank Group, please click here or go to the following web address: 
www.td.com/tdoptout Si vous souhaitez vous désabonner des messages 
électroniques de nature commerciale envoyés par Groupe Banque TD veuillez 
cliquer ici ou vous rendre à l'adresse td.com/tddesab

NOTICE: Confidential message which may be privileged. Unauthorized 
use/disclosure prohibited. If received in error, please go to www.td.com/legal 
for instructions.
AVIS : Message confidentiel dont le contenu peut être privilégié. 
Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière 
d'aller au www.td.com/francais/avis_juridique pour des instructions.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org