473,385 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

request.getParameter length

Hi there,

I have a problem attempting to get a parameter with the
request.getParameter method. The problem is that the method is cutting
off the parameter at 30 characters. The setup is as such. We have a
flash file embedded within a html page. The flash file contains href
links, and these links contain the parameters and their values. The
flash file used the method, getUrl to go to the href page. The problem
occurs, when the parameters are read from the href page. Using an
fscommand, I found that the flash file contained the correct url and
parameters. I have read that the length of the flash file urls can
exceed 150 characters. The problem url is only 125 characters long.

Does anybody have any ideas?

Thanks

Harry
Jul 17 '05 #1
1 6549
I'm not familiar with what you mean by "flash file" - are you talking
about Macromedia Flash? What matters is the URL that actually goes across
the line back to the server. So the first thing I would do is use a
network sniffer (such as Windows Network Monitor or Linux tcpdump, both
part of the operating system, at least in the more advanced versions) and
see whether the URL sent to the server is truncated or not.

Come to think about it, you may be able to find the full URL in various
log files, too, might be easier than setting up a monitor.

On Wed, 30 Jul 2003 23:58:45 -0700, Harry wrote:
Hi there,

I have a problem attempting to get a parameter with the
request.getParameter method. The problem is that the method is cutting
off the parameter at 30 characters. The setup is as such. We have a
flash file embedded within a html page. The flash file contains href
links, and these links contain the parameters and their values. The
flash file used the method, getUrl to go to the href page. The problem
occurs, when the parameters are read from the href page. Using an
fscommand, I found that the flash file contained the correct url and
parameters. I have read that the length of the flash file urls can
exceed 150 characters. The problem url is only 125 characters long.

Does anybody have any ideas?

Thanks

Harry


--
Keep American Families united! Support H.R. 539 and H.R. 832
For more information, see http://www.kkeane.com/lobbyspousal-faq.shtml

Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: turnit \(removethis\) | last post by:
I have a login form that uses the post method to carry the information to the next page. The form works just fine in ie6.0, but fails in mozilla and fails in ie5.2 on a mac. "HTTP/1.1 400 Bad...
1
by: efiedler | last post by:
Hi - I have the following input field on my html page: <input type="image" name="submit" id="submit" src="c:\image.jpg" value="image.jpg"> I also have another input field on the form that is...
9
by: Sunny | last post by:
Hi, I have cr8ed a javascript function in the head section of a jsp page. <!-- function go(theURL) { alert(theURL); if (theURL!=null){
3
by: jrefactors | last post by:
page0.asp->page1.jsp When the user click submit button in page0.asp, it will post the form request to page1.jsp. page0.asp and page1.jsp are in separate machines. In page1.jsp, based on the...
1
by: wawa_piggy | last post by:
My .net application is to consume a Java web services exposed using AXIS. The web service will extract the user name and password to perform some custom authentication. /** Java **/ userId =...
8
by: Angel | last post by:
I am trying to access in Javascript within an ASP.NET web page the Request Object. I am specifically trying to access the values in the Request.QueryString. When I try to access the values I get an...
7
by: mimsc | last post by:
ok I canged my code around...no more javascript...the problem now is the 'weatherStae" parameter is passing 'null' in request.getParameter...any suggestions?? 1st jsp: <form name="form1"...
0
by: buntyindia | last post by:
Hi, I have a very strange problem with my application. I have developed it using Struts. I have a TextBox With Some fixed value in it and on Submit iam passing it to another page. <html:form...
3
by: vijaykumardahiya | last post by:
Dear Sir, I have two queries. First question is: I have a Html page. On which Have two buttons Submit and Issue. I want when I click on Sumit button request should be go to submit.jsp. and When I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.