...well my entities are obv. shown as ",&,' and <
..new example:
How do I modify the code (or the reg. expression) below, so that I get :
groupStr0 = &a;
groupStr1 = &bb;
groupStr2 = &ccc;
groupStr3 = &dddd;
instead of only:
groupStr0 = &a;
*****************************
import...
How do I modify the code (or the reg. expression) below, so that I get :
groupStr0 = "
groupStr1 = &
groupStr2 = '
groupStr3 = <
instead of only:
groupStr0 = "
*************************************************'
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class...
Hi
The RFC:
http://www.w3.org/Protocols/rfc2616/rfc2616.html
Does NOT specify any requirement for URL length.
It is purely browser dependant.
I made a test in Opera - my favorite browser :-)
And it worked with Url-length (Get method) 3000+
DrHyper
Thank you guys for your efforts... but:
I think you are wrong about the character limitation.
It seems that it is browser dependant.
Maximum URL Length Is 2,083 Characters in Internet Explorer
(GET method) as explained here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q208427
Some...
Hi
Whats the max size of a request object?
http://www.someplace.net/mypage.jsp?param1=1¶m2=2¶m3
<--------------------------size---------------------------->
thnx.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.