A little OT, but related. This is weird to me. Is there some significance
to an html parameter name called "PassParm"?

I have a java servlet, that expects an html parameter called "passParm".

If it is passed from an html href as in

 href=www.xyz.com/servlet/?passParm=foo


This works fine.

But if I type on the browser address bar (IE 5.5 and 6)

www.xyz.com/servlet/?passParm=foo


the parameter is changed to PassParm, with uppercase in first character.

Why?

if it is glassParm it stays as lowercase. What's up with passParm?

WalkGood

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to