xml file doesn't update. What is the reason for this?
问题 There is a xml file in the blobstore which looks like : <?xml version="1.0" encoding="UTF-8"?> <Blobs> </Blobs> The following servlet uploads a file to the blobstore . After it uploads the file , it gets the file key and calls a Bean that updates the xml by adding a node whose text-content is the key. public class UploadImagesToAisle extends HttpServlet { /** * Handles the HTTP * <code>POST</code> method. * * @param request servlet request * @param response servlet response * @throws