udaya prasad vakalapudi

Greenhorn
+ Follow
since Jun 20, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by udaya prasad vakalapudi

Below are the List of JAR's used in my project.

antlr-2.7.6.jar
antlr-runtime-3.0.1.jar
aopalliance.jar
asm-attrs.jar
asm.jar
cglib-2.1.3.jar
commons-collections.jar
commons-dbcp-1.4.jar
commons-fileupload-1.2.2.jar
commons-io-2.0.1.jar
commons-lang-2.5.jar
commons-logging-1.1.1.jar
commons-logging-api-1.1.jar
commons-pool-1.5.6.jar
dom4j-1.6.1.jar
ehcache-1.2.3.jar
freemarker-2.3.16.jar
hibernate-jpa-2.0-api-1.0.0.Final.jar
hibernate3.jar
javassist-3.11.0.GA.jar
jstl.jar
jta.jar
log4j-1.2.15.jar
ognl-3.0.1.jar
ojdbc14.jar
org.springframework.aop-3.0.5.RELEASE.jar
org.springframework.asm-3.0.5.RELEASE.jar
org.springframework.aspects-3.0.5.RELEASE.jar
org.springframework.beans-3.0.5.RELEASE.jar
org.springframework.context-3.0.5.RELEASE.jar
org.springframework.context.support-3.0.5.RELEASE.jar
org.springframework.core-3.0.5.RELEASE.jar
org.springframework.expression-3.0.5.RELEASE.jar
org.springframework.instrument-3.0.5.RELEASE.jar
org.springframework.instrument.tomcat-3.0.5.RELEASE.jar
org.springframework.jdbc-3.0.5.RELEASE.jar
org.springframework.jms-3.0.5.RELEASE.jar
org.springframework.orm-3.0.5.RELEASE.jar
org.springframework.oxm-3.0.5.RELEASE.jar
org.springframework.spring-library-3.0.5.RELEASE.libd
org.springframework.test-3.0.5.RELEASE.jar
org.springframework.transaction-3.0.5.RELEASE.jar
org.springframework.web-3.0.5.RELEASE.jar
org.springframework.web.portlet-3.0.5.RELEASE.jar
org.springframework.web.servlet-3.0.5.RELEASE.jar
org.springframework.web.struts-3.0.5.RELEASE.jar
quartz-1.6.0.jar
servletapi-2.3.jar
slf4j-api-1.6.1-sources.jar
slf4j-api-1.6.1.jar
slf4j-simple-1.6.1.jar
standard.jar
struts2-convention-plugin-2.2.3.jar
struts2-core-2.2.3.jar
struts2-spring-plugin-2.2.3.jar
xwork-core-2.2.3.jar
I tried a lot to find out the solution(By replacing all kind's of JAR's) but i didn't solve this.Can any one please help me how to resolve this exception





Please help me to resolve this. Thanks in advance.
Hi Jeanne Boyarsky,

i had done this in the way you said.

Thanks Jeanne.
12 years ago
JSP
Hi Umamahesh,

Well, but i don't want logout problem. My question was entirely different ....

He asks me the web application has to work like Banks site... means if I refresh or click on Back button(Browser's) then it has to throw the user out of session, I checked lot in internet. But I found like only disabling back button of disabling F5 keys like that. But he’s not accepting that.

12 years ago
JSP
Hi Jeanne Boyarsky,

I got your logic, But, I'm getting some what confusion to implement.
In Filter class i written the fallowing code

In this dofiltermethod I'm getting confusing that how to use if condition to check submitted token matches current one.

How to add Token to every JSP
i Just Trying to compare every JSP like in below. But, Not working.



one more... <filter-mapping> tag works for request going to server only... means(in our case only error handling with refresh button may work), for back and forward button it will not work.




Can you please elaborate some what ....
12 years ago
JSP
Hi Seetharaman,

I'm not clear about Duplicate form submission will works for throwing user from out of session. Because Mostly the form submission(Taking Inputs from User) in Banks sites are takes place at the time of transfer funds only. But i want to throw user at any time in the session to Session expire Page if he/she clicks on Browser's refresh button. So then, PRG will not takes place here.Every one implement PRG at the time of user taking inputs and getting results at the same time, nothing any where. But in Banks sites mostly User will give inputs at the time of Fund Transfer only Rest of places i don't think , they will use PRG.

Moreover we are using Struts saveToken(), IsTokenValid() for avoiding Duplicate Form Submissions.

Any Suggestion from You. Please help me if you done these kind of things earlier.
12 years ago
JSP
Hi,

If you take ICICI bank or Axis Bank, Or take the India's Most Wanted site www.irctc.co.in
All these sites are working on the same scenario. After successful login.. if user clicks on browser's back or refresh buttons. it throws user to Session expire page.
12 years ago
JSP
Hi Jeanne Boyarsky,

Using Token Validation how can we approach. Means.. is there any thing to identify browser refresh button event.
Can you please explain more...
12 years ago
JSP
Dear Bear Bibeault sir,

In all Indian Bank Sites, they are fallowing same scenario. I don't know exactly ...But due to security reasons only they are doing like that.. My manager telling it good to implement to provide more security to our site.
12 years ago
JSP
Hi Bear Bibeault sir,

My problem is not for after logout. My problem is for user within the session and working with site, unfortunately clicking on refresh or back button. it send him to out of session.

There are some sites which works on the same.



Thanks & Regards,

Udaya Prasad




12 years ago
JSP
Hi All,

Thanks for Replying,

I tried a lot with JavaScript ,i think its almost impossible.. because there is no event to identifying browser's back or refresh buttons. And calling AJAX every time for checking user availability also not a good idea(More Hits for server).

Hi William ,
You said Some "back" buttons simply bring up a cached copy of the page without accessing the server

But most Bank site uses below kind of code definitely for cache,cookies removing.



Security Policy:

Same Origin Policy:

Is there any policy kind of settings between browser and web application. i heard one policy like "same origin policy" for security settings..
See if we are using any bank sites for first time in the freshly installed Google chrome browser. It will show like “Your browser settings are changed for this site…” like that for first time use.

Please help me in this...


12 years ago
JSP
Dear All,

I got one task from my manager, regarding browser back button, refresh button. He asks me the web application has to work like Banks site... means if I refresh or click on Back button(Browser's) then it has to throw the user out of session, I checked lot in internet. But I found like only disabling back button of disabling F5 keys like that. But he’s not accepting that.

Can any one please suggest me how to approach for this? Can we throw the user out of session when he clicks on browser back button or refresh button.

I think its possible . But i don't know how to implement.

Please help me in this.


Thanks & Regards,
Udaya Prasad
12 years ago
JSP