You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to dynamically insert a JavaScript (JavaScriptServlet) description into the response of the HTTP GET method.
I am currently implementing the following steps, but it does not work with static content. Dynamic content generated with Srvlet works fine.
[procedure]
Intercept the GET method using Java's FIlter.
Overwrite response using HttpServletResponseWrapper.
※Of course, I am editing using JSOAP.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to dynamically insert a JavaScript (JavaScriptServlet) description into the response of the HTTP GET method.
I am currently implementing the following steps, but it does not work with static content. Dynamic content generated with Srvlet works fine.
[procedure]
Intercept the GET method using Java's FIlter.
Overwrite response using HttpServletResponseWrapper.
※Of course, I am editing using JSOAP.
Do you know what the problem is?
Beta Was this translation helpful? Give feedback.
All reactions