Maruskakonst / gitiles

Automatically exported from code.google.com/p/gitiles
1 stars 0 forks source link

System property com.google.gitiles.configPath ignored #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. deploy WAR file from gitiles build
2. note that a config file pointed to using com.google.gitiles.configPath is 
not found

What is the expected output?
Working index page

What do you see instead?
javax.servlet.ServletException: gitiles.baseGitUrl not set

What version of the product are you using?
commit 076b1bf9bb40bd653ff2642903c7efdd8bb36d32

On what operating system?
x86_64-freebsd

Please provide any additional information below.
web.xml in the packaged WAR sets a non-null value for init param configPath, so 
that the property is never taken into account.

Original issue reported on code.google.com by qui...@gmail.com on 24 Oct 2013 at 4:44

Attachments:

GoogleCodeExporter commented 8 years ago
forgot to mention that this is with Jetty 8.1.11.

Original comment by qui...@gmail.com on 24 Oct 2013 at 4:50

GoogleCodeExporter commented 8 years ago
This appears to have been fixed in commit 
ffaca3415a411a268cec65669e63670e8baa7387.

Original comment by qui...@gmail.com on 6 Nov 2014 at 12:02