• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to reach out registration page

 
Ranch Hand
Posts: 285
2
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I'm trying to create a login page with Registration form using Spring security version. Below is the code to implement the functionality. I've been looking for the solution why I'm unable to reach out the registration page. Trying to access the registration form with URI(http://localhost:8081/registration) When trying to access the registration page, the page by itself redirects to login page. If someone get any idea please share and help me on how to debug this issue and find the solution. How spring boot application can be debugged to figure out this kind of issue. Thanks.







Regards,
Mohammed Sardar
 
Mohammed Sardar.
Ranch Hand
Posts: 285
2
jQuery Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was able to reach desired("/registration") page. One of the main reason for the blocker was to trying to create a table with name "User" which is not possible in SQL. User is a reserved table!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic