• 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

Http 400 - Bad request after an operation

 
Ranch Hand
Posts: 415
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a weird problem happening in my application ..........i haad added code for my license framework which reads a DLL file using native code and returns me boolean depending on whether the app has valid license ..........

After integrating this my licnecse method is returning properly and in my loginaction class i am forwarding to index.jsp using mapping.findForward("sucess") ...but to the surprise after integrating with license its showing page cant be displayed for every action and its showing Http 400 error saying the request is bad .....and in the tomcat localhostacess log the request url is "127.0.0.1 - - [26/Nov/2004:20:12:34 +0530] "GET /appname/tab.do HTTP/1.1" 400 COMM984"

saying that req is bad ................any idea what might be happening in the backend (because the license framework is a third party tool ) and its correctly erturning true r false but its doing something because of which its seriously affecting my application ..................

Any help on this would be really greatful
 
And inside of my fortune cookie was this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic