how to remove comments in generated html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how to remove comments in generated html

wt@teksavvy.com
When I look at the page source of the generated html from ofbiz, there are a lot of html comments containing component paths.  This could be a security issue. Is there a way to turn off the generation of these comments?
Thanks in advance.
Reply | Threaded
Open this post in threaded view
|

Re: how to remove comments in generated html

Ashish Vijaywargiya
Change:

# Enable screen widget boundary comments
widget.verbose=true

to

# Enable screen widget boundary comments
widget.verbose=false

in widget.properties file.
--
Ashish


On Sat, Jul 25, 2009 at 7:25 PM, buzlite <[hidden email]> wrote:

>
> When I look at the page source of the generated html from ofbiz, there are
> a
> lot of html comments containing component paths.  This could be a security
> issue. Is there a way to turn off the generation of these comments?
> Thanks in advance.
>
> --
> View this message in context:
> http://www.nabble.com/how-to-remove-comments-in-generated-html-tp24658151p24658151.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>