• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

too many redirects

 
Ranch Hand
Posts: 35
Google Web Toolkit Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All ...

I am developing a web Application using SpringMVC and Hibernate ....

My Application mainly works as Article publishing Site...

I am facing a problem ...when trying to put link in the Body of an Article and that link refers to another article in My Application ...i got this error

This webpage has a redirect loop
The webpage at http://localhost:8080/bookstandards-1.0.0-BUILD-SNAPSHOT/home has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Here are some suggestions:
Reload this webpage later.
Learn more about this problem.


but if that link refers to any other web site (not related to my Application) it works fine....

so any One can help me ???
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I got your question and problem right, as your problem told to you; you have a redirection loop
for instance, page1 redirects to page2, and page2 redirect to page3 and page redirect to page1 again and it lasts like that...
so check your redirections in the pages or in the action parts
 
Ahmed Kotb
Ranch Hand
Posts: 35
Google Web Toolkit Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

pamir sonmez wrote: If I got your question and problem right, as your problem told to you; you have a redirection loop
for instance, page1 redirects to page2, and page2 redirect to page3 and page redirect to page1 again and it lasts like that...
so check your redirections in the pages or in the action parts



Thanks a lot pamir sonmez .... you are right

Ahmed Saad
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic