Re: wicket showing traces that we used wicket is it a problem

2011-05-23 Thread Igor Vaynberg
thousands of applications show they use php with .php extensions. thousands more show that they use jsp by .jsp extensions, and a lot more show they use struts with a .do extension. why does it matter? -igor On Sat, May 21, 2011 at 9:01 AM, hariharansrc hariharan...@gmail.com wrote: html    

Re: wicket showing traces that we used wicket is it a problem

2011-05-23 Thread Maarten Billemont
I can only imagine it fits in the security through obfuscation category. If they don't know it's Wicket, they won't think to use a Wicket exploit on it!. At any rate, I'd be more worried about the fact that you're running it in a Java VM than the fact that the front-end of it is generated by

Re: wicket showing traces that we used wicket is it a problem

2011-05-23 Thread hariharansrc
i am just a beginner so i am just asking, it may cause a problem if any security holes we found, other than that i am worrying about nothing. I feel very comfortable to use java in development especially wicket and hibernate. So, i have no plan to switch to .net or php at any cost. Even will

Re: wicket showing traces that we used wicket is it a problem

2011-05-23 Thread Igor Vaynberg
by default wicket does not enforce https. it does, however, give you an easy way to switch - just google it. -igor On Mon, May 23, 2011 at 9:02 PM, hariharansrc hariharan...@gmail.com wrote: i am just a beginner so i am just asking, it may cause a problem if any security holes we found, other

Re: wicket showing traces that we used wicket is it a problem

2011-05-21 Thread Andreas Petersson
this is the html code i got for a simple program using ajax it shows many traces that we used wicket i am imagining is it cause any problem to reveal what we actually used to the users. It also shows traces that you are using JQuery. That might reveal you are too lazy to code every line of