Ticket #19 (closed bug: fixed)

Opened 4 years ago

Last modified 3 years ago

Problem reading configuration file with jetty in https mode

Reported by: eg eg Owned by: kohlhaas
Priority: major Milestone: 1.3.2
Version: 1.3 Keywords:
Cc:

Description

I got jetty configured (for ssl, https) and can to https://localhost:8443/rapla


But can't start the applets securely in Firefox2 or IE7.


Error from IE7:


org.rapla.framework.Rapla Exception: Error parsing configuration https://localhost:8443/webclient/raplaclient.xconf Line:1 Column:-1 XML declaration is not well-formed

at org.rapla.framework.internal.Config Tools.createConfig(Config Tools.java:107)
at org.rapla.Rapla Startup Environment.getStartupConfiguration(Rapla Startup Environment.java:40)
at org.rapla.Rapla Main Container.<init>(Rapla Main Container.java:85)
at org.rapla.Rapla Main Container.<init>(Rapla Main Container.java:77)
at org.rapla.Main.startRapla(Main.java:85)
at org.rapla.Main Applet$3.run(Main Applet.java:120)

Change History

  Changed 4 years ago by kohlhaas

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

in reply to: ↑ description   Changed 4 years ago by anonymous

What's the solution?

Replying to eg eg:

I got jetty configured (for ssl, https) and can to https://localhost:8443/rapla

But can't start the applets securely in Firefox2 or IE7.

Error from IE7:


org.rapla.framework.Rapla Exception: Error parsing configuration https://localhost:8443/webclient/raplaclient.xconf Line:1 Column:-1 XML declaration is not well-formed
at org.rapla.framework.internal.Config Tools.createConfig(Config Tools.java:107)
at org.rapla.Rapla Startup Environment.getStartupConfiguration(Rapla Startup Environment.java:40)
at org.rapla.Rapla Main Container.<init>(Rapla Main Container.java:85)
at org.rapla.Rapla Main Container.<init>(Rapla Main Container.java:77)
at org.rapla.Main.startRapla(Main.java:85)
at org.rapla.Main Applet$3.run(Main Applet.java:120)

  Changed 3 years ago by kohlhaas

This is currently fixed in svn

Note: See TracTickets for help on using tickets.