Re: [appfuse-user] logout problem with remember me option

2007-07-07 Thread Matt Raible
Deleting your cookies should fix the problem. Matt On 7/2/07, tibi <[EMAIL PROTECTED]> wrote: so finally i upgraded from m4 to m5 but now i still have the logout problem. i tried to make a dif between a fresh m5 (wihout the bug) and my m4tom5 project but in eclipse that is a lot of work. so a

Re: [appfuse-user] logout problem with remember me option

2007-07-02 Thread tibi
so finally i upgraded from m4 to m5 but now i still have the logout problem. i tried to make a dif between a fresh m5 (wihout the bug) and my m4tom5 project but in eclipse that is a lot of work. so anyone an idea where to look? thanks, tibi climbingrose wrote: I've noticed that if I delete

Re: [appfuse-user] logout problem with remember me option

2007-06-19 Thread Matt Raible
I don't remember changing anything pertaining to this issue, but I could be wrong. If you delete all your cookies, it should solve the problem. If not, you may want to look through the release notes and JIRA issues: http://raibledesigns.com/rd/entry/summer_gigs Matt On 6/15/07, climbingrose <[E

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
ok the good news is with m5-SNAPSHOT i can logout with remember me option. its fixed!! :-D now this gzip error :( tibi Matt Raible wrote: That's an ugly one, and a new one. Sorry, but I haven't seen this before. If you comment out the gzipFilter's mapping in web.xml, it should fix this pro

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread Matt Raible
That's an ugly one, and a new one. Sorry, but I haven't seen this before. If you comment out the gzipFilter's mapping in web.xml, it should fix this problem. Matt On 5/10/07, tibi <[EMAIL PROTECTED]> wrote: i tried with 2.0-m5-SNAPSHOT but i got this error: Yikes! javax.servlet.ServletExc

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
i tried with 2.0-m5-SNAPSHOT but i got this error: Yikes! javax.servlet.ServletException: net.sf.ehcache.constructs.web.ResponseHeadersNotModifiableException: Failure when attempting to set Content-Encoding: gzip at net.sf.ehcache.constructs.web.filter.Filter.logThrowable(Filter.jav

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
i did: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository^ -DarchetypeVersion=2.0-m4 -DgroupId=nl.tibi.loginTest -DartifactId=loginTest cd loginTest mvn integration-test $TOMCAT_HOME/bin/st

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
ok then i need to reproduce this using M4?? on vacation... good to know... i will tell my boss next week i can't work ;) tibi Matt Raible wrote: No, M5 is not ready. I'm still working on the code-generation plugin and there's around 25 bugs still open. I'm on vacation on Florida this week, s

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread Matt Raible
No, M5 is not ready. I'm still working on the code-generation plugin and there's around 25 bugs still open. I'm on vacation on Florida this week, so I don't plan on working on it a whole lot. The good news is I've made great progress on the plugin and you can generate CRUD for a Struts 2 + Hibe

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
ok i will look into this.. is m5 ready? tibi Matt Raible wrote: If you can reproduce this behavior on a brand new application (using 2.0-m5-SNAPSHOT), then it's likely a bug we need to fix. Please enter an issue in JIRA if youc an do this, providing the steps to reproduce would be even better.

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread Matt Raible
If you can reproduce this behavior on a brand new application (using 2.0-m5-SNAPSHOT), then it's likely a bug we need to fix. Please enter an issue in JIRA if youc an do this, providing the steps to reproduce would be even better. Matt On 5/10/07, tibi <[EMAIL PROTECTED]> wrote: still digging

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
still digging when i make my project the default project (mv demo12-1.0-SNAPSHOT to ROOT in webapps) and us an url like http://localhost:8080/ instead of http://localhost:8080/demo12-1.0-SNAPSHOT strange?? tibi tibi wrote: ok now on my local machine using tomcat i can't logout after loging in

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
ok now on my local machine using tomcat i can't logout after loging in with remember me option too with mvn jetty:run-war i can logout fine. tibi tibi wrote: i tested it with a demo project and i have the same problem. this demo project did not change anything off the security.xml files or o

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
i tested it with a demo project and i have the same problem. this demo project did not change anything off the security.xml files or other config files. (it is the person crud demo) so my guess is it does not have anything to do with a particular project. tibi tibi wrote: ok is see now i mis

Re: [appfuse-user] logout problem with remember me option

2007-05-10 Thread tibi
ok is see now i miss read your question. i have a logout.jsp and i use the default security.xml settings (so i'm not quite sure if i use the filter or not) tibi tibi wrote: when i delete the cookies set by the machine i can logout but after logging in again the problem returns and i have to

Re: [appfuse-user] logout problem with remember me option

2007-05-09 Thread tibi
when i delete the cookies set by the machine i can logout but after logging in again the problem returns and i have to delete te cookies again. i tested it with ie too and had te same problem my tomcat is setup standalone at this moment at port 8180 thanks, tibi Matt Raible wrote: I believe

Re: [appfuse-user] logout problem with remember me option

2007-05-08 Thread Matt Raible
I believe if you delete all your cookies associated with the test machine it will function properly. If it doesn't, then it may have something to do with your environment setup. Are you using Tomcat standalone or behind Apache? Matt On 5/8/07, tibi <[EMAIL PROTECTED]> wrote: thanks matt for t

Re: [appfuse-user] logout problem with remember me option

2007-05-08 Thread tibi
thanks matt for the reply yes and yes i think (i'm at home now) the strange thing is locally everything is fine working. and without the remeber me option it is working fine both on the test server as locally. tibi Matt Raible wrote: Do you have a logout.jsp in your project (or the target d

Re: [appfuse-user] logout problem with remember me option

2007-05-08 Thread Matt Raible
Do you have a logout.jsp in your project (or the target directory after running "mvn package") or are you using the logoutFilter in security.xml? Matt On 5/8/07, tibi <[EMAIL PROTECTED]> wrote: i'm comparing the logs and when loging out after loging in with remember me option i have hits: local

Re: [appfuse-user] logout problem with remember me option

2007-05-08 Thread tibi
i'm comparing the logs and when loging out after loging in with remember me option i have hits: local (where all is fine): [topnet] DEBUG [btpool0-2] UrlRewriter.debug(196) | processing outbound url for /mainMenu.html [topnet] DEBUG [btpool0-2] UrlRewriter.debug(196) | processing outbound url

[appfuse-user] logout problem with remember me option

2007-05-08 Thread tibi
hi, a strange thing and maybe known. i login with rember me option with tomcat/tomcat i click logout and nothing happens. i stay loged in and go to the mainMenu.html when i remove the cookies i can offcourse logout fine. when i do this with the same war on my local system all is fine. (using