|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Note sure if it'll help anyone but I find that if I use a literal in the "page to index" field (e.g. test.log) instead of a wild card (e.g. *.log) it fixes the issue... Unfortunately it doesn't help me.
This works:
http://localhost:8080/job/Test/10/HTML_Report/test.log
as well as
http://localhost:8080/job/Test/HTML_Report/*.log
This doesn't and generates Error 500:
http://localhost:8080/job/Test/10/HTML_Report/*.log
Now that I have the dev environment running, I'll try to figure out the issue but I doubt it'll be quick since I don't know much. [sight]