Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding a directory theme is interpreted as a jar theme under Linux #135

Closed
vaadin-bot opened this issue Jan 2, 2007 · 1 comment
Closed
Labels

Comments

@vaadin-bot
Copy link
Collaborator

Originally by @jojule


Confirm this

Is it a duplicate of #140 ?

http://bugzilla.millstone.org/show_bug.cgi?id=656

Trying to add a new theme, I added under my application a directory:

WEB-INF/lib/themes/xul/

In my application I have these lines:

	mainWindow.setTerminal(new WebBrowser());
	mainWindow.setTheme("xul");

I get this exception:

javax.servlet.ServletException: Invalid theme source: /WEB-INF/lib/themes/xul
at org.millstone.webadapter.WebAdapterServlet.getThemeSources(Unknown Source)
at org.millstone.webadapter.WebAdapterServlet.init(Unknown Source)

My guess is that in WebAdapterServlet, the line 414 does not work as expected
under Linux (as /WEB-INF/lib/themes/xul looks indeed like an absolute filename).

Thanks!

------- Additional Comment #1 From Adrian Petru Dimulescu 2003-11-27 01:40 -------
Perhaps I haven't been very explicit on this one ?


Imported from https://dev.vaadin.com/ issue #155

@vaadin-bot
Copy link
Collaborator Author

Originally by Jani Laakso


Cleaning ticket database, closing obsolete bugs and enhancements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant