trunet
09-22-2009, 09:22 PM
Hello guys,
It's my first time here, I have a question regarding a URI limit of 1024 since resin 2.1(I found a changelog when you implement this in 2.1.5) until 3.1.
resin-3.1.9/modules/resin/src/com/caucho/server/dispatch/InvocationDecoder.java line 344:
if (len > 1024)
throw new BadRequestException(L.l("The request contains an illegal URL."));
Is there some reason to this be limited? We're evaluating resin to one of our product but this is being a problem.
Thanks,
Wagner Sartori Junior
It's my first time here, I have a question regarding a URI limit of 1024 since resin 2.1(I found a changelog when you implement this in 2.1.5) until 3.1.
resin-3.1.9/modules/resin/src/com/caucho/server/dispatch/InvocationDecoder.java line 344:
if (len > 1024)
throw new BadRequestException(L.l("The request contains an illegal URL."));
Is there some reason to this be limited? We're evaluating resin to one of our product but this is being a problem.
Thanks,
Wagner Sartori Junior