[ 
https://issues.jenkins-ci.org/browse/JENKINS-13591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162023#comment-162023
 ] 

Ludovic Meurillon commented on JENKINS-13591:
---------------------------------------------

I forked the project from GitHub and tried to fix this problem, If your want me 
to pull request my modifications you're welcome.

https://github.com/LudoMeurillon/html5-notifier-plugin
                
> Plugin doesn't support jenkins URL prefix (--prefix option)
> -----------------------------------------------------------
>
>                 Key: JENKINS-13591
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13591
>             Project: Jenkins
>          Issue Type: Bug
>          Components: html5-notifier
>    Affects Versions: current
>            Reporter: Ludovic Meurillon
>            Assignee: jieryn
>
> My jenkins is running behind an apache server, my configuration is very 
> simple and look like this one : 
> https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache
> The plugin doesn't work with this configuration because absolute URL are used 
> into the javascript code, for example in html5-notification.js there is a 
> ...new Ajax.Request('/html5-notifier-plugin/list')...
> that refer in my case to http://<HOST>/html5-notifier-plugin/list, but the 
> real list is at http://<HOST>/jenkins/html5-notifier-plugin/list
> It might be a Jenkins way to get the server URL properly and inject it into 
> js files or java generated js code.
> Ludovic.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to