reset password
Author Message
Yuan-Yu
Posts: 21
Posted 19:59 Feb 27, 2015 |

Hello,

Does Spring Security matter Ajax? The reason I am asking is that my Ajax does't work anymore after I am done with Spring Security.

Thank you for your answers.

cysun
Posts: 2935
Posted 20:23 Feb 27, 2015 |

Ajax requests are no different from any other requests, so in that sense, yes, Spring Security does apply to them. As for why your Ajax operation stopped working, you need to debug it.

Yuan-Yu
Posts: 21
Posted 21:19 Feb 27, 2015 |

Hello,

I just figured out my Ajax doesn't go into my servlet anymore. I didn't change anything in both my Ajax and servlet source codes. Does anyone have any idea about what goes wrong?

Thank you for your answers.

Yuan-Yu
Posts: 21
Posted 22:16 Feb 27, 2015 |

Hello,

I just fixed it.

Thank you.