Ticket #2007 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Application runner includes application-class-name in pathinfo

Reported by: Joonas Lehtinen Owned by: Joonas Lehtinen
Priority: critical Milestone: User Interface Library 5.2.7
Component: gwt-adapter-server Version: 5.2.5
Keywords: Cc:
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

Description

When running application with applicationRunner, application class-name is inluded in pathinfo and thus window with such name it requested.

Change History

Changed 3 months ago by Joonas Lehtinen

  • status changed from new to accepted

Changed 3 months ago by Jani Laakso

What is the issue in this ticket? Application runner was required to work this way, you can start applications writing their fully qualified class name into URL without touching to web.xml. Sami was the original "father" for this functionality, ask more from him.

Changed 3 months ago by Joonas Lehtinen

The functionality is clear, but the implementation does not work: pathinfo should only contain the path _after_ the class-name. If the pathinfo contains class-name, windowing among all other URI handling is broken.

To demonstrate the problem, see [5349]

Changed 3 months ago by Joonas Lehtinen

  • status changed from accepted to closed
  • resolution set to fixed

Fixed in [5352]

Note: See TracTickets for help on using tickets.