Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5206 | minor | always | 09-04-12 09:16 | 09-05-12 14:41 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.30 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.31 | ||
|
|||||
Summary: | 0005206: import with optional="true" fails with HTTP import | ||||
Description: |
Even when optional="true", if the HTTP resource returns a 404, startup fails: http://molson/resin/dev/app/resin.xml:61: [^] com.caucho.config.core.ResinImport.init(): java.io.FileNotFoundException: 'http://molson/resin/dev/app/admin-users.xml' [^] returns a HTTP 404. 59: <user name="${admin_user}" password="${admin_password}"/> 60: 61: <resin:import path="${__DIR__}/admin-users.xml" optional="true"/> 62: <resin:import path="cloud:/admin-users.xml" optional="true" recover="true"/> 63: </resin:AdminAuthenticator> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|