Click here to Skip to main content
15,888,454 members
Home / Discussions / Java
   

Java

 
QuestionWhile upgrading the axis2, i got the following java.lang.RuntimeException: Undefined 'Security policy namespace cannot be null.' resource property Pin
RohitSonawat17-Sep-15 1:26
RohitSonawat17-Sep-15 1:26 
SuggestionRe: While upgrading the axis2, i got the following java.lang.RuntimeException: Undefined 'Security policy namespace cannot be null.' resource property Pin
Richard MacCutchan17-Sep-15 1:54
mveRichard MacCutchan17-Sep-15 1:54 
Questiontranscript management using java Pin
Member 1197700411-Sep-15 4:45
Member 1197700411-Sep-15 4:45 
AnswerRe: transcript management using java Pin
Richard MacCutchan11-Sep-15 5:31
mveRichard MacCutchan11-Sep-15 5:31 
Questionbooks examples of precedures stored for sqlserver Pin
DAGOBERTO PAVEZ CASELLA8-Sep-15 6:37
professionalDAGOBERTO PAVEZ CASELLA8-Sep-15 6:37 
AnswerRe: books examples of precedures stored for sqlserver Pin
Afzaal Ahmad Zeeshan8-Sep-15 6:53
professionalAfzaal Ahmad Zeeshan8-Sep-15 6:53 
AnswerRe: books examples of precedures stored for sqlserver Pin
Wendelius8-Sep-15 7:08
mentorWendelius8-Sep-15 7:08 
QuestionDOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape2-Sep-15 19:54
Supriya Tonape2-Sep-15 19:54 
Hello,

I am wondering if following methods in my script are vulnerable for DOM XSS attack? If yes, what is the best practice to write them. Kindly help if you can guide about it.

1. document.createElement()
2. document.getElementsByTagName()


(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

Thank you for your time.

Best Regards,
Supriya
SuggestionRe: DOM XSS and createElement() and getElementsByTagName() methods Pin
Richard MacCutchan2-Sep-15 21:14
mveRichard MacCutchan2-Sep-15 21:14 
GeneralRe: DOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape2-Sep-15 22:22
Supriya Tonape2-Sep-15 22:22 
Questionjava Pin
Samson Edward2-Sep-15 15:22
Samson Edward2-Sep-15 15:22 
AnswerRe: java Pin
Richard MacCutchan2-Sep-15 21:13
mveRichard MacCutchan2-Sep-15 21:13 
GeneralMutation Testing tool for Java Pin
Bobby Lough1-Sep-15 9:27
Bobby Lough1-Sep-15 9:27 
QuestionI made encrypt , decrype module - please correct problem Pin
Member 1192466231-Aug-15 22:53
Member 1192466231-Aug-15 22:53 
AnswerRe: I made encrypt , decrype module - please correct problem Pin
Richard MacCutchan1-Sep-15 0:19
mveRichard MacCutchan1-Sep-15 0:19 
AnswerRe: I made encrypt , decrype module - please correct problem Pin
Eddy Vluggen1-Sep-15 2:21
professionalEddy Vluggen1-Sep-15 2:21 
GeneralRe: I made encrypt , decrype module - please correct problem Pin
Member 119246621-Sep-15 2:34
Member 119246621-Sep-15 2:34 
QuestionJava Best Solution For SOA Pin
Seyed Majid Razavian29-Aug-15 22:00
Seyed Majid Razavian29-Aug-15 22:00 
AnswerRe: Java Best Solution For SOA Pin
Richard MacCutchan30-Aug-15 20:39
mveRichard MacCutchan30-Aug-15 20:39 
Questionwhat is the best tools can I use it to write Java code for Android Applications Pin
Member 1194108927-Aug-15 10:25
Member 1194108927-Aug-15 10:25 
AnswerRe: what is the best tools can I use it to write Java code for Android Applications Pin
Richard MacCutchan27-Aug-15 21:20
mveRichard MacCutchan27-Aug-15 21:20 
GeneralRe: what is the best tools can I use it to write Java code for Android Applications Pin
Member 1194108931-Aug-15 3:05
Member 1194108931-Aug-15 3:05 
GeneralRe: what is the best tools can I use it to write Java code for Android Applications Pin
Richard MacCutchan31-Aug-15 5:44
mveRichard MacCutchan31-Aug-15 5:44 
Questionj2me java compile Pin
Member 1193294324-Aug-15 18:59
Member 1193294324-Aug-15 18:59 
AnswerRe: j2me java compile Pin
Richard MacCutchan24-Aug-15 21:39
mveRichard MacCutchan24-Aug-15 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.