On 5 Oct 2016, at 09:01, Anjan Tummalapalli <anjan.tum...@gmail.com> wrote:
Here are some screenshots for referenceWe are able to access all the files in our repos but except some file formats related to UI components mentioned some of them belowHi Team,We are using Gerrit V2.11 and Gitblit vv2.11.10-2-g1498dff
js, css, scss, font formats (svg, ttf, eot), images (png, jpg) etc..
<change_link.png>
This change contains 2 file modifications (js and html)
Able to access diff of html file as below
<working_link.png>
But unable to access js file being in the same change as below
<not_working_page.png>
can someone please help me in getting out of this.. am i missing any config changes here?
Best Regards,Anjan--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Anjan,can you show the HTTP calls made by the browser to highlight the JS full URL?Do you see anything unusual related to that call in the Gerrit error_log?Luca.
On 5 Oct 2016, at 09:01, Anjan Tummalapalli <anjan.tum...@gmail.com> wrote:
AnjanBest Regards,can someone please help me in getting out of this.. am i missing any config changes here?<not_working_page.png>But unable to access js file being in the same change as belowAble to access diff of html file as belowThis change contains 2 file modifications (js and html)<change_link.png>Here are some screenshots for referenceWe are able to access all the files in our repos but except some file formats related to UI components mentioned some of them belowHi Team,We are using Gerrit V2.11 and Gitblit vv2.11.10-2-g1498dff
js, css, scss, font formats (svg, ttf, eot), images (png, jpg) etc..
<working_link.png>
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
Here the problem is that Wicket is even blowing up for your session, possibly because GitBlit has stored some Java objects with recursive dependencies.
Thanks a lot Luca.. will do that for sure and update you with the status