• 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

Page load failures when input path is too long?

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

I've recently discovered a strange issue in a web app I maintain. In my struts-config.xml (Struts 1.2.9, J2EE 1.4, J2SE 1.5.0_11), I have changed an <action> declaration from:



to a new bilingual requirement:



I've changed the appropriate site links to this new path, as well as relevant <html:form> tags on the corresponding jsp. Yet, the page fails to load (loads a blank one) when trying to access the new path.

I can shorten the path to say... path="/searchuser-chercheusa" and fix all the links/tags again, and the page will load successfully.

Has anyone encountered a similar issue? I have other paths in the system that are much longer but load just fine. I don't see any error output in my server logs, but I'll crank up the logging granularity and see if I can find anything.

Cheers,
[ September 29, 2008: Message edited by: Ted Smyth ]
 
Ted Smyth
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose I should mention I'm running weblogic 9.2, maintenance pack 3, just in case.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic