url length 2007-11-04 - By Brian Relph
Back So i have written a portlet in struts2 that runs on a Websphere Application Server 6.1. I consume the portlet on Websphere portal v 6.0 through WSRP. Internet Explorer seems to have some problems with the urls that are generated - everything runs fun using firefox, opera, safari. I think this is because the url is at some point extremely long, and IE has the smallest URL limit. The initial and ending urls are between 500 - 600 characters, well within the valid range for IE. So, i think there must be some urls generated through redirects that are much longer, but i cant find them. Are there any tricks in struts2 that can help shorten the generated urls?
|
|