Ticket #2150 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Needs to be possible to remove the ?debug parameter from use

Reported by: Jonatan Kronqvist Owned by: ticketmaster
Priority: undefined Milestone: User Interface Library 5.2.12
Component: undefined Version: 5.2.10
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

There currently doesn't seem to be a way to remove the use of the ?debug parameter when deploying an application in a production environment.

Change History

Changed 3 months ago by Jouni Koivuviita

Why not use the deploying server to filter out the parameter?

Changed 3 months ago by Joonas Lehtinen

IMO it should be possible to remove ?debug from use without external config. How about interpreting the web.xml debug init-param options as follows: true (allways debug), not specified (debug on ?debug), false (never debug)?

Changed 3 months ago by Joonas Lehtinen

  • milestone set to User Interface Library 5.3.0 RC

Changed 2 months ago by Joonas Lehtinen

  • milestone changed from User Interface Library 5.3.0 RC to User Interface Library 5.2.11

Changed 2 months ago by Matti Tahvonen

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

in [5804].

?debug parameter was read on client side only to open client side debug dialog. Now it also needs debug flag (controlled in web.xml) in application init parameters.

Note: See TracTickets for help on using tickets.