RE: [Aglets-developer] Ticket scheme case sensitive
Status: Beta
Brought to you by:
cat4hire
From: Robert B. <rbergstrom@iSolutionsCorp.com> - 2001-02-26 20:31:36
|
Marko: Seems simple enough. I'll add that to the bug list. Looks like you have work around. // RAB > -----Original Message----- > From: Marc Mosko [mailto:ma...@co...] > Sent: Monday, February 26, 2001 2:55 PM > To: agl...@li... > Subject: [Aglets-developer] Ticket scheme case sensitive > > > While playing with using HTTP messages to cause aglet > dispatch, I found > that creating a ticket is case sensitive to the protocol name. The > error > is really in java.net.URL. See below. > > Perhaps in Ticket.java, the function setDestination(...) should have: > > _protocol = destination.getProtocol().toLower(); > > Marc |