Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Parsing of URL

Not enough information to go on.
Its highly unlikely to be a URL parsing issue.
As your two examples are about as simple as URLs can get.
You'll probably want to profile your two requests and see what is using all of the resources/time, or what is waiting so long.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Mon, Jun 30, 2014 at 9:07 PM, Martin Edge <martin.edge@xxxxxxxxxxxx> wrote:

Currently have a Jetty 9.1.5 and have done a load test on the main server.

 

It loaded one page (https://apply.satac.edu.au/lgnrg/x?loginCycle=unis2014) quickly, but another which uses exactly the same code (https://apply.satac.edu.au/lgnrg?loginCycle=unis2014) really slowly.

The only thing I can think of is that there is a parsing issue. The work around is obvious(use the /), but is there an issue inside Jetty that would explain this or do I need to look further into it at my end?

 

-medge


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top