Expand my Community achievements bar.

How POST converts to GET without .post.jsp

Avatar

Level 6

So, after the importing the Adobe CQ whole web application to the new server, the next issue I got is :

if the login user clicks on logout button, the next web page is saying:  Content modified

I was searching and it is said about default POST servlet, etc.

In the real web site after clicking Logout, Firebug is showing GET requests. but in my test environment it is still POST.

How it was configured and where?

sorry I am so new to Adobe CQ and JCR.

5 Replies

Avatar

Level 10

What if you firebug for both test and live site?

Avatar

Level 6

i was investigating from the project source I am going to post  a new quesion

Avatar

Level 6

There should be a OSGI-INF folder with serviceCompnents.xml  inside that you point to your custom servlet.

I think I lost it while building the new version.

 

Investigation is continuing...

Avatar

Level 6

edubey wrote...

What if you firebug for both test and live site?

 

Firebug is showing GET requests in Live,  but in my test environment it is still POST.

But I found that my LogOut servlet wasn't working because after compiling the core project core-0.0.1-SNAPSHOT.jar is missing OSGI-INF.